aboutsummaryrefslogtreecommitdiffstats
path: root/COMPILE
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /COMPILE
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'COMPILE')
-rw-r--r--COMPILE11
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 @@
1export ARCH=arm
2export CROSS_COMPILE=/home/sauro/tegra/T30/linux/l4t_15beta/Linux_for_Tegra/kernel/_out/3rdparty/arm-2009q1/bin/arm-none-linux-gnueabi-
3export INSTALL_MOD_PATH=/targetfs_l4t_t30_r15_beta
4
5make mrproper
6make tegra3_carma_defconfig (tegra3_defconfig is the original for cardhu)
7make
8make 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