OpenEdv-开源电子网

标题: uboot移植后无法启动linux,求解 [打印本页]

作者: 我也不会呀    时间: 2022-10-20 15:03
标题: uboot移植后无法启动linux,求解
在学习第三十三章  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如上,请问该如何排查原因,谢谢。

作者: 正点原子    时间: 2022-10-21 01:09
帮顶
作者: 日渐秃兀    时间: 2022-10-21 09:20
内核移植好了么!你这是不是还有部分还没移植完




欢迎光临 OpenEdv-开源电子网 (http://openedv.com/) Powered by Discuz! X3.4