Changes between Version 8 and Version 9 of Internal/OpenFlow/QuantaSetup
- Timestamp:
- Jan 12, 2011, 12:45:30 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/QuantaSetup
v8 v9 4 4 == 1. Preparation == 5 5 === 1.1 References === 6 copies of these pages can be found at the bottom of this page - You can never be sure how permanent any link is. 7 6 8 Flashing the firmware 7 9 * http://openflowswitch.org/wk/index.php/LB4GImageSetup … … 70 72 In addition, you want to modify `flash_bootcmd` so that it tells the linux kernel to mount the root filesystem read-write: 71 73 {{{ 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' 73 75 => saveenv 74 76 }}} 77 Several 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 75 79 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 80 {{{