新手入门
- 积分
- 14
- 金钱
- 14
- 注册时间
- 2020-7-20
- 在线时间
- 3 小时
|
1金钱
在学习第三十三章 uboot移植
移植完后之后,可以进去uboot,但是启动不了linux
=> ls mmc 1:1
6785480 zimage
39459 imx6ull-14x14-emmc-4.3-480x272-c.dtb
39459 imx6ull-14x14-emmc-4.3-800x480-c.dtb
39459 imx6ull-14x14-emmc-7-800x480-c.dtb
39459 imx6ull-14x14-emmc-7-1024x600-c.dtb
39459 imx6ull-14x14-emmc-10.1-1280x800-c.dtb
40295 imx6ull-14x14-emmc-hdmi.dtb
40203 imx6ull-14x14-emmc-vga.dtb
8 file(s), 0 dir(s)
=> setenv bootargs 'console=ttymxc0,115200 root=/dev/mmcblk1p2 rootwait rw'
=> setenv bootcmd 'mmc dev 1; fatload mmc 1:1 80800000 zimage; fatload mmc 1:1 83000000
> imx6ull-14x14-emmc-4.3-480x272-c.dtb; bootz 80800000 - 83000000;'
=> saveenv
Saving Environment to MMC...
Writing to MMC(1)... done
=> boot
switch to partitions #0, OK
mmc1(part 0) is current device
reading zimage
6785480 bytes read in 223 ms (29 MiB/s)
** No boot file defined **
=>
log如上,请问该如何排查原因,谢谢。
|
|