...
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