...
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
Code Block |
---|
sudo apt-get install g++-arm-linux-gnueabi # currently defaults to 4.7
cd duovero/kernel-dev
git clone git://github.com/gumstix/linux.git linux -b omap-3.6
cp config linux/.config
|
Software setup
Deploy to SD card
...