Following the lines on User manual 6.1 chapter 2.7
All good until the waf configure, I want to build for ZynqMP, so I use:
./waf configure --rtems=$HOME/quick-start/rtems/6 --rtems-bsp=aarch64/zymqmp_apu
and I get:
No valid arch/bsps found
(complete log in <path>/app/hello/build/config.log)
Although waf (the one in rtems source folder) shows it:
./waf bsplist
Regenerate build specification cache (needs a couple of seconds)...
aarch64/a53_ilp32_qemu
aarch64/a53_lp64_qemu
aarch64/a72_ilp32_qemu
aarch64/a72_lp64_qemu
aarch64/raspberrypi4b
aarch64/versal_aiedge
aarch64/versal_qemu
aarch64/versal_vck190
aarch64/zynqmp_apu
aarch64/zynqmp_apu_ilp32
aarch64/zynqmp_cfc400x
aarch64/zynqmp_qemu
aarch64/zynqmp_qemu_ilp32
but not waf where the hello source is