This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installdebian2big [2011/07/15 22:38] – simon | installdebian2big [2012/02/21 15:03] (current) – 93.104.155.24 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Boot custom installer ===== | ===== Boot custom installer ===== | ||
| - | In the following process, you should replace ${NAS_IP} and ${SERVER_IP} with correct | + | In the following process, you should replace ${NAS_IP} with correct |
| + | ${ipaddr} and ${serverip} are automatically set by clunc. | ||
| ====2Big Network 2==== | ====2Big Network 2==== | ||
| Line 13: | Line 14: | ||
| $ ./clunc -i ${NAS_IP} | $ ./clunc -i ${NAS_IP} | ||
| - | Marvell>> | + | Marvell>> |
| - | setenv ipaddr ${NAS_IP}; setenv serverip ${SERVER_IP}; tftpboot 0x800000 uImage | + | setenv ipaddr ${ipaddr}; setenv serverip ${serverip}; tftpboot 0x800000 uImage |
| Using egiga0 device | Using egiga0 device | ||
| - | TFTP from server ${SERVER_IP}; our IP address is ${NAS_IP} | + | TFTP from server ${serverip}; our IP address is ${ipaddr} |
| Filename ' | Filename ' | ||
| Load address: 0x800000 | Load address: 0x800000 | ||
| Line 87: | Line 88: | ||
| $ ./clunc -i ${NAS_IP} | $ ./clunc -i ${NAS_IP} | ||
| - | * mainlineLinux support: | + | * Edit U-Boot env variables (don' |
| - | + | ||
| - | Marvell>> | + | |
| - | setenv mainlineLinux yes | + | |
| - | Marvell>> | + | |
| - | saveenv | + | |
| - | Saving Environment to Flash... | + | |
| - | . | + | |
| - | Un-Protected 1 sectors | + | |
| - | Erasing Flash... | + | |
| - | . done | + | |
| - | Erased 1 sectors | + | |
| - | Writing to Flash... done | + | |
| - | . | + | |
| - | Protected 1 sectors | + | |
| - | Marvell>> | + | |
| - | reset | + | |
| - | + | ||
| - | * Fix machine ID: | + | |
| - | Only do this if you are using the fixed ID kernel | + | |
| Marvell>> | Marvell>> | ||
| Line 134: | Line 116: | ||
| Waiting for LUMP (0) | Waiting for LUMP (0) | ||
| no lump receive; continuing | no lump receive; continuing | ||
| - | Marvell>> | + | Marvell>> |
| - | setenv ipaddr ${NAS_IP}; setenv serverip ${SERVER_IP}; tftpboot 0x400000 uImage | + | setenv ipaddr ${ipaddr}; setenv serverip ${serverip}; tftpboot 0x400000 uImage |
| Using egiga0 device | Using egiga0 device | ||
| - | TFTP from server ${SERVER_IP}; our IP address is ${NAS_IP} | + | TFTP from server ${serverip}; our IP address is ${ipaddr} |
| Filename ' | Filename ' | ||
| Load address: 0x400000 | Load address: 0x400000 | ||
| Line 227: | Line 209: | ||
| ===== Partition Disks ===== | ===== Partition Disks ===== | ||
| Using a custom debian installation on the 2BigNetwork allows great flexibility with the partition structure. | Using a custom debian installation on the 2BigNetwork allows great flexibility with the partition structure. | ||
| + | |||
| + | If you didn't change the // | ||
| Use the supplied **fdisk** to partition the disk. An example scheme is below | Use the supplied **fdisk** to partition the disk. An example scheme is below | ||
| + | |||
| ==== Running on a single 500GB disk with no RAID === | ==== Running on a single 500GB disk with no RAID === | ||