操作命令
开发板
- 旧版本uboot
- 在uboot 模式下 执行 fastboot 命令 便可进入下载模式
- 新版本uboot
- 在uboot 模式下 执行 fastboot 0 命令 便可进入下载模式
fastboot 命令
- 旧版本uboot
fastboot.exe flash bootloader u-boot-iTOP-4412.bin
fastboot.exe flash kernel zImage
fastboot.exe flash ramdisk ramdisk-uboot.img
fastboot.exe flash system system.img
- 新版本uboot (支持设备树)
fastboot.exe flash bootloader u-boot-iTOP-4412.bin
fastboot.exe flash kernel uImage
fastboot.exe flash dtb exynos4412-itop-elite.dtb
fastboot.exe flash system system.img
重启命令
fastboot reboot