主题中讨论的其他器件:TPS65218
工具/软件:Linux
您好!
我正在使用 AM437X-gp-EVM 开发板。 它可以使用 u-boot-2014-07从 NAND 引导。 当我将其更新为 u-boot-2018-01时、它无法启动。 MLO 和 u-boot.img 的生成方式与 u-boot-2014-07相同、如下所示:
1)使 cross_compile=arm-linux-gnueabihf- distclean;
2) make cross_compile=arm-linux-gnueabihf- am43xx_evm_defconfig;
3)使 cross_compile=arm-linux-gnueabhif-。
在上述操作之后,我获得了 MLO 和 u-boot.img。
然后 、我引导它(NAND 中有 u-boot 2014-07)。 并在 u-boot 中将其停止、按以下方式将其更新为 u-boot-2018:
1) u-boot#:n 和 erase.chip
2) u-boot#:tftp 0x81000000 MLO;
3) u-boot#:n 并写入0x81000000 NAND.SPL
4) u-boot#:n 并写入0x81000000 NAND.SPL.Backup1;
5) u-boot#:n 并写入0x81000000 NAND.SPL.Backup2
6) u-boot#:n 并写入0x81000000 NAND.SPL.backup3
7) u-boot#:tftp 0x81000000 u-boot.img
8) u-boot#:n 并写入0x81000000 NAND.u-boot。
然后重新启动电路板、 uart0控制台中没有显示任何内容。
以上是什么问题? 我对 u-boot-2014-07也是一样的。 需要在 u-boot-2018-01中修改哪些内容? 我将 u-boot 更新为2018-01、适用于支持 Wifi 和蓝牙的 Linux-4.14.67。