...
Many instructions here are mirrored from Toby Schneider's instructions at http://gobysoft.org/wiki/InstallOnGumstixOvero.
Root filesystem preparation
Follow these steps to create a debian wheezy root filesystem. In this section we will use # host
to indicate commands run on the host machine, and # chroot
for commands commands run inside the chroot filesystem.
...
To avoid permission issues, you should use your user account (not the root account) to check out subversion or git repos. Sudo
may not work in the chroot environment, so you may still need to use the root account for operations that require root access.
...
Kernel Preparation
Install dependencies
Code Block |
---|
sudo apt-get install u-boot-tools g++-arm-linux-gnueabi |
...
The resulting uImage should be built in arch/arm/boot. Modules will be installed by the script that makes the SD card.
...
Software setup
If it isn't already, mount /dev in the chroot:
...
Code Block |
---|
cd ~/hoverland/hovergroup/third-party |
...
Deploy to SD card
Copy the required files from the hovergroup svn:
...