Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d78419a6 authored by Robert Nelson's avatar Robert Nelson
Browse files

3.1-merge: sync system.sh.sample


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 324bd987
No related merge requests found
......@@ -51,23 +51,43 @@ fi
LINUX_GIT=~/linux-stable/
#Force Script to use the latest git commit's..
#This should be enabled with care, as any upstream commit can break any local patch..
#So NO SUPPORT ;)
#LATEST_GIT=1
#Use with Caution, mount locations can change... This define's SD/MMC card mount location for load_uImage.sh script.
#MMC=/dev/sde
###OPTIONAL: (REQUIRED FOR RUNNING: ./tools/load_uImage.sh & ./tools/load_uImage.sh)
#local patches
#LOCAL_PATCH_DIR=/full/path/to/dir/
##Since 2.6.39?, it's now possible to build a Linux Kernel for devices that have
##different physical address of the kernel entry point or "ZRELADDR". This also means
##these scripts only create zImage's, if you'd like uImage, run mkimage yourself, or use
##the ./tools/load_uImage.sh to load the uImage on a MMC card.
#zImage to uImage
#OMAP3-4
##For TI: OMAP3/4/AM35xx
#ZRELADDR=0x80008000
#mx51
##For Freescale:
##MX51 Family
#ZRELADDR=0x90008000
#mx53
##MX53
#ZRELADDR=0x70008000
###OPTIONAL: (REQUIRED FOR RUNNING: ./tools/load_uImage.sh & ./tools/load_uImage.sh)
##USE WITH CAUTION: mount locations can change, this script has ZERO error detection.(FIXME)
##
##Operaties on raw disks, NOT PARTITIONS
##BAD: MMC=/dev/sde1
##GOOD: MMC=/dev/sde
#MMC=/dev/sde
###ADVANCED: Secret Sauce Patches:
##Have some secret sauce, you dont want to share with the community??
##
##It'll look specifically for *.patch files... Doesn't care about order/etc.. And I don't care about enhancing it.. ;)
#LOCAL_PATCH_DIR=/full/path/to/dir/
###ADVANCED: (actually currently disabled)
#Force Script to use the latest git commit's..
#This should be enabled with care, as any upstream commit can break any local patch..
#So NO SUPPORT ;)
#LATEST_GIT=1
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment