使用Petalinux准备U-Boot并从网络启动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Petalinux准备U-Boot并从网络启动相关的知识,希望对你有一定的参考价值。

参考技术A 如果想在FSBL里面加载bitstream的话,必须关闭FPGA Manager!

GPIO操作,MIO从0-53,EMIO从54开始

petalinux-build -c fsbl

petalinux-build -c u-boot

petalinux-package --boot --u-boot --format BIN

然后把BOOT.BIN写入到SD卡中即可启动U-Boot

这里就使用网线直连的方式来启动,也可以使用dhcp命令来自动获取ip

记得saveenv,然后ping一下之前的NFS服务器ip,就可以使用了

bdinfo查看到DRAM bank

petalinux-build -c device-tree

petalinux-build -c kernel

nfs 800000 192.168.123.196:/home/imcort/Documents/nfs/zImage

nfs 0 192.168.123.196:/home/imcort/Documents/nfs/system.dtb

bootz 800000 - 0

u-boot只需要保留最基本的设备驱动即可

setenv bootcmd 'dhcp; nfs 800000 192.168.123.196:/home/imcort/Documents/nfs/zImage; nfs 0 192.168.123.196:/home/imcort/Documents/nfs/system.dtb; bootz 800000 - 0'

saveenv

petalinux如何保留u-boot和kernel源码

https://www.cnblogs.com/hankfu/p/11771671.html

 

https://forums.xilinx.com/t5/%E5%B5%8C%E5%85%A5%E5%BC%8F-%E5%B7%A5%E5%85%B7-%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91/%E5%88%86%E4%BA%AB-%E6%95%B4%E5%90%88PetaLinux%E5%B7%A5%E7%A8%8B%E7%BC%96%E8%AF%91%E5%92%8COpen-Source-U-Boot-Linux%E7%BC%96%E8%AF%91/td-p/1034176#52-%E5%8F%96%E5%BE%97linux%E6%BA%90%E4%BB%A3%E7%A0%81

 

5. Open Source Linux和UBoot 5.1. 保留Linux和UBoot源代码

缺省情况下,PetaLinux在编译完成后会删除源代码,以节省硬盘空间。在project-spec/meta-user/conf/petalinuxbsp.conf里,添加如下内容,可以保留Linux和UBoot源代码。

RM_WORK_EXCLUDE += "linux-xlnx"
RM_WORK_EXCLUDE += "u-boot-xlnx"


对于PetaLinux 2019.1的ZCU106 BSP工程,它在目录build/tmp/work/zcu106_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0/linux-zcu106_zynqmp-standard-build/下。
对于PetaLinux 2019.1的ZCU106 BSP工程,UBoot源代码在目录 ./build/tmp/work/zcu106_zynqmp-xilinx-linux/u-boot-xlnx/v2019.01-xilinx-v2019.1+gitAUTOINC+d895ac5e94-r0/git/

 

2019.2

build/tmp/work/plnx_zynqmp-xilinx-linux/u-boot-xlnx/v2019.01-xilinx-v2019.2+gitAUTOINC+dc61275b1d-r0/git

build/tmp/work/plnx_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.2+gitAUTOINC+b983d5fd71-r0/linux-plnx_zynqmp-standard-build

以上是关于使用Petalinux准备U-Boot并从网络启动的主要内容,如果未能解决你的问题,请参考以下文章

Xilinx-Petalinux学习-00-开始

petalinux 添加开机自启动程序

2440|jz2440在u-boot中通过网络方式更新启动挂载镜像的几种方法

bbb u-boot SPI 启动

u-boot分析1:NandflashNorflash启动

PetaLinux 生成 Zynq 操作系统