Changes between Version 7 and Version 8 of Internal/OpenFlow/QuantaSetup
- Timestamp:
- Jan 7, 2011, 3:52:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/QuantaSetup
v7 v8 75 75 Also, make sure that the variable `bootcmd` is set to `run flash_bootcmd`. If not, reset with setenv and save this change as well: 76 76 {{{ 77 => setenv 'run flash_bootcmd' 77 => setenv bootcmd 'run flash_bootcmd' 78 => setenv bootfile eldk-quanta 78 79 => saveenv 79 80 }}} 80 81 and load the image by issuing the command `boot`. if all goes well, you should be at the Linux shell prompt once the switch starts up. 82 [[BR]][[BR]] 83 '''Note:''' The bootcmd parameter will be the proper value if the switch is restarted after u-boot is updated (a.k.a. after the 1st `copy` command). This, however, resets all of your networking variables, so you'd have to re-do the steps in 2.2.1. Basically, it is up to the tastes of whoever is re-imaging the switches to either manually set the bootcmd variable or reset all of the network parameters after reboot. 81 84 82 85 == 3. Configuration ==