Discussion:
Request for Support on the RPI Target
Florian Grätz
2016-08-15 08:18:48 UTC
Permalink
Dear community,

I would greatly appreciate you support on this matter. One of the
developers was so kind to point me to the RPi instructions included in the
13.11 release notes:
https://genode.org/documentation/release-notes/13.11#Raspberry_Pi

Still, this post does not answer all questions. What I have achieved so far:
- I cloned the repository
- I ran tool/ports/prepareport (which is not mentioned in the Raspberry Pi
post) and successfully downloaded dde_linux and libc sources
- I used tool/create_builddir to create the build/hw_rpi directory

I badly failed with the make -C dde_linux prepare_rpi command. It spit out:
make: Entering direcotry '/home/florian/git/genode/repos/dde_linux'
make: *** No rule to make target 'prepare_rpi'. Stop.
make: Leaving directory '/home/florian/git/genode/repos/dde_linux'
No wonder, as this directory does not contain a Makefile. The same happends
with the make -C libports prpeare PKG=libc command.

Of course, make run/demo fails too.

Any hints what I have been missing?

Regards, Florian.
Norman Feske
2016-08-16 09:00:09 UTC
Permalink
Hi Florian

welcome to the mailing list!
Post by Florian Grätz
Dear community,
I would greatly appreciate you support on this matter. One of the
developers was so kind to point me to the RPi instructions included in
https://genode.org/documentation/release-notes/13.11#Raspberry_Pi
- I cloned the repository
- I ran tool/ports/prepareport (which is not mentioned in the Raspberry
Pi post) and successfully downloaded dde_linux and libc sources
- I used tool/create_builddir to create the build/hw_rpi directory
make: Entering direcotry '/home/florian/git/genode/repos/dde_linux'
make: *** No rule to make target 'prepare_rpi'. Stop.
make: Leaving directory '/home/florian/git/genode/repos/dde_linux'
No wonder, as this directory does not contain a Makefile. The same
happends with the make -C libports prpeare PKG=libc command.
The mechanism for preparing 3rd-party code has changed since the version
13.11. To install the DDE-Linux code (that includes the USB driver for
the Raspberry Pi), please use the following command:

<genode-dir/tool/ports/prepare_port dde_linux

To learn more about the way how the integration of 3rd-party code with
Genode works, please have a look at Section 5.2. "Integration of
3rd-party software" in the manual [1].

[1] http://genode.org/documentation/genode-foundations-16-05.pdf

Cheers
Norman
--
Dr.-Ing. Norman Feske
Genode Labs

http://www.genode-labs.com · http://genode.org

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
Loading...