diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /COMPILE | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
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 | ||
