And I had to go and try what is the “top of rtems source tree”
because there are 2 rtems folders and one src folder, plus the rsb that stands for rtems source builder…
I know that when one works for years with something, tend to act and talk as if everyone knew most of what they know.
.
├── rtems
│ └── 6
└── src
├── rsb
└── rtems-6.1
Anyways, now I know my bsp: zynqmp_apu
So I try:
…/source-builder/sb-set-builder --prefix=/home/joan/quick-start/rtems/6 --target=6/rtems-aarch64 --with-rtems-bsp=zynqmp_apu --with-rtems-tests=no 6/rtems-kernel
error in the log:
Section name 'zynqmp_apu' is a malformed 'arch/bsp' tuple
So then --with-rtems-bsp is misleading, it wants that arch/bsp tuple…
try again:
../source-builder/sb-set-builder --prefix=/home/joan/quick-start/rtems/6 --target=6/rtems-aarch64 --with-rtems-bsp=aarch64/zynqmp_apu --with-rtems-tests=no 6/rtems-kernel
and that seemed to work at the 2nd try, I might be getting it.
Thanks, tomorrow will be another day