Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
toh:simpletech:simpleshare [2013/12/30 19:30] – Externe Bearbeitung toh:simpletech:simpleshare [2020/12/18 14:06] – [Tags] danitool
Line 1: Line 1:
 +====== Simpletech Simpleshare ======
  
 +{{section>meta:infobox:432_warning#infobox_for_dataentries&noheader&nofooter&noeditbutton}}
 +
 +===== Supported Versions =====
 +---- datatable ----
 +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid
 +headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data
 +align   : c,c,c,c,c,c,c
 +filter  : Model*~Simpleshare
 +----
 +
 +
 +===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, Ethernet 100M ports_, USB ports_
 +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,100M ports,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Model*~Simpleshare
 +----
 +
 +
 +===== Installation =====
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
 +align   : c,c,c
 +filter  : Model*~Simpleshare
 +----
 +
 +-> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
 +
 +
 +  * Modified Simpleshare Firmware 1.07 With Telnet Enabled  [[https://www.dropbox.com/s/wz860kw3morbpha/SimpleShareFirmwareTelnetV1_07.trx | here]]
 +  - Flash the SimpleShare with any version of the original firmware that has telnet enabled. (1.07 and 1.09 tested)
 +  - Enable telnet 
 +  - Turn on boot_wait in the nvram\\ <code bash>
 +nvram set boot_wait=on
 +nvram set wait_time=5
 +nvram commit
 +</code>
 +  - Unplug the power to the Simpleshare
 +  - Upgrade the SimpleShare using Tftp. From Linux do the following command\\ <code bash>arping -f ip_address;atftp -p -l openwrt-brcm-47xx-squashfs.trx ip_address</code> then plug in the power to the simpleshare
 +  - Wait for at least 5 minutes before rebooting or unpluging.
 +
 +
 +===== Required Packages =====
 +
 +You will want to include the following packages in your build of OpenWrt.
 +  * kmod-ide
 +  * kmod-fs-ext3
 +  * kmod-block
 +  * kmod-block-mount
 +
 +===== Useful Packages =====
 +
 +  * kmod-block-ext
 +  * fdisk  
 +  * mk2fs
 +
 +===== Useful Information =====
 +  *  backfire[[https://dev.openwrt.org/changeset/23044/branches/backfire/package|r23044]] and trunk [[https://dev.openwrt.org/changeset/23043/trunk|r23043]]  patches that enabled the 'failsafe' feature. The reset button as you know is hardwired and wont work to enter failsafe mode. To enter failsafe unplug device, plug back in, once the blue light comes on press the power button a few times, this will trigger failsafe mode. 
 +
 +  * [[https://dev.openwrt.org/changeset/27005|r27005]] - This patch fixes nvram overwriting issues. Ive fixed the offset for the nvram to the proper location. Now places the backup nvram into a partition 'nvram_copy' 
 +
 +  * Additional installation details [[https://sites.google.com/site/mrtropicguy/ | here]]
 +
 +===== Serial Port =====
 +
 +Useful for recovering a brick.
 +
 +pin 1 = logic high (3v)
 +
 +pin 2 = CTS
 +
 +pin 3 = Tx
 +
 +pin 4 = DSR
 +
 +pin 5 = RTS
 +
 +pin 6 = CD
 +
 +pin 7 = DTR
 +
 +pin 8 = RI
 +
 +pin 9 = Rx
 +
 +pin 10 = GND 
 +
 +
 +SimpleShare serial interface uses FBUS voltages (0 to 3V) instead of RS232 voltages (-12 to +12). 
 +
 +For serial cables see [[docs:techref:hardware:port.serial.cables]].
 +
 +===== Change IP Address =====
 +edit the ''/etc/config/network'' file and change the IP in the eth0 section to a static IP of your choosing.
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>8flash 32ram BCM4780 NAS}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1