Try to load and run RTEMS Image on Cora-z7-10

2022-05-03 Thread Sarmad Ahmad
Hello I am trying to boot RTEMS image on a coran-z7-10, I have tried several addresses without success. I create the image as follows ./mkimage.py -A arm -O linux -T kernel -a 0x1000 -e 0x1000 -n RTEMS -d hello.exe test5.img also tried -O rtems I have also tried the following addresse

Try to boot RTEMS6 on Zynq

2022-03-26 Thread Sarmad Ahmad
Hello I am trying to boot RTEMS 6 on a cora-z7-10 board I built RTEMS as follows i used the current version of the master git clone https://github.com/RTEMS/rtems-source-builder.git rsb cd rsb cd rtems ../source-builder/sb-set-builder --jobs=4 --prefix=$HOME/development/rtems/6 6/rtems-arm ex

Boot RTEMS on Zynq

2022-03-18 Thread Sarmad Ahmad
Hi I am trying to boot RTEMS on a CORA z7 10 I have built RTEMS as follows ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 5/rtems-arm ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 \ --target=arm-rtems5 --with-rtems-bsp=xilinx_zynq_a9_qemu --with-rt