This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| internet_space_v1 [2013/05/22 10:03] – starox | internet_space_v1 [2013/05/22 11:36] (current) – starox | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ====== Hardware ====== | ====== Hardware ====== | ||
| + | |||
| + | ===== Specifications ===== | ||
| * CPU ARM926EJ-Sid(wb) rev 0 (v5l) 400MHz (266 bogoMIPS) | * CPU ARM926EJ-Sid(wb) rev 0 (v5l) 400MHz (266 bogoMIPS) | ||
| Line 15: | Line 17: | ||
| * Power push button | * Power push button | ||
| * Power (12V) | * Power (12V) | ||
| + | |||
| + | ===== Pictures ===== | ||
| {{: | {{: | ||
| {{: | {{: | ||
| + | |||
| + | ===== Eeprom content ===== | ||
| + | ^Offset ^Meaning | ||
| + | |00..06 |Mac address | ethernet mac address of the device | | ||
| + | |07 | ||
| + | |||
| + | < | ||
| + | Marvell>> | ||
| + | 0000: 00 d0 4b 85 f6 98 00 ff ..K..... | ||
| + | Marvell>> | ||
| + | </ | ||
| ====== Software ====== | ====== Software ====== | ||
| Line 24: | Line 39: | ||
| U-Boot don't support the device although the internet space v1 is very similar than edminiv2. | U-Boot don't support the device although the internet space v1 is very similar than edminiv2. | ||
| + | |||
| + | ==== Lacie U-Boot environment ==== | ||
| + | |||
| + | <code bash> | ||
| + | Marvell>> | ||
| + | bootargs=console=ttyS0, | ||
| + | bootcmd=if lump 2; then ; else run disk_disk; fi | ||
| + | baudrate=115200 | ||
| + | loads_echo=0 | ||
| + | kernel_addr=0x400000 | ||
| + | boot_disk=disk ${kernel_addr} 1:6 | ||
| + | snap_disk=if snapboot 1:9 ${kernel_addr}; | ||
| + | disk_disk=ide reset; run snap_disk; bootm ${kernel_addr}; | ||
| + | ethaddr=00: | ||
| + | stdin=serial | ||
| + | stdout=serial | ||
| + | stderr=serial | ||
| + | cpuName=926 | ||
| + | CASset=min | ||
| + | enaMonExt=no | ||
| + | enaFlashBuf=yes | ||
| + | enaCpuStream=no | ||
| + | MALLOC_len=4 | ||
| + | ethprime=egiga0 | ||
| + | bootdelay=3 | ||
| + | disaMvPnp=no | ||
| + | overEthAddr=no | ||
| + | usb0Mode=host | ||
| + | usb1Mode=device | ||
| + | ethact=egiga0 | ||
| + | |||
| + | Environment size: 558/40956 bytes | ||
| + | Marvell>> | ||
| + | |||
| + | </ | ||
| ===== Linux ===== | ===== Linux ===== | ||
| - | Linux don't have support for the device, but using an edminiv2 | + | Linux don't have support for the device, but patched |
| ===== Debian ===== | ===== Debian ===== | ||
| Line 34: | Line 84: | ||
| * [[Building uImage and debian linux kernel package for internet space v1]] | * [[Building uImage and debian linux kernel package for internet space v1]] | ||
| - | * [[Preparing a disk for using debian on internet space v1]] | + | * [[Preparing a debian |