新手上路
- 积分
- 22
- 金钱
- 22
- 注册时间
- 2020-5-16
- 在线时间
- 6 小时
|
1金钱
通过TFTP 加载设备树出现奇葩问题,明明设备树存在,但是就是加载不成功(设备树名称为imx6ull-14x14-emmc-4.3-800x480-c.dtb,表面上能加载成功,通过hexdump 发现加载的内容不对)
FEC1 Waiting for PHY auto negotiation to complete.... done
Using FEC1 device
TFTP from server 192.168.3.3; our IP address is 192.168.3.2
Filename 'zImage'.
Load address: 0x80800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
########################################################
766.6 KiB/s
done
Bytes transferred = 5581720 (552b98 hex)
Using FEC1 device
TFTP from server 192.168.3.3; our IP address is 192.168.3.2
Filename 'imx6ull-alientek-emmc.dtb'.
Load address: 0x83000000
Loading: *
TFTP error: 'File not found' (1)
Not retrying...
Kernel image @ 0x80800000 [ 0x000000 - 0x552b98 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
reserving fdt memory region: addr=83000000 size=a000
Using Device Tree in place at 83000000, end 8300cfff
|
最佳答案
查看完整内容[请看2#楼]
你这里已经有了报错提示,你的uboot的环境变量设置的是加载imx6ull-alientek-emmc.dtb设备树。。这里可以将你的设备树改名为imx6ull-alientek-emmc.dtb ,或者修改这里的环境变量
|