[meta-xilinx] [PATCH] pmu-firmware: Create and deploy a binary firmware blob

2017-08-24 Thread Mike Looijmans
The SPL based flow needs a raw firmware image instead of an ELF executable. Though probably any objcopy version can perform this, it's better to have the actual microblaze tool do the conversion, hence its inclusion in this recipe. With this addition, it is possible to create a bootloader for

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-24 Thread Giordon Stark
Hi Mike, One trick I do is have the machine inherit from the zynq-mpsoc and override whatever I need... then I usually can just build like normal and expect the boot.bin as usual. EG: something like # add MACHINEOVERRIDES .= ":zc706-zynq7" to your machine config otherwise those # overrides in