Well, the git repos for those are in the same place :-)
Kernel is in the linux-omap repository, use the omap-2.6.36 branch.
For the rootfs, I build using the OE repository on my site - gnome-r12 branch.
>>
http://www.sakoman.com/cgi-bin/gitweb.cgI>>
>> For x-load use the master branch, for U-boot I recommend you use the
>> omap4-exp as it contains some "fix" patches for things that are
>> currently broken in mainline rc2.
I forgot to say I wanted to build for Panda I used below
commands
I guessed at what to use for config will that work?
git clone git://
www.sakoman.com/git/linux-omap-2.6.git
cd linux-omap-2.6
make ARCH=arm distclean
make ARCH=arm omap2plus_defconfig
# FIXME This does not make uImage only vmlinux
make ARCH=arm uImage 2>&1 |tee $MYDROID/logs/kernel_make.out
so i did
mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n "Linux" -d ./vmlinux ./uImage
will this omap2plus_defconfig work for Panda?
I also could not find a defconfig for building u-boot and x-loader for Panda
I did below and was unable to build
git clone git://
www.sakoman.com/git/u-boot.git
cd u-boot
git checkout omap4-exp
make omap4430panda_config