- 积分
- 45
贡献242
飞刀71 FD
注册时间2020-12-1
在线时间8 小时
扫一扫,手机访问本帖
|
项目需要升级内核,但是8MM/8MQ如何烧写内核到fat分区,在手册中没有说的很清楚。
在8MM手册中提到了使用uuu进行BootLoader和文件系统fs的烧写,命令是uuu -b emmc/emmc_all **。
对于emmc_all,文档中写的是烧写uboot、内核、文件系统。但在查看uuu的帮助文字后,其说明是:
emmc_all burn whole image to eMMC
arg0: _flash.bin
arg1: _rootfs.sdcard
也就是并没有参数指定内核镜像。
而另一个命令fat_write似乎才是烧写内核的命令:
fat_write update one file in fat partition, require uboot fastboot running in board
arg0: _image image, which cp to fat partition
arg1: _device storage device, mmc\sata
arg2: _partition
arg3: _filename[Optional] file name in target fat partition, only support rootdir now
然而,如果通过OTG方式启动,并不能加载进uboot运行fastboot程序,不知道这里的require uboot fastboot running in board是什么意思。
此外,arg1是不是直接写mmc?arg2如何确定?(我不知道该如何查看fat分区的分区号)arg3又是什么意思?
再次明确问题:如果要单独烧写内核到fat分区,使用uuu能否实现?是不是使用fat_write这个命令?如果是,参数该如何确定?如果不是,应该如何烧写内核?(单独烧写内核,或者uboot、内核镜像、文件系统三个一起烧录都可以,只要能让内核更新)
|
|