Address: Room 1705,Block A1, Longyuan Plaza, Longkouxi Road, Guangzhou, China, 510640 Website: http://www.arm9.net
Sales: +86-20-85201025 Tech Support: +86-13719442657 Fax: +86-20-85261505
Email for Business and Cooperation: capbily@163.com Email for Tech Support: dev_friendlyarm@163.com
The default setting is Linux-BootLoader =superboot-210.bin
Kernel image
The default setting is Linux-BootLoader=Linux/zImage
Boot arguments
- When using the yaffs2 system the suggested (default) commandline is:
Linux-CommandLine = root=/dev/mtdblock4 console=ttySAC0,115200 init=/linuxrc
Note: if you want to skip calibration you can add “skipcali=yes” in the command line
- When running from SD card use the default setting
- When you want to run your board with a capacitive LCD you need to specify
“skipcali=yes” and “ctp=n”. The value “n” can be either 0 or 1, 2, and 3. If n=0 it
means no capacitive LCD will be connected. If n=1 it means a GT80X based 7’
capacitve touch panel will be connected. If n=2 it means a FT5206 based 7” capacitive
touch panel will be connected. If n=3 it means a FT5406 based 7” capacitive touch
panel will be connected.
Linux-RootFs-InstallImage
File system image used to be installed, now only the yaffs2 system is provided.
The default setting is Linux-RootFs-InstallImage = Linux/rootfs_android.img
File system image used to be run directly from SD card
The default setting is Linux-RootFs-RunImage = Linux/rootfs_android.ext3
Items to specify WindowsCE6 images, they can include directories and “/” or “\”
Bootloader file
The default setting is Linux-BootLoader =superboot-210.bin
Boot Logo, BMP file, 24 bit color
The default setting is WindowsCE6-BootLogo=WindowsCE6\bootlogo.bmp
File system image used to be installed
The default setting is WindowsCE6-InstallImage = WindowsCE6\NK.bin
File system image used to be run directly from SD card
The default setting is WindowsCE6-RunImage = WindowsCE6\NK.bin
Notes:
1. Statements after “#” will not be executed by Superboot. Actually any character
except key words can be used to comment. “#” is just widely accepted
2. To prevent our Superboot from being illegally copied we make it a rule that the first
line of the ini file cannot be edited or deleted. It is:
#This line cannot be removed. by FriendlyARM(www.arm9.net)
Note: no space or any other character after the last “)” is allowed