Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Follow

...

these

...

steps

...

to

...

setup

...

a

...

bootable

...

sd

...

card

...

for

...

the

...

gumstix overo 

  1. Follow the instructions at http://gumstix.org/basic-cross-compilation.html

...

  1.  to make uImage and kernel modules.  Use the attached defconfig file instead of the one mentioned in the instructions.
  2. Download x-loader and u-boot from http://feeds.sakoman.com/feeds/gnome-r13/images/

...

  1.  
  2. Follow the instructions at http://gobysoft.com/wiki/InstallOnGumstixOvero

...

  1.  to build the root filesystem.  Use the attached emdebian.conf

...

  1. file.

...

    1. If

...

    1. you've

...

    1. prepared

...

    1. the

...

    1. rootfs

...

    1. before

...

    1. then

...

    1. all

...

    1. you

...

    1. need

...

    1. to

...

    1. change

...

    1. for

...

    1. a

...

    1. new

...

    1. kayak

...

    1. is

...

    1. the

...

    1. hostname

...

    1. in

...

    1. /etc/hostname

...

    1. and

...

    1. /etc/hosts

...

    1. as

...

    1. well

...

    1. as

...

    1. the

...

    1. ip

...

    1. configuration

...

    1. settings.

...

    1.  
  1. Use the instructions at http://gumstix.org/create-a-bootable-microsd-card.html

...

  1.  to prepare the SD card and copy the MLO and u-boot.

...

  1.  The kernel image we built can be found in linux/arch/arm/boot.

...

  1.  
  2. Copy the rootfs,

...

  1. sync,

...

  1. install

...

  1. kernel

...

  1. modules,

...

  1. and

...

  1. sync

...

  1. again.  Finally unmount the sd card.  
Code Block
  Finally unmount the sd card.  

{code}
cd ~/gumstix/rootfs
sudo rsync -aP . /media/rootfs/
sync
cd ~/gumstix/linux
sudo INSTALL_MOD_PATH=/media/rootfs make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install
sync
sudo umount /media/boot
sudo umount /media/rootfs
{code}

We'll

...

need

...

to

...

connect

...

via

...

serial

...

the

...

first

...

time

...

we

...

boot

...

up

...

to

...

ensure

...

that

...

everything

...

goes

...

well.  First boot will take a while, but future ones should be quick.  After it's done install openssh-server and the reconnect to the gumstix via ssh.  

Return to the goby wiki and follow the instructions to setup distcc on the gumstix.  Next install software according to the instructions on the software installation page.  

Duovero:

Code Block
  First boot will take a while, but future ones should be quick.  After it's done install openssh-server and the reconnect to the gumstix via ssh.  

Return to the goby wiki and follow the instructions to setup distcc on the gumstix.  Next install software according to the instructions on the software installation page.  

*Duovero:*

{code}
git clone git://www.sakoman.com/git/linux linux
cd linux
git checkout omap-3.6
{code}

defconfig

...

saved

...

as

...

omap4_defconfig

...

and

...

pulled

...

from:

...

http://www.sakoman.com/cgi-bin/gitweb.cgi?p=meta-sakoman.git;a=blob_plain;f=recipes-kernel/linux/linux-sakoman-3.6/omap4-multi/defconfig;h=968d3053f32a504afdf7b0eacf1d41eb730a5f80;hb=master

...

no changes to defconfig

MLO and u-boot from script found at:

http://feeds.sakoman.com/feeds/yocto-1.3/images/omap4-multi/current/

...

will need package g++-4.6-arm-linux-gnueabi=4.6.3-15,

...

add

...

emdebian

...

wheezy

...

and

...

sid

...

to

...

apt

...

sources

...

similar

...

to

...

squeeze as described on goby wiki.

 

NTP:

http://ubuntuforums.org/showthread.php?t=862620

Compiler information: vehicles should use g++-4.4
distcc host must have g++-4.4-arm-linux-gnueabi=4.4.5-8
apt-pin:

Code Block
Package: *-4.4-arm-linux-gnueabi* *-4.4-dev-armel-cross
Pin: version 4.4.5-8
Pin-Priority: 1100 as described on goby wiki.