Skip to content

Commit

Permalink
Configuration for ARMv6/ARM1176 together with AUFS for ARM Versatile PB.
Browse files Browse the repository at this point in the history
This combination is near to the prepared Raspberry Pi setup
and allows to run same system image under QEMU.

Kernel configuration and load is different/done by QEMU

qemu-system-arm -cpu arm1176 -m 256 -M versatilepb \
      -kernel kernel-qemu-arm1176-versatilepb \
      -hda rpi-wheezy-overlay \
      -append "console=ttyAMA0 root=/dev/sda2 ro init=/sbin/init-overlay" \
      -nographic

Target system requires /lib/modules corresponding to used kernel
to be added. I.e.

  lib/modules/3.12.20-versa-armv6+

and line containing

  /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so

in "/etc/ld.so.preload" has to be disabled/commented ('#').

Signed-off-by: Pavel Pisa <[email protected]>
  • Loading branch information
ppisa committed Aug 24, 2014
1 parent b127b52 commit e19b05c
Showing 1 changed file with 2,232 additions and 0 deletions.
Loading

0 comments on commit e19b05c

Please sign in to comment.