Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The resulting uImage should be built in arch/arm/boot.  Modules will be installed by the script that makes the SD card.  

Software setup

Code Block
apt-get install module-init-tools
usermod -a -G dialout mit

 

Deploy to SD card

Copy the required files from the hovergroup svn:

...

Code Block
cd ~/duovero
sudo ./mksdcard /dev/sdb

References

http://gobysoft.org/wiki/CompileGumstixKernel

http://gobysoft.org/wiki/InstallOnGumstixOvero

http://www.gumstix.org/software-development/how-to/248-compile-kernel-boot-loader.html

http://www.gumstix.org/access-source-code.html

http://www.gumstix.org/basic-cross-compilation.html