diff options
Diffstat (limited to 'COMPILE')
| -rw-r--r-- | COMPILE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/COMPILE b/COMPILE new file mode 100644 index 00000000000..61fb03ea85a --- /dev/null +++ b/COMPILE | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | export ARCH=arm | ||
| 2 | export CROSS_COMPILE=/home/sauro/tegra/T30/linux/l4t_15beta/Linux_for_Tegra/kernel/_out/3rdparty/arm-2009q1/bin/arm-none-linux-gnueabi- | ||
| 3 | export INSTALL_MOD_PATH=/targetfs_l4t_t30_r15_beta | ||
| 4 | |||
| 5 | make mrproper | ||
| 6 | make tegra3_carma_defconfig (tegra3_defconfig is the original for cardhu) | ||
| 7 | make | ||
| 8 | make modules_install (copy modules to INSTALL_MOD_PATH) | ||
| 9 | |||
| 10 | # to create uImage for u-boot | ||
| 11 | /home/sauro/tegra/T30/linux/l4t_15beta/Linux_for_Tegra/bootloader/mkimage -A arm -O linux -T kernel -C none -a 0x81008000 -e 0x81008000 -n tegra_l4t -d arch/arm/boot/zImage /tftpboot/uImage_l4t_3.1.10.seco.r15_beta | ||
