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


Ignore:
Timestamp:
Jan 12, 2011, 12:45:30 AM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/QuantaSetup

    v8 v9  
    44== 1. Preparation ==
    55=== 1.1 References ===
     6copies of these pages can be found at the bottom of this page - You can never be sure how permanent any link is.
     7
    68Flashing the firmware
    79 * http://openflowswitch.org/wk/index.php/LB4GImageSetup
     
    7072In addition, you want to modify `flash_bootcmd` so that it tells the linux kernel to mount the root filesystem read-write:
    7173{{{
    72 => setenv flash_bootcmd 'setenv bootargs root=/dev/ram console=ttyS0,$baudrate rw; bootm ffd00000 ff000000 ffee0000'
     74=> setenv flash_bootcmd 'setenv bootargs root=/dev/ram console=ttyS0,$baudrate rw DEV_ADDR=x.x.x.x; bootm ffd00000 ff000000 ffee0000'
    7375=> saveenv
    7476}}}
     77Several boot parameters such as the DEV_ADDR variable used by the OF startup scripts can also be set here. The details of can be found in [http://www.openflow.org/wk/index.php/IndigoConfiguration IndigoConfiguration].
     78
    7579Also, make sure that the variable `bootcmd` is set to `run flash_bootcmd`. If not, reset with setenv and save this change as well:
    7680{{{