This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
network_space_v2 [2011/09/20 14:46] 92.54.8.30 |
network_space_v2 [2012/09/08 14:16] (current) 82.234.233.9 minor change |
||
---|---|---|---|
Line 2: | Line 2: | ||
This page is relevant for Network Space (Max) v2 and Internet Space v2 boards. | This page is relevant for Network Space (Max) v2 and Internet Space v2 boards. | ||
+ | |||
+ | Since mid-2011 lacie change the hardware configuration of the network space v2 to a lower one, see [[network_space_lite_v2|LaCie Network Space Lite v2]]. | ||
===== Hardware ===== | ===== Hardware ===== | ||
Line 7: | Line 9: | ||
* CPU ARM926EJ-S (ARMv5TE) 800MHz | * CPU ARM926EJ-S (ARMv5TE) 800MHz | ||
* SoC Kirkwood 88F6281_A0 | * SoC Kirkwood 88F6281_A0 | ||
- | * SDRAM memory 256MB, DDR2 533MHz | + | * SDRAM memory 256MB, DDR2 267MHz |
- | * SPI flash, NOR 512MB (MACRONIX MX25L4005CMI-12G) | + | * SPI flash, NOR 512kB (MACRONIX MX25L4005CMI-12G) |
* Ethernet Gigabit port (PHY MARVELL 88E1116R) | * Ethernet Gigabit port (PHY MARVELL 88E1116R) | ||
* 1 USB2 port, 1 connector host and 1 connector device (except for Internet Space v2) | * 1 USB2 port, 1 connector host and 1 connector device (except for Internet Space v2) | ||
Line 33: | Line 35: | ||
===== Userspace ===== | ===== Userspace ===== | ||
- | ===== Auto power on ===== | + | It is also possible to install Debian, look [[debian_install|here]]. |
- | + | ||
- | Normally, after applying power, you have to push the button to turn on the ns2. If you want it to switch on automatically, you have to switch a bit in the i2c eeprom. | + | |
- | The eeprom is available for reading and writing under Linux at the pseudo file **/sys/bus/i2c/devices/0-0050/eeprom**. | + | |
- | The content of the eeprom is the following: | + | |
- | ^Offset ^Meaning ^Notes ^ | + | ===== LaCie system ===== |
- | |00..01 |Version/MAC Addresses |It indicates how many mac addresses are stored in the eeprom, it's always 00 02 (2) but only the first mac appears to be valid | | + | |
- | |02..07 |Mac address |It's the mac address of your board | | + | |
- | |08..13 |2nd Mac address |Bogus mac address 01 FF FF FF FF FF | | + | |
- | |14 |**Power flag** |0 = wait for the button, 1 = auto power on | | + | |
- | |15 |Fake sleepmode |Used by the Lacie stock initramfs, it's FD and you can ignore it | | + | |
- | Changing byte 14 from 0 to 1 will enable auto switch on. | + | For more informations about the LaCie stock system, look [[lacie_stock|here]]. |