From mboxrd@z Thu Jan 1 00:00:00 1970 From: Major A Date: Thu, 12 Mar 2020 13:01:27 +0100 Subject: ZynqMP boot: no messages from SPL other than "Debug uart enabled" In-Reply-To: References: <0f9a6b47-110c-c2f8-ec40-72106ed3272d@xilinx.com> <77460fd1-f86d-fd53-66af-28d16fe395a1@gmail.com> <4fcae7a6-1156-d868-3463-424368cf7b7f@xilinx.com> <69846a06-7085-70dd-bde1-95abf870cd73@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, > export DEVICE_TREE=... > should cause that CONFIG_DEFAULT_DEVICE_TREE will remain assigned to > zcu100 but SPL/u-boot proper will be using zcu102. > > You can check it by looking at build folder ls spl/board/xilinx/zynqmp/ > where you see which psu_init was used (recommend to make mrproper before > you check this to remove old builds) OK, that seems to be the case. > You should look at this. > configurations { > default = "config_17"; > > config_17 { > description = "zynqmp-zcu102-rev1.1"; > firmware = "atf"; > loadables = "uboot"; > fdt = "fdt_17"; > }; That's what SHOULD be there, but it isn't. "default" points to "config_1", not 17. Why? And how do I change this (sorry for my ignorance, but editing the file and rebuilding u-boot doesn't work because the file gets overwritten)? Cheers, Andr?s