uboot_cmd.txt 167 B

1234567891011
  1. 通过SD卡加载
  2. mmcinfo
  3. fatload mmc 0 0x80200000 rtthread.bin
  4. 通过TFTP下载
  5. tftpboot 0x80200000 rtthread.bin
  6. 跳转运行
  7. go 0x80200000
  8. 其中的地址0x80200000根据链接地址确定