Changes between Version 7 and Version 8 of Internal/OpenFlow/QuantaSetup


Ignore:
Timestamp:
Jan 7, 2011, 3:52:10 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/QuantaSetup

    v7 v8  
    7575Also, make sure that the variable `bootcmd` is set to `run flash_bootcmd`. If not, reset with setenv and save this change as well:
    7676{{{
    77 => setenv 'run flash_bootcmd'
     77=> setenv bootcmd 'run flash_bootcmd'
     78=> setenv bootfile eldk-quanta
    7879=> saveenv
    7980}}}
    8081and 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.
    8184
    8285== 3. Configuration ==