1 Star 1 Fork 1

He Yong/exynos-bl2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mkimage.sh 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
He Yong 提交于 2023-04-22 12:40 . rewrite code
#!/bin/sh
#cat E4412_N.bl1.bin exynos-bl2.img u-boot.bin > test.img
sudo dd iflag=dsync oflag=dsync if=/dev/zero of=/dev/sdb bs=512 seek=1 count=8192
sudo dd iflag=dsync oflag=dsync if=./firmware/E4412_N.bl1.SCP2G.bin of=/dev/sdb bs=512 seek=1 conv=notrunc
sudo dd iflag=dsync oflag=dsync if=./exynos-bl2.img of=/dev/sdb bs=512 seek=31 conv=notrunc
sudo dd iflag=dsync oflag=dsync if=./u-boot.bin of=/dev/sdb bs=512 seek=63 conv=notrunc
sudo dd iflag=dsync oflag=dsync if=./firmware/tzsw_SMDK4412_SCP_2GB.bin of=/dev/sdb bs=512 seek=1087 conv=notrunc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyyoxhk/exynos-bl2.git
git@gitee.com:hyyoxhk/exynos-bl2.git
hyyoxhk
exynos-bl2
exynos-bl2
master

搜索帮助