sources
This is an old revision of the document!
Table of Contents
TODO
Kernel Sources
kernel
2.6.38 marvin's branch was used until recently (2012-02-17).
3.0.x marvin's branch is in use now because it is enough stable.
Toshiba kernel sources
Recompiling a Kernel
Before doing this operation, try already compiled kernel for less harsh, here is some link to pick it:
Ubuntu
Kernels cooked by Jani Monoses
http://launchpadlibrarian.net/89568135/linux-image-3.0.8-4-ac100_3.0.8-4.3_armel.deb
Debian
RedSleeve
Others
You can extract zImage and corresponding modules from this packages.
Compilation environment consideration
Cross-compiling and native.
2.6.38 Kernel series
git clone -b chromeos-ac100-2.6.38 git://gitorious.org/~marvin24/ac100/marvin24s-kernel.git cd make paz00_defconfig zImage modules modules_install INSTALL_MOD_PATH=/mnt/mmcblk1p1 abootimg -u /tmp/part-6.img -k arch/arm/boot/zImage
/mnt/mmcblk1p1 is where is your rootfs
/tmp/part-6.img is your copy of your boot image
3.0.x Kernel series
TODO
Git-Fu
TODO
A tutorial on Git by Charles Duan.
U-Boot
- https://github.com/chpec/uboot-ac100 U-Boot for AC100: supports USB, lcd panel for output and UARTA for input
- https://github.com/muromec/uboot-tegra U-Boot for Tegra-based Asus smartbook.
Support
sources.1329503605.txt.gz · Last modified: 2012/02/17 19:33 by armelf