初级会员
- 积分
- 101
- 金钱
- 101
- 注册时间
- 2019-10-24
- 在线时间
- 34 小时
|
1.用官方alientek-linux-4.14.0-xlnx-v2018.3的Linux内核,
2.用原子哥的SOP如下,编译出来zImage,
make distclean // 清理工程
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- xilinx_zynq_defconfig // 配置
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage -j16
3.编译设备树,把编译设备树命名为system.dtb
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- atk-navigator-7010.dtb
4.把zImage,system.dtb放到ftp tftpboot目录。
5.重启领航者开发板,进入Uboot,输入如下命令:
ftpboot 00000000 zImage
tftpboot 05000000 system.dtb
bootz 00000000 - 05000000
发现启动到如下就不启动了,不知道什么原因
Loading: ##
1.1 MiB/s
done
Bytes transferred = 19786 (4d4a hex)
Zynq> bootz 00000000 - 05000000
## Flattened Device Tree blob at 05000000
Booting using the fdt blob at 0x5000000
Loading Device Tree to 1fff8000, end 1ffffd49 ... OK
axi_gpio <addr:0x41200000>
|
|