[PATCH 9/9] Documentation: add QEMU Canon A1100 barebox mini-howto
Antony Pavlov
antonynpavlov at gmail.com
Mon Jul 28 04:48:16 PDT 2014
On Mon, 28 Jul 2014 08:16:04 +0200
Sascha Hauer <s.hauer at pengutronix.de> wrote:
> On Sun, Jul 27, 2014 at 01:47:28PM +0400, Antony Pavlov wrote:
> > Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> > ---
> > Documentation/boards/digic.rst | 16 ++++++++++++++++
> > 1 file changed, 16 insertions(+)
> >
> > diff --git a/Documentation/boards/digic.rst b/Documentation/boards/digic.rst
> > new file mode 100644
> > index 0000000..e2c49b6
> > --- /dev/null
> > +++ b/Documentation/boards/digic.rst
> > @@ -0,0 +1,16 @@
> > +Canon DIGIC
> > +===========
> > +
> > +Canon PowerShot A1100 IS
> > +------------------------
> > +
> > +Running barebox on QEMU
> > +^^^^^^^^^^^^^^^^^^^^^^^
> > +
> > +QEMU supports Canon A1100 camera emulation since version 2.0.
> > +
> > +Usage::
> > +
> > + $ qemu-system-arm -M canon-a1100 \
> > + -nographic -monitor null -serial stdio \
> > + -bios barebox.canon-a1100.bin
>
> Is it possible to run it on a real camera? How?
We need the dancingbits utility from CHDK project for generation binary image for real camera
(see https://github.com/c10ud/CHDK/blob/master/tools/dancingbits.c).
This utility is licensed GPLv3+.
Can I put it into barebox.git/scripts?
--
Best regards,
Antony Pavlov
More information about the barebox
mailing list