Hi Nathan, On 07/10/2017 11:57, Nathan Rossi wrote: > Build the rev 1.0 version of U-Boot and setup the deployment of > boot.bin. > > Signed-off-by: Nathan Rossi <[email protected]> > --- > conf/machine/zcu102-zynqmp.conf | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf > index e6d66cd948..ee243454aa 100644 > --- a/conf/machine/zcu102-zynqmp.conf > +++ b/conf/machine/zcu102-zynqmp.conf > @@ -10,7 +10,8 @@ include conf/machine/include/zynqmp-pmu-config.inc > > MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" > > -UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" > +UBOOT_MACHINE = "xilinx_zynqmp_zcu102_rev1_0_defconfig" > +SPL_BINARY = "spl/boot.bin"
What's the current status of U-Boot SPL on zynqmp? Last time I checked it appeared not yet ready for a complete Linux boot, because it cannot pass the configuration object to the PMU firmware. - Can U-Boot SPL boot a complete Linux without FSBL on zcu102? - How much that applies to other zynqmp chips and boards (especially UltraZed)? Thanks in advance. -- Luca -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
