Files
rtems/bsps/arm/realview-pbx-a9
Cibi P 87cf29708f bsps/arm/realview-pbx-a9: Fix PL111 MMU mapping
The PL111 registers at 0x10020000 were not included in the
initial MMU device section. This caused a fatal source
exception during the framebuffer initialization.

Update the mapping to include the PL111 region
2026-03-16 18:48:10 +05:30
..
2023-05-20 11:05:26 +02:00
2024-08-02 20:21:38 +00:00

realview-pbx-a9

Tested only on Qemu.

git clone git://git.qemu.org/qemu.git qemu
cd qemu
git co a1bff71c56f2d1048244c829b63797940dd4ba0e
mkdir build
cd build
../configure --prefix=/opt/qemu --interp-prefix=/opt/qemu
make
make install
export PATH="$PATH:/opt/qemu/bin"

qemu-system-arm -S -s -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel ticker.exe

qemu-system-arm -S -s -no-reboot -net none -nographic -smp 2 -icount auto -M realview-pbx-a9 -m 256M -kernel ticker.exe