On 1/21/21 5:54 AM, [email protected] wrote:
> Today I carried out a very naive test:
> I generated a PMU firmware in .elf format with Vitis (I do not know how to 
> convert it to .bin), renamed it (pmu-firmware-zynqmp-pmu.bin) and copied it 
> to the directory where bitbake could not find the PMU binary (I created the 
> directories manually because the path 
> poky/build/pmutmp/deploy/images/zynqmp-pmu/ did not exist).
> 
> Of course I did not expect it to work, but I expected that bitbake would find 
> the fake PMU firmware and then I would get some different errors or even a 
> succesful build with a wrong PMU binary. Instead I got the same error as 
> before. But maybe that was an expected behaviour if bitbake cheks if the PMU 
> binary is right... Any suggestions? How can I convert my .elf PMU firmware to 
> .bin? Do I need to set some variables/paths to go further? Thanks.

I ran this:

[balister@prague build]$ bitbake -e gnuradio-dev-image | grep
^PMU_FIRMWARE_DEPLOY_DIR
PMU_FIRMWARE_DEPLOY_DIR="/home/balister/opensdr/test-builds/master-xilinx-3.8/build/pmutmp/deploy/images/zynqmp-pmu"

and

[balister@prague build]$ ls
/home/balister/opensdr/test-builds/master-xilinx-3.8/build/pmutmp/deploy/images/zynqmp-pmu
pmu-firmware-zynqmp-pmu.bin


is what I did to get things building. the bin file is made using the
process from Luca's blog posts and the pm config object c file was coped
from an example board from xilinx tools.

Philip

> 
> 
> 
> 
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4825): 
https://lists.yoctoproject.org/g/meta-xilinx/message/4825
Mute This Topic: https://lists.yoctoproject.org/mt/79922814/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to