]> Zhao Yanbai Git Server - minix.git/commitdiff
arm:build add flags for AM335X 94/594/3
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 24 May 2013 09:04:53 +0000 (11:04 +0200)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 24 May 2013 13:47:04 +0000 (15:47 +0200)
Change-Id: I1fd25d5ada52972fd2f6ec5057ff273544c65390

releasetools/arm_sdimage.sh

index c17d4d6dd8535c37e1a179ce4b205e1e7aec1b2a..dc293c07f9831196fb9deb321beb098a4fe2f02a 100755 (executable)
@@ -19,8 +19,18 @@ set -e
 : ${IMG=minix_arm_sd.img}
 : ${MLO=MLO}
 : ${UBOOT=u-boot.img}
+
+
+# beagleboard-xm
 : ${BASE_URL=http://www.minix3.org/arm/beagleboard-xm}
+: ${FLAG=-DDM37XX}
+: ${CONSOLE=tty02}
+
+
+#beaglebone (and black)
 #: ${BASE_URL=http://www.minix3.org/arm/beaglebone}
+#: ${FLAG=-DAM335X}
+#: ${CONSOLE=tty00}
 
 if [ ! -f ${BUILDSH} ]
 then   echo "Please invoke me from the root source dir, where ${BUILDSH} is."
@@ -63,7 +73,7 @@ done
 #
 # Call build.sh using a sloppy file list so we don't need to remove the installed /etc/fstag
 #
-export CPPFLAGS=-DDM37XX
+export CPPFLAGS=${FLAG}
 sh ${BUILDSH} -V SLOPPY_FLIST=yes -V MKBINUTILS=yes -V MKGCCCMDS=yes -j ${JOBS} -m ${ARCH} -O ${OBJ} -D ${DESTDIR} ${BUILDVARS} -U -u distribution
 
 #
@@ -152,11 +162,12 @@ mkfs.vfat ${IMG_DIR}/fat.img
 ./releasetools/gen_uEnv.txt.sh > ${IMG_DIR}/uEnv.txt
 
 #
-#
+# Generate the MINIX command line
+# 
 # options:
 # -c set console e.g. tty02 or tty00
-# -v set verbosidy e.g. 0 to 3
-./releasetools/gen_cmdline.txt.sh > ${IMG_DIR}/cmdline.txt
+# -v set verbosity e.g. 0 to 3
+./releasetools/gen_cmdline.txt.sh -c ${CONSOLE} > ${IMG_DIR}/cmdline.txt
 
 echo "Copying configuration kernel and boot modules"
 mcopy -bsp -i ${IMG_DIR}/fat.img  ${IMG_DIR}/$MLO ::MLO