Skip to content

Commit

Permalink
CR-1199344: boot scr offset made to 0x0 (#8172) (#8227)
Browse files Browse the repository at this point in the history
There is a uboot dependency discussed at https://jira.xilinx.com/browse/CR-1199344
latest 2024.1 petalinux and 2024.2 petalinux looks for the boot scr
blindly at 0x0 offset

Signed-off-by: bisingha <[email protected]>
(cherry picked from commit f55b4d0)
  • Loading branch information
bisingha-xilinx authored Jun 10, 2024
1 parent ab6b3d9 commit 856be14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/tools/scripts/pkgapu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ EOF
}

SYSTEM_DTB_ADDR="0x40000"
BT_SCR_ADDR="0x20000000"
BT_SCR_ADDR="0x0"
KERNEL_ADDR="0x20100000"
ROOTFS_ADDR="0x21000000"

Expand Down

0 comments on commit 856be14

Please sign in to comment.