Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
inbox:arcadyanastoria:arcadyan_astoria_easybox_904xdsl_r01 [2018/03/04 10:05] bobafetthotmailtoh:astoria:arcadyan_astoria_easybox_904xdsl_r01 [2024/10/25 15:49] – [OpenWrt support] zuzia
Line 1: Line 1:
-====== Arcadyan / Astoria Easybox 904xDSL ======+====== Arcadyan/Astoria Easybox 904xDSL (VGV952CJW33-E-IR) ======
  
-{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}} |+{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}}
  
-This device is produced by Arcadyan/Astoria. Normally give from Vodafone to its customers but maybe some other providers distribute it as well. There's also LTE counterpart of it with slightly different hardware, the [[toh:arcadyan:easybox_904_lte|Astoria Networks Easybox 904 LTE]].+This device is produced by Arcadyan/Astoria and called VGV952CJW33-E-IR. Normally provided by Vodafone to their customers, there might also be other distributers. 
 + 
 +There's also an LTE counterpart of this unit, with slightly different hardware configuration, the [[toh:arcadyan:easybox_904_lte|Astoria Networks Easybox 904 LTE]]
 +At the time of writing (May/2019) two different HW versions, R01 and R02 exist. Whilst the hardware looks similar, OpenWrt works on both.
  
 /*****/ /*****/
-/* How to add images ========> http://wiki.openwrt.org/meta/adding_images_to_openwrt_wiki */+/* How to add images ========> http://openwrt.org/meta/adding_images_to_openwrt_wiki */
 /*****/ /*****/
  
-{{:media:arcadyan:eb904xdsl_device.png?200|}}+{{media:arcadyan:easybox_904_xdsl_device.png?200|}}
  
  
Line 16: Line 19:
 <color red>**Work in progress.**</color> <color red>**Work in progress.**</color>
  
-Most things work (VDSL vectoring, display, wifianalog telephone line, ....)+At the moment (October/2024) it exists a full OpenWrt 21.02-SNAPSHOT compatible fork ([[https://github.com/OpenWrt-Repository/openwrt]]), and two old pullrequest.  
 +For the device itself ([[https://github.com/openwrt/openwrt/pull/2060]]) and for the uboot ([[https://github.com/openwrt/openwrt/pull/2061]]). 
 +The device is a little bit outstanding from other lantiq xrx200 devices, for this reason, the development is never over and this page is most of the time not at the current state. 
 +For the current state of developing see this thread: [[https://forum.openwrt.org/t/lantiq-xrx200-easybox-904xdsl-and-speedport-w-921v-build]] 
 + 
 +Most things work (VDSL vectoring, display, Wi-Fianalogue telephone line, ....)
  
-Development, testing builds and more information in this thread: https://forum.openwrt.org/viewtopic.php?id=44676&p=17 +The majority of the following features should work:
-===== LEDE support =====  +
-Most of things works:+
   * Switch   * Switch
   * USB   * USB
   * ADSL (Annex B and J tested)   * ADSL (Annex B and J tested)
   * VoIP   * VoIP
-  * WiFi (Basic AP only, connected to vlan 66, needs to be configured through /etc/network/wifi)+  * Wi-Fi (Basic AP only, connected to VLAN 66, needs to be configured through /etc/network/wifi)
   * LCD and touchkeys (LCD4Linux is installed as basic status information board).   * LCD and touchkeys (LCD4Linux is installed as basic status information board).
  
 ===== Supporting activities ===== ===== Supporting activities =====
-  * OpenWrt forum thread(LTE version thread but much helpful information there): https://forum.openwrt.org/viewtopic.php?id=44676 
  
 +  * Old OpenWrt forum thread (LTE version thread but much helpful information there): [[https://forum.openwrt.org/viewtopic.php?id=44676]]
 +  * New OpenWrt forum thread: [[https://forum.openwrt.org/t/support-for-easybox-904-lte/14478]]
 +  * Easybox 904xDSL new build: [[https://forum.openwrt.org/t/lantiq-xrx200-easybox-904xdsl-and-speedport-w-921v-build/77105]]
 +  * Small Recovery images with GUI: [[https://github.com/zuzia-dev/Easybox-904xDSL#small-recovery-with-gui-for-the-easybox-904-xdsl]]
 +  * New release OpenWrt version v21.02.07 on GitHub: [[https://github.com/zuzia-dev/Easybox-904xDSL-repo-source]]
  
-/*** if info available: uncomment and fill in 
-===== Experimental firmware ===== 
- 
-//List experimental firmware download links here.// 
- 
-//None at this time.// 
- 
-  * External image (add link) 
-  * trunk image (add link) 
-  * ... 
-***/ 
  
 ===== Hardware highlights ===== ===== Hardware highlights =====
-^ CPU                        ^ Ram      ^ Flash   ^ Network     ^ WLAN   ^ USB      ^ Serial   ^ JTag   ^ +^ CPU                     ^ Ram       ^ Flash     ^ Network          ^ WLAN   ^ USB      ^ Serial   ^ JTag   ^ 
-| MIPS32 34Kc @ 500 MHz    128 MiB  |  512 MiB  |  4x 10/100/1000  |  abgn   |  2x 2.0  |   Yes    |   ?    |+| MIPS32 34Kc @ 500 MHz    128 MiB  |  512 MiB  |  4x 10/100/1000  |  abgn  |  2x 2.0  |   Yes    |   ?    |
  
- +===== OpenWrt firmware image build =====
-===== Installation ===== +
- +
-→ [[downloads|Obtain firmware]]+
  
 **Building a new OpenWrt firmware image is possible with few steps:** **Building a new OpenWrt firmware image is possible with few steps:**
- 
-This is mainly taken from the eb904lte forum thread and the description of member stefan-koch. 
  
 <code> <code>
-$git clone git://git.openwrt.org/openwrt.git +git clone https://github.com/OpenWrt-Repository/openwrt.git 
-$cd openwrt +./scripts/feeds update -a 
-$wget http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/devel/v0.1-EasyBox904xDSL.patch +./scripts/feeds install -f  
-$patch -p1 < v0.1-EasyBox904xDSL.patch +./scripts/feeds install -a 
-$make defconfig +cp .config-VPE .config #or .config-SMP 
-$make prereq +cp -R files-VPE files #or files-SMP 
-$make menuconfig (select Lantiq, xrx200, Easybox 904, Save and Exit) +make menuconfig 
-$make+make
 </code> </code>
  
-Then in bin/lantiq/ are two important files:+Then in bin/targets/lantiq/xrx200 are *.bin files:
  
-  * ''openwrt-lantiq-xrx200-VGV952CJW33-squashfs-ubinized.bin'' (rootfs+  * ''openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin'' (ver. SMP
-  * ''openwrt-lantiq-xrx200-VGV952CJW33-uImage'' (kernel)+  * ''openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin'' (ver. VPE)
  
  
 +===== Installing OpenWrt 21.02.07 the easy way =====
  
-→ [[doc:howto:generic.flashing|Install OpenWrt]]+**Prerequsites:** 
 +  * PC running TFTP server at 192.168.2.100 
 +  * Easybox 904 xDSL
  
 +**Required files with support VPE (VoIP):**
 +  * Recovery system VPE [[https://github.com/zuzia-dev/Easybox-904xDSL/releases/download/v2.Recovery/fullimage.img-VPE]]\\ sha256sum: 4b06e1bcb0edb8d269f53b1dfa2d51cf698d67d41ff9474cbfdf489668ef3c4e
 +  * OpenWrt 21.02.07 VPE [[https://github.com/zuzia-dev/Easybox-904xDSL-repo-source/releases/download/v2.OpenWrt/openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin]]\\ sha256sum: 5769e711a0f3caa0a27d7792a9d9c21a565a4b8f76be91408f85882e763446ee
  
 +**Required files with support SMP (2 Cores CPU):**
 +  * Recovery system SMP [[https://github.com/zuzia-dev/Easybox-904xDSL/releases/download/v2.Recovery/fullimage.img-SMP]]\\ sha256sum: 9c77b57269b47ced0d5ff36a210a828d4419f80022b9ac6fd23499a452b933a4
 +  * OpenWrt 21.02.07 SMP [[https://github.com/zuzia-dev/Easybox-904xDSL-repo-source/releases/download/v2.OpenWrt/openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin]]\\ sha256sum: a8fa37d226e14de0f452aa06dd04dd223ab49b257e2f30601f9d1492a0d4bed2
  
-==== Installing OpenWrt ====+**This is very important:** 
 +  * Copy fullimage.img-VPE or fullimage.img-SMP as fullimage.img to the tftp server (e.g. TFTPD64) which listens on IP address 192.168.2.100.
  
----- 
- 
-**Flashing OpenWrt over opened firmware image** 
- 
-This is mainly taken from the eb904lte forum thread and the description of member stefan-koch. 
- 
-  * Download the opened vendor Firmware-Image: [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/oem-firmware-info/fullimage-3.17-opened.img]] 
-  * And install it via the rescue mode [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/devel/v0.1-readme.txt]] 
-  * Then boot the box with an connected usb stick that includes a 0 byte text file named 'sesame.txt' and wait 5 minutes 
-  * Set an password via the web interface (192.168.2.1 
-  * Then power off the box, remove then the usb stick 
-  * Power on the box again 
-  * Now connect via ssh and the setted password: 
- 
-<code> 
-$ssh root@192.168.2.1 
-</code> 
-  * connect another usb stick with the rootfs and kernel files and go to these data dir: 
-<code> 
-$cd /tmp/usb/a1 
-</code> 
-  * Write kernel to nand 
-<code> 
-$flash_eraseall /dev/mtd2 
-$nandwrite -p /dev/mtd2 openwrt-lantiq-xrx200-VGV952CJW33-uImage 
-</code> 
-  * write rootfs to nand 
-<code> 
-$umount /dev/mtdblock12 
-$flash_eraseall /dev/mtd12 
-$nandwrite -p /dev/mtd12 openwrt-lantiq-xrx200-VGV952CJW33-squashfs-ubinized.bin 
-</code> 
-  * boot the device again 
-<code> 
-$reboot 
-</code> 
- 
- 
-==== Installing LEDE ==== 
- 
----- 
- 
-**Prerequsites:** 
-  * PC running TFTP server at 192.168.2.100 
-  * Easybox 904 xDSL 
- 
-**Required files:** 
-  * LEDE fullimage [[https://mega.nz/#!DBVCmZAB!8pLr-vmOcSTwJ8Szr-J32LRNLfZYJCH8tjaDGSnwIv8]]\\ md5sum: 7d8065859222511a9cdebb17b44038a8 
-  * LEDE sysupgrade.bin [[https://mega.nz/#!vIEiQThY!YwYEYCsxyr1f3EEMh9dlMO2__wzGv5x-YfrWvVZwz7E]]\\ md5sum: abc4c14ea9ef35ff33be027b434a2a27 
  
 **Steps:** **Steps:**
-  - Prepare TFTP server (e.g. TFTPD32) by putting fullimage.img in server directory.+  - Prepare TFTP server (e.g. TFTPD64) by putting fullimage.img in server directory.
     - Image must have name "fullimage.img"     - Image must have name "fullimage.img"
   - Connect device to computer with one of four LAN ports.   - Connect device to computer with one of four LAN ports.
Line 140: Line 95:
   - Box will download and flash image. After successfull flash, LCD will show message to shutdown and restart router.   - Box will download and flash image. After successfull flash, LCD will show message to shutdown and restart router.
   - Turn device off and on again.   - Turn device off and on again.
-  - After some time it will boot to LEDE sysupgrade interface at 192.168.1.1.  +  - After some time it will boot to OpenWrt sysupgrade interface at 192.168.1.1.  
-  - Using this interface, upload sysupgrade.bin +  - Using this interface, upload openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin or openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin 
-  - After succesfull flash router will reboot into full LEDE image. +  - Upgrade firmware via LuCI or command line: \\ <code>sysupgrade -n -F openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin</code> or <code>sysupgrade -n -F openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin</code> 
-  - (Optional) install bootloader without password+  - After succesfull flash router will reboot into full OpenWrt image
 +  - You need to wait about two minutes. Then you can connect to the router either with a browser - http://192.168.1.1 (or with ssh root@192.168.1.1)
 +  - (Optional) install bootloader without password.
  
 +NOTICE: WLAN works in AP mode only. Wi-Fi is active, WPA2+AES is set as encryption.
 +    Network 5 GHz - SSID: EasyBOX-5GHz
 +    Network 2.4 GHz - SSID: EasyBOX-2GHz
 +    Default password: WiFipassword
 +Change your password (only via the console).
 +
 +**More information and files:**
 +  * [[https://github.com/zuzia-dev/Easybox-904xDSL]] (eng)
 +  * [[https://github.com/zuzia-dev/Easybox-904xDSL-repo-source]] (eng)
 +  * [[https://chomikuj.pl/ZuzannaCK/ROUTERY/EASYBOX+904+xDSL]] (pl).
 ===== Installing hacked bootloader =====  ===== Installing hacked bootloader ===== 
- 
----- 
  
 Default uboot has unknown password. This way we will install uboot with password check removed (it will accept any) Default uboot has unknown password. This way we will install uboot with password check removed (it will accept any)
 and uboot-env won't be overwritten on each boot (It does this only to increase the recovery value - The firmware reads this value and uboot-env won't be overwritten on each boot (It does this only to increase the recovery value - The firmware reads this value
-and resets it to 0 on each boot if this value is higher than 4, see [[https://github.com/Quallenauge/Easybox-904-XDSL/blob/master-lede/target/linux/lantiq/base-files/lib/preinit/06_init_network_lantiq]] for details).+and resets it to 0 on each boot if this value is higher than 4, see [[https://github.com/Quallenauge/Easybox-904-XDSL/blob/master-lede_rebased_5.4/target/linux/lantiq/base-files/lib/preinit/06_init_network_lantiq]] for details).
  
 **Prerequsites:** **Prerequsites:**
-  * Hacked uboot files [[https://mega.nz/#!bA1gADqB!TtTdK3ePNdRjYnCfmM4an4JLbbucFJ2KvEe3U3cnTvo]]+  * Hacked uboot files [[https://mega.nz/#!bA1gADqB!TtTdK3ePNdRjYnCfmM4an4JLbbucFJ2KvEe3U3cnTvo]]  
 +  * Backup link: [[https://github.com/zuzia-dev/Easybox-904xDSL/raw/master/u-boot.lq]]
  
 **Steps:** **Steps:**
   - Download hacked uboot file. Extract it to pendrive or upload it to router other way.   - Download hacked uboot file. Extract it to pendrive or upload it to router other way.
   - Double check on router that you have this file accessible. If not, you may brick your device.   - Double check on router that you have this file accessible. If not, you may brick your device.
-  - Erase flash partition and write new uboot image+  - Erase flash partition and write new uboot image\\ <code>
-<code>+
 flash_eraseall /dev/mtd0 flash_eraseall /dev/mtd0
 nandwrite -p /dev/mtd0 u-boot.lq nandwrite -p /dev/mtd0 u-boot.lq
Line 168: Line 133:
  
 ===== Debricking ===== ===== Debricking =====
--> [[doc:howto:generic.debrick]]+-> [[docs:guide-user:troubleshooting:generic.debrick]]
  
 The device can be easily de-bricked. Connect to the device with an serial adapter, shortcut the 2 pins labeled R148 on the backside of the pcb and power on the device to get UART mode.  The device can be easily de-bricked. Connect to the device with an serial adapter, shortcut the 2 pins labeled R148 on the backside of the pcb and power on the device to get UART mode. 
Line 175: Line 140:
 ---- ----
 PCB with R148 marked red with arrow PCB with R148 marked red with arrow
-{{ :media:arcadyan:eb904xdsl_pcb_r148_uart.jpg?500 |}}+{{ media:arcadyan:easybox_904_xdsl_pcb_r148_uart.jpg?500 |}}
  
  
Line 184: Line 149:
 Download the modified bootloader Download the modified bootloader
 <code> <code>
-$cd +cd 
-$mkdir tmp +mkdir tmp 
-$cd tmp +cd tmp 
-$wget http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/devel/904xdsl-uboot-maybe-no-passwd.zip +wget http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/devel/904xdsl-uboot-maybe-no-passwd.zip 
-$unzip 904xdsl-uboot-maybe-no-passwd.zip  +unzip 904xdsl-uboot-maybe-no-passwd.zip  
-$cd 904xdsl-uboot-maybe-no-passwd+cd 904xdsl-uboot-maybe-no-passwd
 </code> </code>
  
 Open another terminal window and connect to serial console. I assume that the adapter is '/dev/ttyUSB0'. If that's not the case change it. See here how to connect usb-serial-adapter: #serial Open another terminal window and connect to serial console. I assume that the adapter is '/dev/ttyUSB0'. If that's not the case change it. See here how to connect usb-serial-adapter: #serial
 <code> <code>
-$screen /dev/ttyUSB0 115200+screen /dev/ttyUSB0 115200
 </code> </code>
  
Line 202: Line 167:
 Now the bootloader has to be copied on the device. This will be done from the first console window. Now the bootloader has to be copied on the device. This will be done from the first console window.
 <code> <code>
-$cat u-boot.asm > /dev/ttyUSB0+cat u-boot.asm > /dev/ttyUSB0
 </code> </code>
  
Line 209: Line 174:
  
 The best idea in case the device is bricked would be to flash u-boot.lq. Transfer it with tftp to the device. The best idea in case the device is bricked would be to flash u-boot.lq. Transfer it with tftp to the device.
- 
- 
  
  
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
 ===== Failsafe mode ===== ===== Failsafe mode =====
--> [[doc:howto:generic.failsafe]]+-> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
 ***/ ***/
  
Line 221: Line 184:
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
 ===== Basic configuration ===== ===== Basic configuration =====
-After flashing, proceed with [[doc:howto:basic.config|Basic configuration]]: Set up your Internet connection, configure wireless, configure USB port, etc.+After flashing, proceed with [[docs:guide-user:base-system:start|Basic configuration]]: Set up your Internet connection, configure wireless, configure USB port, etc.
 ***/ ***/
  
Line 244: Line 207:
 /*** if info available: uncomment and fill in /*** if info available: uncomment and fill in
 ==== Buttons ==== ==== Buttons ====
--> [[doc:howto:hardware.button]] on howto use and configure the hardware button(s).+-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 Here, we merely name the buttons, so we can use them in the above Howto. Here, we merely name the buttons, so we can use them in the above Howto.
  
Line 263: Line 226:
  
 info mainly taken from forum thread and [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/research/Findings.txt]] info mainly taken from forum thread and [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/research/Findings.txt]]
-| **Architecture:**     | MIPS32 34Kc                              | +Architecture     | MIPS32 34Kc                              | 
-| **Vendor:**           | Lantiq                                   | +Vendor           | Lantiq                                   | 
-| **Bootloader:**       | U-Boot                                   | +Bootloader       | U-Boot                                   | 
-| **System-On-Chip:**   | Lantiq [[http://www.electronicsdatasheets.com/download/51c42036e34e246e490000a4.pdf?format=pdf|XWAY™ VRX288]] (PSB 80920 EL V1.2)  | +System-On-Chip   | Lantiq [[http://www.electronicsdatasheets.com/download/51c42036e34e246e490000a4.pdf?format=pdf|XWAY™ VRX288]] (PSB 80920 EL V1.2)  | 
-| **CPU/Speed**         | 500MHz                                   | +CPU/Speed        | 500MHz                                   | 
-| **Flash-Chip:**       | Samsung [[http://www.datasheet4u.com/datasheet/K/9/F/K9F4G08U0D_Samsung.pdf.html|K9F4G08U0x]] | +Flash-Chip       | Samsung [[http://www.datasheet4u.com/datasheet/K/9/F/K9F4G08U0D_Samsung.pdf.html|K9F4G08U0x]] | 
-| **Flash size:**       | 512 MiB                                  | +Flash size       | 512 MiB                                  | 
-| **RAM:**              | [[http://www.etron.com/manager/uploads/EM68C16CWQE_rev1.4.pdf|EtronTech EM68C16CWQD-25H]] 128 MiB 64Mx16 DDRII 400MHz   | +RAM              | [[http://www.etron.com/manager/uploads/EM68C16CWQE_rev1.4.pdf|EtronTech EM68C16CWQD-25H]] 128 MiB 64Mx16 DDRII 400MHz   | 
-| **Wireless:**         | [[https://wikidevi.com/files/Ralink/RT3883%20product%20brief.pdf|RT3883F]] + RT5392L 5GHz/2.4GHz + 2.4GHz  802.11abgn     | +Wireless         | [[https://wikidevi.com/files/Ralink/RT3883%20product%20brief.pdf|RT3883F]] + RT5392L 5GHz/2.4GHz + 2.4GHz  802.11abgn     | 
-| **Ethernet:**         | [[http://www.realtek.com/products/productsView.aspx?Langid=1&PNid=18&PFid=15&Level=5&Conn=4&ProdID=300|RTL8367RB]] 4x 10/100/1000 Mbit/s vlan support       | +Ethernet         | [[http://www.realtek.com/products/productsView.aspx?Langid=1&PNid=18&PFid=15&Level=5&Conn=4&ProdID=300|RTL8367RB]] 4x 10/100/1000 Mbit/s vlan support       | 
-| **USB:**              | 2x 2.0                                   | +USB              | 2x 2.0                                   | 
-| **Serial:**           | [[#Serial|Yes]]                          | +Serial           | [[#Serial|Yes]]                          | 
-| **JTAG:**             | [[#JTAG|???]]                            |+JTAG             | [[#JTAG|???]]                            |
  
   * wlan is implemented by own subsystem called "RT3883 iNIC". This is proprietary Mediatek(Ralink) solution. [[https://github.com/canalplus/r7oss/tree/master/G5/src/rt3662-modules-2.4.0.9.10|Here]] is some old sources.   * wlan is implemented by own subsystem called "RT3883 iNIC". This is proprietary Mediatek(Ralink) solution. [[https://github.com/canalplus/r7oss/tree/master/G5/src/rt3662-modules-2.4.0.9.10|Here]] is some old sources.
Line 286: Line 249:
 ==== Flash Layout ==== ==== Flash Layout ====
 <WRAP BOX> <WRAP BOX>
-FIXME //[[:doc:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[doc:techref:flash.layout#partitioning_of_squashfs-images|example]]).//+FIXME //[[:docs:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[docs:techref:flash.layout#partitioning_of_the_flash|example]]).//
  
-Please check out the article [[doc:techref:Flash.Layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout.+Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout.
 </WRAP> </WRAP>
 ***/ ***/
Line 299: Line 262:
  
  
-{{:media:arcadyan:eb904xdsl_casing_front.jpg?400|}} +{{media:arcadyan:easybox_904_xdsl_casing_front.jpg?400|}} 
-{{:media:arcadyan:eb904xdsl_casing_back.jpg?400|}}+{{media:arcadyan:easybox_904_xdsl_casing_back.jpg?400|}}
  
 **Insert photo of backside label** **Insert photo of backside label**
Line 311: Line 274:
  
 ==== Serial ==== ==== Serial ====
--> [[doc:hardware:port.serial]] general information about the serial port, serial port cable, etc.+-> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
  
 How to connect to the Serial Port of this specific device:\\ How to connect to the Serial Port of this specific device:\\
-{{:media:arcadyan:eb904xdsl_serial_conn.jpg?500|}}+{{media:arcadyan:easybox_904_xdsl_serial_conn.jpg?500|}}
  
  
Line 326: Line 289:
  
 ==== JTAG ==== ==== JTAG ====
--> [[doc:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.+-> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
  
 How to connect to the JTAG Port of this specific device:\\ How to connect to the JTAG Port of this specific device:\\
Line 1488: Line 1451:
 </WRAP>\\ </WRAP>\\
 Original Bootlog taken from [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/oem-firmware-info/]] Original Bootlog taken from [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/oem-firmware-info/]]
-==== OpenWrt bootlog ====+==== QSDK(?bootlog ====
 <WRAP bootlog> <WRAP bootlog>
 <nowiki> <nowiki>
Line 1877: Line 1840:
 **Helpful Links** **Helpful Links**
   * [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/]]   * [[http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/]]
-  * [[https://piratenpad.de/p/GWryBbvQqV]] 
   * [[http://www.randomprojects.org/wiki/Vodafone_EasyBox_904_xDSL]]   * [[http://www.randomprojects.org/wiki/Vodafone_EasyBox_904_xDSL]]
   * [[http://www.randomprojects.org/wiki/Vodafon_EasyBox_904_xDSL/Sysinfo]]   * [[http://www.randomprojects.org/wiki/Vodafon_EasyBox_904_xDSL/Sysinfo]]
 +  * [[https://github.com/Quallenauge/Easybox-904-XDSL]]
 +  * [[https://github.com/Plonkbong/Easybox-904-XDSL]]
 +  * [[https://github.com/majuss/easybox904]]
 +  * [[https://eko.one.pl/forum/viewtopic.php?id=16158]] - Polish Forum
 +  * [[https://github.com/zuzia-dev/Easybox-904xDSL]]
  
 ===== Tags ===== ===== Tags =====
- 
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>128ram 512flash lantiq}}+{{tag>lantiq 512NAND 128ram xDSL VDSL2 ADSL2+ WIP unsupported}}
  • Last modified: 2024/10/25 16:05
  • by zuzia