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.

请问DM368的UBL怎样才能使用uboot来升级?



因为使用uart+sfh_DM36x.exe升级需要手动拨码开关,请问能不能直接在uboot下通过擦除和写nand flash来升级ubl?

我测试了一下发现不行的!!

文档有描述,从nand flash的第1~24block都写进ubl描述符和ubl二进制数据作备份,在0x7ffc标记当前使用的ubl是哪个block。

我试着使用tftp传输功能以及nand erase和nand write和nand dump操作,烧写后md 0x7ffc 1查看当前找到的block,但还是不能发现我烧写的ubl。

猜想跟nand 的oob和nand 的lock 操作有关

请问有试过这种升级方法的吗?