RTEMS on QEMU emulated RPi and RPi2
Pavel Pisa
ppisa4lists at pikron.com
Thu May 26 20:11:01 UTC 2016
Hello,
I have forgot to include START_ADDR=0x00008000 definition in the last e-mail
EXE_NAME=rtems/arm-rtems4.12/c/raspberrypi2/testsuites/samples/ticker/ticker.exe
START_ADDR=0x00008000
arm-rtems4.12-objcopy -R -S --strip-debug -O
binary "$EXE_NAME" "$EXE_NAME.bin" || exit 1
cat "$EXE_NAME.bin" | gzip -9 >"$EXE_NAME.gz"
mkimage \
-A arm -O rtems -T kernel -a $START_ADDR -e $START_ADDR -n "RTEMS" \
-d "$EXE_NAME.gz" "$EXE_NAME.img"
qemu-system-arm -M raspi2 \
-serial stdio \
-kernel "$EXE_NAME.img"
More information about the devel
mailing list