CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added files for CuBox device (requires testing)
[bootloader.git] / devices / cubox / printenv.info
CommitLineData
4d7a4562
JB
1CuBox>> printenv
2baudrate=115200
3loads_echo=0
4rootpath=/mnt/ARM_FS/
5netmask=255.255.255.0
6console=console=ttyS0,115200 useNandHal=single
7mtdids=nand0=dove-nand
8mtdparts=mtdparts=dove-nand:4m(boot),-(rootfs)
9arcNumber=3905
10CASset=min
11MALLOC_len=5
12ethprime=egiga0
13bootargs_root=root=/dev/nfs rw
14bootargs_end=:::dove:eth0:none
15image_name=uImage
16bootscript=boot.scr
17tftpbootcmd=tftpboot 0x2000000 ${image_name}; setenv bootargs ${console} ${mtdparts} ${bootargs_root} nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}${bootargs_end} usb0Mode=${usb0Mode} usb1Mode=${usb1Mode} video=dovefb:lcd0:${lcd0_params},lcd1:${lcd1_params} clcd.lcd0_enable=${lcd0_enable} clcd.lcd1_enable=${lcd1_enable}; bootm 0x2000000;
18standalone=fsload 0x2000000 ${image_name};setenv bootargs ${console} ${mtdparts} root=/dev/mtdblock0 rw ip=${ipaddr}:${serverip}${bootargs_end} usb0Mode=${usb0Mode} usb1Mode=${usb1Mode} video=dovefb:lcd0:${lcd0_params},lcd1:${lcd1_params} clcd.lcd0_enable=${lcd0_enable} clcd.lcd1_enable=${lcd1_enable}; bootm 0x2000000;
19disaMvPnp=no
20ethaddr=00:50:43:c2:36:0d
21usb0Mode=host
22usb1Mode=host
23yuk_ethaddr=00:00:00:EE:51:81
24lcd0_enable=0
25lcd1_enable=1
26lcd0_params=1280x768-24@60
27lcd1_params=640x480-16@60
28ethact=egiga0
29filesize=52DA8
30ipaddr=192.168.15.223
31serverip=192.168.15.100
32stdin=serial
33stdout=serial
34stderr=serial
35passDramInitTag=yes
36mainlineLinux=yes
37enaMonExt=no
38pexMode=RC
39disL2Cache=no
40disL2Ecc=no
41sata_dma_mode=yes
42netbsd_en=no
43vxworks_en=no
44loadaddr=0x02000000
45mmc_started=0
46ide_started=0
47usb_started=0
48bootcmd=for device_name in usb mmc ide ; do for partition in 0 1; do for directory in / /boot/;do for fstype in ext2 fat; do echo ===> Executing ${fstype}load ${device_name} 0:${partition} ${loadaddr} ${directory}${bootscript};if itest.s $device_name -eq mmc; then if itest.s $mmc_started -ne 1; then mmcinfo; setenv mmc_started '1';fi;fi;if itest.s $device_name -eq usb; then if itest.s $usb_started -ne 1; then usb start; setenv usb_started '1';fi;fi;if itest.s $device_name -eq ide; then if itest.s $ide_started -ne 1; then ide reset; setenv ide_started '1';fi;fi;if ${fstype}load ${device_name} 0:${partition} ${loadaddr} ${directory}${bootscript}; then source ${loadaddr};fi;if itest.s $device_name -eq usb; then echo ===> Executing ${fstype}load ${device_name} 1:${partition} ${loadaddr} ${directory}${bootscript};if ${fstype}load ${device_name} 1:${partition} ${loadaddr} ${directory}${bootscript}; then source ${loadaddr};fi;fi;done;done;done;done;tftp ${loadaddr} ${bootscript};source ${loadaddr};
49bootdelay=3
50enaL2ExtraFeatures=yes
51enaCpuStream=no
52enaVpuPower=no
53enaGpuPower=yes
54
55Environment size: 2602/65532 bytes