I wanted to build a uImage for beagle board c3 , but I am not getting
proper toolchain . Can any one suggest the toolchain and provide a
document to create uimage
I think there are few ways to do this.
- Manauly compile from source:
- Build with OpenEmbedded:
Manauly compile from source:
:: uboot stable source:
http://ftp.denx.de/pub/u-boot/
:: kernel source tree:
http://elinux.org/BeagleBoard#Source
or Robert Nelson’s nice stable source tree
https://launchpad.net/~beagleboard-kernel/
:: toolchain:
http://elinux.org/BeagleBoard#Compiler
http://elinux.org/Toolchains#Prebuilt_toolchains
Build with OpenEmbedded:
http://wiki.openembedded.org/
but, I don’t know much ;p