zedboard

https://wiki.analog.com/resources/tools-software/linux-software/adi-kuiper_images/release_notes

https://www.cnblogs.com/suozhang/p/19140283

https://xillybus.com/xillinux

https://github.com/jiafulow/zedboard-guide

https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/embedded-software/petalinux-sdk.html

https://www.avnet.com/americas/products/avnet-boards/avnet-board-families/zedboard/!ut/p/z1/jc-9DoIwFIbha-EKemhjoeMpNqWk_KkV7GKYTBNFB-P166ADiSJnO8nzDS_xpCd-HB7hNNzDdRzOr__g-VGLlYmzDEotiwTaBh23omKxpqSbgrpwFFpRoW5UbrKEEb9kb1GoHIFaMJYBynKd8l0B2PJle_hxCP_3fkq-FMyCnL7BXMMU1EpKQLbdY7qR1LAPmKm4XZzrIZiAUfQECBDDIQ!!/

 

petalinux:

https://www.xilinx.com/support/documents/sw_manuals/xilinx2022_2/ug1144-petalinux-tools-reference-guide.pdf

https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools/archive.html

PetaLinux - Installation Files - 2017.4 

petalinux-v2017.4-final-installer.run

avnet-digilent-zedboard-v2017.4-final.bsp

https://blog.csdn.net/weixin_55157100/article/details/142963258

petalinux-create -t project -s ../bdsoft/avnet-digilent-zedboard-v2017.4-final.bsp -n peta-linux-test1

 

制作BOOT.BIN启动文件

petalinux-package --boot --fsbl images/linux/zynq_fsbl.elf \
                  --fpga images/linux/download.bit \
                  --u-boot images/linux/u-boot.elf \
                  --force

手动获取ip

udhcpc -i eth0

posted @ 2026-03-31 20:28  微笑的''80  阅读(3)  评论(0)    收藏  举报