====== LaCie Network Space Lite v2 ====== Since mid-2011 lacie change the hardware configuration of the network space v2 to a lower one. ===== Hardware ===== * CPU: Marvell 88F6192 800Mhz * SDRAM memory: 128 MiB DDR2 * Gigabit ethernet: PHY Marvell 88E1318 * Flash memory: Macronix MX25L4005A 512 KiB * i2c EEPROM: 512 bytes * 2 USB2 ports: host and host/device * 1 push button * 2 LEDs (red and blue) % cat /proc/cpuinfo Processor : Feroceon 88FR131 rev 1 (v5l) BogoMIPS : 795.44 Features : swp half thumb fastmult edsp CPU implementer : 0x56 CPU architecture: 5TE CPU variant : 0x2 CPU part : 0x131 CPU revision : 1 Hardware : LaCie Network Space Lite v2 Revision : 0001 Serial : 0000000000000000 % cat /proc/meminfo MemTotal: 124252 kB ====== Pictures ====== Front: {{http://www.starox.org/pub/Network_Space_V2_Lite/Network_Space_V2_Lite-front.jpg?900}} Back: {{http://www.starox.org/pub/Network_Space_V2_Lite/Network_Space_V2_Lite-back_2.jpg?900}} ===== Linux Kernel ===== The support of this configuration is not yet mainline in the linux kernel. A patch from **cvubrugier** is under validation to be put mainline in the linux kernel. You can find it [[http://permalink.gmane.org/gmane.linux.ports.arm.kernel/140395|here]] ===== Custom System Install ===== ==== Patition Table ==== === Current partition table === /dev/sda5 XFS data /dev/sda5 SWAP /dev/sda6 RAW Kernel /dev/sda7 ext3 / /dev/sda8 ext3 /dev/sda9 ext3 in unionfs /dev/sda10 RAW Kernel === Build your new partition table === The hard disk can be entirelly wipe. But if you want to be able to boot your new system without have to flash uboot you need to respect the position of the kernel and the root filesystem. The kernel have to be on the /dev/sda6 The root filsystem have to be on the /dev/sda7 === Install your custom kernel === To install your custom build kernel do a raw paste on /dev/sda6 #dd if=uImage of=/dev/sda6 ==== The system ==== To install your system you can follow instruction for [[debian_install|Debian]] or [[installarchlinux|ArchLinux]] or even build your own system with [[http://buildroot.uclibc.org|buildroot]].