This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365怎么在线升级Uboot?



各位好:

        DM365,我想要实现在内核启动后升级Uboot,有没有现有的工具来实现?或者用什么方法?

        目前用MTD工具可以实现整块的擦除写入,但是Uboot以及UBL的写入需要在写入正文前,在第一页写入相关的头数据(起始块,页,所有块数等等一些信息),不知道是不是这样呢?

  • 你好;

          你可以在系统启动后,通过:cat /proc/mtd 查看分区;

           再更新分区的数据,flash_eraseall /dev/mtdx ;nandwrite -p /dev/mtdx u-boot.min.nand ; 

           再重新启动就可以了