This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
nfs [2017/08/14 20:15] 1.241.172.144 |
nfs [2017/08/19 21:45] (current) 1.241.172.144 |
||
|---|---|---|---|
| Line 171: | Line 171: | ||
| Environment size: 2516/262139 bytes | Environment size: 2516/262139 bytes | ||
| => | => | ||
| - | arch=arm | ||
| - | baudrate=115200 | ||
| - | board=sama5d4_vi_base | ||
| - | board_name=sama5d4_vi_base | ||
| - | boot-nand-nfs=setenv bootargs 'console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.28.104:/home/stephanos/NFS_VI ip=192.168.28.28:192.168.28.104:192.168.28.1:255.255.255.0::';nand read 0x21000000 0x200000 0x80000;nand read 0x22000000 0x280000 0x600000;bootz 0x22000000 - 0x21000000 | ||
| - | boot-nand-ubi=setenv bootargs 'console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256K(env),256k(env_redundent),256k(spare),512k(logo),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=8 root=ubi0:rootfs';nand read 0x21000000 0x200000 0x80000;nand read 0x22000000 0x280000 0x600000;bootz 0x22000000 - 0x21000000 | ||
| - | boot-tftp-nfs=setenv bootargs 'console=ttyS0,115200 root=/dev/nfs rw nfsroot=192.168.28.104:/home/stephanos/NFS_VI ip=192.168.28.28:192.168.28.104:192.168.28.1:255.255.255.0::';tftp 0x21000000 vi_dt.bin;tftp 0x22000000 zImage.bin;bootz 0x22000000 - 0x21000000 | ||
| - | boot-tftp-ubi=setenv bootargs 'console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256K(env),256k(env_redundent),256k(spare),512k(logo),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=8 root=ubi0:rootfs';tftp 0x21000000 vi_dt.bin;tftp 0x22000000 zImage.bin;bootz 0x22000000 - 0x21000000 | ||
| - | bootargs=console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256K(env),256k(env_redundent),256k(spare),512k(logo),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=8 root=ubi0:rootfs | ||
| - | bootcmd=nand read 0x21000000 0x200000 0x80000;nand read 0x22000000 0x280000 0x600000;bootz 0x22000000 - 0x21000000 | ||
| - | bootdelay=5 | ||
| - | cpu=armv7 | ||
| - | ethact=gmac0 | ||
| - | ethaddr=62:03:47:49:cb:f3 | ||
| - | ipaddr=192.168.28.28 | ||
| - | preboot=nand read 0x22000000 0x180000 0x80000; bmp display 0x22000000 0 0 | ||
| - | serverip=192.168.28.100 | ||
| - | soc=at91 | ||
| - | target_board_ip=192.168.28.28 | ||
| - | tftp-write-dt=tftp 0x20000000 vi_dt.bin;nand erase 0x200000 0x80000;nand write 0x20000000 0x200000 $filesize | ||
| - | tftp-write-kernel=tftp 0x20000000 zImage.bin;nand erase 0x280000 0x600000;nand write 0x20000000 0x280000 $filesize | ||
| - | tftp-write-logo=tftp 0x20000000 logo.bmp;nand erase 0x180000 0x80000;nand write 0x20000000 0x180000 $filesize | ||
| - | tftp-write-rootfs=tftp 0x20000000 rootfs_ubi.bin;nand erase 0x880000 0xF780000;nand write 0x20000000 0x880000 $filesize | ||
| - | tftp-write-uboot=tftp 0x20000000 u-boot.bin;nand erase 0x40000 0x80000;nand write 0x20000000 0x40000 $filesize | ||
| - | tftp_ip=192.168.28.100 | ||
| - | vendor=atmel | ||
| - | | ||
| - | Environment size: 2516/262139 bytes | ||
| => | => | ||