On Fri, Jul 22, 2016 at 3:25 PM, Mike Looijmans <[email protected]> wrote: > > If I modify the devicetree and disable the 'psci' part, the system boots fine > but doesn't wake the other three cores.
By default ZynqMP machines are setup to use PSCI for cpu bringup (QEMU has a PSCI implementation in-built), which means you will have to load some firmware before the kernel to handle PSCI calls, etc. ARM Trusted Firmware is what Xilinx recommends and they provide support for. The u-boot post regarding SPL (http://lists.denx.de/pipermail/u-boot/2016-May/254902.html) has info for booting atf. By default meta-xilinx will build an ATF binary for ZynqMP targets. Regards, Nathan > > On 21-07-16 13:30, Mike Looijmans wrote: > > I got the "dev" kernel to compile by removing the Xilinx PHY support (which > > was causing the failure). The resulting ~4.5 kernel crashes on the same > > spot, > > also in the psci core. > > > > > > On 21-07-16 10:57, Mike Looijmans wrote: > > > With current meta-xilinx master the kernel won't boot on the zcu102 > > board, it > > > crashes on an invalid instruction. I tried using "linux-xlnx-dev" as > > provider > > > but that won't even compile. > > > > Kind regards, > > > > Mike Looijmans > > System Expert > > > > > > TOPIC Products > > > > > > Materiaalweg 4 > > > > > > 5681 RJ Best > > T: > > +31 (0) 499 33 69 69 > > Postbus 440 > > E: > > [email protected] > > 5680 AK Best > > W: > > www.topicproducts.com > > The Netherlands > > > Please consider the environment before printing this e-mail > > > Topic zoekt gedreven (embedded) software specialisten! > > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx > -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
