<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br></div>I own a Microzed board and recently managed to boot it using buildroot using a recent (2015.07) uboot and the Zedboard DTS shipped in the Xilinx repository of the linux kernel.<br></div>Given the above, I assumed I cuold try RTEMS on the Microzed, using the Zedboard BSP.<br><br></div>I successfully built the toolchain and the BSP (xilinx_zynq_zedboard) out of the latest version of the git repositories and I'm trying to boot the hello.exe sample following these steps:<br><br>arm-rtems4.11-objcopy -R -S -O binary hello.exe hello.bin<br>mkimage -A arm -O rtems -T kernel -C none -n "RTEMS Application" -d hello.bin hello.img<br><br></div>I write the hello.img file on the microSD along with:<br><br></div> - BOOT.BIN<br></div> - system.bit <br></div> - u-boot-dtb.img<br><br></div>and u-boot starts fine:<br><br>---------------------------<br>U-Boot SPL 2015.07 (Sep 25 2015 - 09:24:38)<br>mmc boot<br>reading system.dtb<br>spl_load_image_fat_os: error reading image system.dtb, err - -1<br>reading u-boot-dtb.img<br>reading u-boot-dtb.img<br><br><br>U-Boot 2015.07 (Sep 25 2015 - 09:24:38 +0200)<br><br>Model: Zynq MicroZED Board<br>I2C:   ready<br>DRAM:  ECC disabled 1 GiB<br>MMC:   zynq_sdhci: 0<br>Using default environment<br><br>In:    serial<br>Out:   serial<br>Err:   serial<br>Model: Zynq MicroZED Board<br>Net:   Gem.e000b000<br>Error: Gem.e000b000 address not set.<br><div><div><div><div><div><br>zynq-uboot> fatload mmc 0 0x1000000 hello.img<br>reading hello.img<br>1039120 bytes read in 107 ms (9.3 MiB/s)<br>zynq-uboot> bootm 0x1000000<br>## Booting kernel from Legacy Image at 01000000 ...<br>   Image Name:   RTEMS Application<br>   Image Type:   ARM RTEMS Kernel Image (uncompressed)<br>   Data Size:    1039056 Bytes = 1014.7 KiB<br>   Load Address: 00000000<br>   Entry Point:  00000000<br>   Verifying Checksum ... OK<br>   Loading Kernel Image ... OK<br>## Transferring control to RTEMS (at address 00000000) ...<br><br></div><div>Could you please give me some advices?<br></div><div>Are there any known success stories with this board?<br><br></div><div>thank you in advance,<br></div><div>Davide<br></div><div><br></div></div></div></div></div></div>