Firmware/Building: Difference between revisions
< Firmware
Jump to navigation
Jump to search
(→XO-1) |
No edit summary |
||
Line 22: | Line 22: | ||
svn checkout -q svn://openfirmware.info/openfirmware |
svn checkout -q svn://openfirmware.info/openfirmware |
||
(cd openfirmware/cpu/x86/pc/olpc/via/build; make olpc.rom) |
(cd openfirmware/cpu/x86/pc/olpc/via/build; make olpc.rom) |
||
* brick tested with q3c15, |
|||
== Fedora - native self-hosting == |
== Fedora - native self-hosting == |
||
Line 35: | Line 37: | ||
* warning: not brick tested. |
* warning: not brick tested. |
||
=== XO-1.75 === |
|||
How to build Open Firmware for an XO-1.75, on an XO-1.75: |
|||
* start with OLPC OS 13.2.0 build 8, |
|||
yum install -y gcc git svn make glibc-static wget |
|||
svn checkout -q svn://openfirmware.info/openfirmware |
|||
(cd openfirmware/cpu/arm/olpc/1.75/build; make olpc.rom) |
|||
* brick tested on each release, as this is the basis of the configuration used for building the release, although an XO-4 is used as the builder rather than XO-1.75, |
|||
=== XO-4 === |
=== XO-4 === |
||
Line 44: | Line 58: | ||
svn checkout -q svn://openfirmware.info/openfirmware |
svn checkout -q svn://openfirmware.info/openfirmware |
||
(cd openfirmware/cpu/arm/olpc/4.0/build; make olpc.rom) |
(cd openfirmware/cpu/arm/olpc/4.0/build; make olpc.rom) |
||
* brick tested on each release, as this is the basis of the configuration used for building the release, |
Revision as of 23:42, 28 June 2013
Ubuntu
An XO-1.5 build using an Ubuntu 13.04 Raring chroot:
apt-get install debootstrap schroot debootstrap --arch i386 raring raring-i386 http://archive.ubuntu.com/ubuntu cp -p /etc/apt/apt.conf raring-i386/etc/apt/ # for universe, security, etc cp -p /etc/apt/sources.list raring-i386/etc/apt/ # for proxy settings cp -p /etc/environment raring-i386/etc/ # for proxy and locale settings cp -p /etc/sudoers raring-i386/etc/ # for %admin on Ubuntu ln -s /proc/mounts raring-i386/etc/mtab cat << EOF > /etc/schroot/chroot.d/raring-i386 [raring-i386] directory=/home/james/ephemeral.iso/raring-i386 type=directory personality=linux32 groups=users,admin EOF schroot -c raring-i386 apt-get update apt-get install git subversion gcc patch make wget iasl svn checkout -q svn://openfirmware.info/openfirmware (cd openfirmware/cpu/x86/pc/olpc/via/build; make olpc.rom)
- brick tested with q3c15,
Fedora - native self-hosting
XO-1
How to build Open Firmware for an XO-1, on an XO-1:
- start with OLPC OS 13.2.0 build 8,
yum install -y gcc git svn make glibc-static iasl svn checkout -q svn://openfirmware.info/openfirmware (cd openfirmware/cpu/x86/pc/olpc/build; make olpc.rom)
- warning: not brick tested.
XO-1.75
How to build Open Firmware for an XO-1.75, on an XO-1.75:
- start with OLPC OS 13.2.0 build 8,
yum install -y gcc git svn make glibc-static wget svn checkout -q svn://openfirmware.info/openfirmware (cd openfirmware/cpu/arm/olpc/1.75/build; make olpc.rom)
- brick tested on each release, as this is the basis of the configuration used for building the release, although an XO-4 is used as the builder rather than XO-1.75,
XO-4
How to build Open Firmware for an XO-4, on an XO-4:
- start with OLPC OS 13.2.0 build 8,
yum install -y gcc git svn make glibc-static wget svn checkout -q svn://openfirmware.info/openfirmware (cd openfirmware/cpu/arm/olpc/4.0/build; make olpc.rom)
- brick tested on each release, as this is the basis of the configuration used for building the release,