From: bifferos <bifferos@yahoo.co.uk>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] bifferboard: new board
Date: Mon, 12 Mar 2012 14:46:16 +0000 [thread overview]
Message-ID: <4F5E0C38.9080901@yahoo.co.uk> (raw)
In-Reply-To: <1331463508-1810-1-git-send-email-arnout@mind.be>
On 03/11/2012 10:58 AM, Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)"<arnout@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@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.
next prev parent reply other threads:[~2012-03-12 14:46 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 0:52 [Buildroot] Kernel and buildroot in 1MB bifferos
2012-03-01 7:50 ` Thomas Petazzoni
2012-03-01 11:13 ` bifferos
2012-03-03 15:29 ` Arnout Vandecappelle
2012-03-03 15:35 ` [Buildroot] [PATCH] bifferboard: new board Arnout Vandecappelle
2012-03-05 9:49 ` Thomas Petazzoni
2012-03-06 7:00 ` Arnout Vandecappelle
2012-03-11 10:58 ` [Buildroot] [PATCH v2] " Arnout Vandecappelle
2012-03-12 14:46 ` bifferos [this message]
2012-03-12 1:23 ` [Buildroot] [PATCH] " bifferos
2012-03-16 1:58 ` [Buildroot] Debugging /sbin/init startup issues bifferos
2012-03-17 4:03 ` Charles Krinke
2012-03-17 14:10 ` bifferos
2012-03-18 13:50 ` [Buildroot] [PATCH] bifferboard: new board Arnout Vandecappelle
2012-03-18 16:12 ` bifferos
2012-03-18 17:13 ` Arnout Vandecappelle
2012-03-18 19:51 ` Alexandre Pereira da Silva
2012-03-18 20:54 ` bifferos
2012-03-18 21:40 ` Arnout Vandecappelle
2012-03-19 12:36 ` bifferos
[not found] ` <4F525794.5010406@yahoo.co.uk>
2012-03-03 17:00 ` [Buildroot] Kernel and buildroot in 1MB Arnout Vandecappelle
2012-03-01 12:18 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F5E0C38.9080901@yahoo.co.uk \
--to=bifferos@yahoo.co.uk \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.