]> Git Repo - buildroot-mgba.git/commit
configs/zynqmp_zcu106_defconfig: move to board rev1.0
authorNeal Frager <[email protected]>
Fri, 9 Aug 2024 15:55:27 +0000 (16:55 +0100)
committerThomas Petazzoni <[email protected]>
Fri, 9 Aug 2024 21:59:58 +0000 (23:59 +0200)
commit33557477c06bbbb24754210b7606c186f1e8a31e
tree6063c5371b806a4e9ac573a77573e576af59a512
parent32161a3c4e0c238e0e44ccfcadffc62f72f5c4e4
configs/zynqmp_zcu106_defconfig: move to board rev1.0

Migrate the zynqmp_zcu106_defconfig to rev1.0 ddr memory, since all new boards
will be using the rev1.0 ddr memory.

This patch also adds documentation in the board/zynqmp/readme.txt explaining
the issue related to the change in ddr memory.  Should users not see anything
printing from the board during boot, the most likely issue is that the board
has the original ddr memory and the u-boot device tree needs to be configured
accordingly to revA.

Original DDR Memory:
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu106-revA"

More information regarding this issue can be found here:
https://support.xilinx.com/s/article/71961?language=en_US

Signed-off-by: Neal Frager <[email protected]>
Reviewed-by: Brandon Maier <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
board/zynqmp/readme.txt
configs/zynqmp_zcu106_defconfig
This page took 0.031878 seconds and 4 git commands to generate.