User Tools

Site Tools


internet_space_v1

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internet_space_v1 [2013/05/21 14:14] staroxinternet_space_v1 [2013/05/22 11:36] (current) starox
Line 3: Line 3:
 This page is relevant for Internet Space v1. This device can be found rebranded by Orange as "HomeLibrary". 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)
Line 15: Line 17:
   * Power push button   * Power push button
   * Power (12V)   * 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.1369138479.txt.gz · Last modified: 2013/05/21 14:14 by starox