User Tools

Site Tools


internet_space_v1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
internet_space_v1 [2011/06/27 23:19] – created 188.27.188.95internet_space_v1 [2013/05/22 11:36] (current) starox
Line 1: Line 1:
 ====== LaCie Internet Space v1 ====== ====== LaCie Internet Space v1 ======
  
-This page is relevant for Internet Space v1.+This page is relevant for Internet Space v1. This device can be found rebranded by Orange as "HomeLibrary".
  
-===== Hardware =====+====== Hardware ====== 
 + 
 +===== Specifications =====
  
   * CPU ARM926EJ-Sid(wb) rev 0 (v5l) 400MHz (266 bogoMIPS)   * CPU ARM926EJ-Sid(wb) rev 0 (v5l) 400MHz (266 bogoMIPS)
-  * SoC Orion 88F5182-A2 C400+  * SoC Orion 88F5182-A2 C400 (Marvell)
   * SDRAM memory 64MB, (Hynix DDR2 HY5PS561621B FP-25)   * SDRAM memory 64MB, (Hynix DDR2 HY5PS561621B FP-25)
   * SPI flash, NOR 512kB (MACRONIX MX25L4005CTTC-55Q)   * SPI flash, NOR 512kB (MACRONIX MX25L4005CTTC-55Q)
Line 14: Line 16:
   * 1 blue LED   * 1 blue LED
   * Power push button   * Power push button
-  * Power (5V)+  * Power (12V) 
 + 
 +===== Pictures ===== 
 + 
 +{{:internet_space_v1_front.jpg|internet space v1 front}} 
 +{{:internet_space_v1_back.jpg|internet space v1 back}} 
 + 
 +===== Eeprom content ===== 
 +^Offset ^Meaning               ^Notes ^ 
 +|00..06 |Mac address | ethernet mac address of the device | 
 +|07     |Power flag  | | 
 + 
 +<code> 
 +Marvell>> imd  0x50 0 8 
 +0000: 00 d0 4b 85 f6 98 00 ff    ..K..... 
 +Marvell>>  
 +</code> 
 + 
 +====== Software ====== 
 + 
 +===== U-Boot ===== 
 + 
 +U-Boot don't support the device although the internet space v1 is very similar than edminiv2. 
 + 
 +==== Lacie U-Boot environment ==== 
 + 
 +<code bash> 
 +Marvell>> printenv 
 +bootargs=console=ttyS0,115200 root=/dev/sda7 ro 
 +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}; then; else run boot_disk; fi 
 +disk_disk=ide reset; run snap_disk; bootm ${kernel_addr}; 
 +ethaddr=00:d0:4b:85:f6:98 
 +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>>  
 + 
 +</code> 
 + 
 +===== Linux ===== 
 + 
 +Linux don't have support for the device, but patched edminiv2 v3.6 kernel works. 
 + 
 +===== Debian ===== 
 + 
 +Debian kernel don't support the device, but the distribution works. 
 + 
 +  * [[Building uImage and debian linux kernel package for internet space v1]] 
 +  * [[Preparing a debian disk installation using stock lacie U-Boot]]
internet_space_v1.1309209544.txt.gz · Last modified: 2011/06/27 23:19 by 188.27.188.95