Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pandaboard [2012/12/04 16:03] – admin | pandaboard [2013/01/21 16:20] (current) – [Pandaboard ES kernel compilation] admin | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ====== Pandaboard ES kernel compilation ====== | ====== Pandaboard ES kernel compilation ====== | ||
| + | |||
| + | We are using the cross-compiling toolchain from Linaro, arm-linux-gnueabihf, | ||
| mkimage -A arm -T script -C none -n " | mkimage -A arm -T script -C none -n " | ||
| Line 19: | Line 21: | ||
| make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules | make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules | ||
| make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules_install INSTALL_MOD_PATH=../ | make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules_install INSTALL_MOD_PATH=../ | ||
| - | mkinitramfs 3.4.10 -o initrd.img-3.4.10-0001-omap4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- | + | |
| # cp modules to exported rootfs | # cp modules to exported rootfs | ||
| | | ||