freyone 发表于 2021-6-11 12:10

uboot怎么跑裸机程序

只想跑个helloworld,用examples 下自带的hello_world,uboot 马上重启,重启后卡死,板子是mt7621,编译uboot的时候自动吧hello _world.bin编译出来的,uboot可以加载内核,但是tftp 0x80200000 hello_world.bin 然后go 0x80200000,uboot 重启后就卡死,怎么调试?
页: [1]
查看完整版本: uboot怎么跑裸机程序