[Buildroot] [PATCH v2] bifferboard: new board

bifferos bifferos at yahoo.co.uk
Mon Mar 12 14:46:16 UTC 2012


On 03/11/2012 10:58 AM, Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)"<arnout at mind.be>
>
> Includes linux and busybox config (to make it fit in 1MB).
>
> Based on
> https://sites.google.com/site/bifferboard/Home/boards-with-1mb-flash/buildroot
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind)<arnout at mind.be>
>
You can run the generated image in the emulator with something like this:

git clone git://github.com/bifferos/bb.git
cd bb/qemu
./configure
make
cd ..
wget 
http://bifferos.co.uk/downloads/bifferboard/qemu/biffboot-3_6-qemu.bin 
-O bios.bin
dd if=/dev/zero of=flash.bin bs=1024 count=16
./tools/make_config_block.py 0x20 config.bin
cat config.bin >> flash.bin
cat ../buildroot-2011.11/output/images/bzImage >> flash.bin
./qemu/i386-softmmu/qemu -cpu 486 -m 32 -vga none -nographic -bios 
./bios.bin -firmware flash.bin

PATCH v2 still gives the backtrace error, however if you try the bzImage 
from 
https://sites.google.com/site/bifferboard/Home/boards-with-1mb-flash/buildroot 
(attached at the bottom), it works OK.

Incidentally, thanks for your help with this.

Biff.




More information about the buildroot mailing list