Changes between Version 6 and Version 7 of Software/eAM/qNetwork
- Timestamp:
- Apr 10, 2013, 12:06:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/qNetwork
v6 v7 71 71 72 72 {{{ 73 #older flash drive boo t for Indigo73 #older flash drive booot 74 74 flash_bootcmd=setenv bootargs root=/dev/ram console=ttyS0,$br DEV_ADDR=$ip ETH0_IP=$ip GATEWAY=$gip dpid=$dpid CONTROLLER=$ofip CTRL_PORT=$ofp rw; bootm ffd00000 ff000000 ffee0000 75 75 76 #older flash drive boot for Pica877 cfcard_bootcmd=setenv bootargs root=/dev/ram console=ttyS0,$br; ext2load ide 0:1 0x1000000 /uImage;ext2load ide 0:1 0x2000000 /uInitrd2m;ext2load ide 0:1 0x400000 /LB9A.dtb;bootm 1000000 2000000 40000078 76 79 77 #NFS boot of OF image from flash drive … … 81 79 82 80 #Current Pica8 boot from CF card 83 cfcard_bootcmd 2=setenv bootargs root=/dev/hda1 rw noinitrd console=ttyS0,$baudrate;ext2load ide 0:1 0x1000000 boot/uImage;ext2load ide 0:1 0x400000 boot/LB9A.dtb;bootm 1000000 - 40000081 cfcard_bootcmd_pica8=setenv bootargs root=/dev/hda1 rw noinitrd console=ttyS0,$baudrate hostname=pi8.${hostname}; ext2load ide 0:1 0x1000000 boot/uImage;ext2load ide 0:1 0x400000 boot/LB9A.dtb;bootm 1000000 - 400000 84 82 85 83 #Current Indigo boot from CF card 86 bootargs_ hda1_of=setenv bootargs root=/dev/hda1 rw console=ttyS0,${br} DEV_ADDR=${ip} ETH0_IP=${ip} GATEWAY=${gip} dpid=${dpid} CONTROLLER=${ofip} CTRL_PORT=${ofp} controller_ip=${ofip} controller_port=${ofp}87 cfcard_bootcmd 3=run bootargs_hda1_of;ext2load ide 0:1 0x1000000 /boot/uImage;ext2load ide 0:1 0x2000000 /boot/uInitrd2m;ext2load ide 0:1 0x400000 /boot/LB9A.dtb;bootm 1000000 2000000 40000084 bootargs_indigo=setenv bootargs root=/dev/hda1 rw console=ttyS0,${br} hostname=ind.${hostname} DEV_ADDR=${ip} ETH0_IP=${ip} GATEWAY=${gip} dpid=${dpid} CONTROLLER=${ofip} CTRL_PORT=${ofp} controller_ip=${ofip} controller_port=${ofp} 85 cfcard_bootcmd_indigo=run bootargs_indigo; ext2load ide 0:1 0x1000000 /boot/uImage;ext2load ide 0:1 0x2000000 /boot/uInitrd2m;ext2load ide 0:1 0x400000 /boot/LB9A.dtb;bootm 1000000 2000000 400000 88 86 }}} 89 87 … … 92 90 Indigo: 93 91 {{{ 94 indigo-unknown# 92 ind.sw.sb9.orbit-lab.org# 93 94 ind.sw.sb9.orbit-lab.org# cat /etc/indigo-version 95 2012.03.19-iods: User mode. Stanford-LB9A. 96 95 97 }}} 96 98 … … 129 131 130 132 Pica8 mode: 131 pi8 -v1.sw1.sb9.orbit-lab.org>133 pi8.sw.sb9.orbit-lab.org> 132 134 133 135 Indigo mode: 134 ind -v1.sw1.sb9.orbit-lab.org>136 ind.sw.sb9.orbit-lab.org# 135 137 136 138 Pica8's OVS mode: 137 ovs -v1.sw1.sb9.orbit-lab.org>139 ovs.sw.sb9.orbit-lab.org> 138 140 139 141 NEC switches: 140 142 ------------ 141 143 This is the regular mode on top of which it can support a hybrid mode: 142 nec -v1.sw1.grid.orbit-lab.org>144 nec.swX.grid.orbit-lab.org> 143 145 144 146 }}}