Skip to content

Commit

Permalink
Rename boot image dts to system.bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorbunow committed Oct 26, 2023
1 parent 864c206 commit 6a983c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/boot.script
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setenv bitsteam_name system.bit
setenv kernel_image_name Image
setenv dts_name zynqmp-zcu106-revA.dtb
setenv dts_name system.dtb
setenv bitsteam_addr 0x20000000
setenv kernel_image_addr 0x10000000
setenv dts_addr 0x02a00000
Expand Down
2 changes: 1 addition & 1 deletion boot/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export WORK=$(pwd)
mkdir -p ${WORK}/image; cd ${WORK}/image
cp ${WORK}/bootbin/BOOT.bin .
cp ${WORK}/linux-xlnx/arch/arm64/boot/Image .
cp ${WORK}/linux-xlnx/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-custom.dtb .
cp ${WORK}/linux-xlnx/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-custom.dtb ./system.dtb
cp ${WORK}/boot.scr .
cp -r ${WORK}/bootbin/modules .

0 comments on commit 6a983c5

Please sign in to comment.