PandABlocks / PandABlocks-rootfs

Root filesystem build with tools for building zpg packages
Apache License 2.0
3 stars 5 forks source link

how to generate boot.bin and devicetree.dtb? #48

Closed gi4you closed 7 months ago

gi4you commented 7 months ago

I am using DLS docker container for build root-fs and tcp-server. However, I did not find 2 files at boot directory. How can I generate boot.bin and devicetree.dts?

here is my fil list after build. [root@20b4110364b9 boot]# ls boot.scr config.txt imagefile.cpio.gz uImage uinitramfs

gi4you commented 7 months ago

Tom Trafford helped build the process and worked for me.

From Tom: Following on from our discussion about the PandABlocks build process, the PandABlocks-FPGA repository builds boot.bin and devicetree.dtb. You can do this with the command: 'make boot'. This will then create the files in the directory {build_dir}/targets/PandABox/boot/ .