Hello,
some time ago I got a EasyBox 802 (Arcadyan ARV752DPW) that wasn't needed by anyone anymore.
So now I decided to take some time and try to put OpenWrt onto it.
I want to use it as a Mips Developement Board - it would be okay for me if Wifi won't work as long as ethernet works.
I followed the instructions from https://openwrt.org/toh/arcadyan/arv752dpw in order to install U-Boot.
I then flashed https://downloads.openwrt.org/releases/18.06.1/targets/lantiq/xway/openwrt-18.06.1-lantiq-xway-arcadyan_arv752dpw-initramfs-kernel.bin to the, as far as I know, correct address in memory - which should be 0xB0040000.
After power-up, it stops @ "Uncompressing Kernel Image ..."
At firtst I thought that this may be caused by a broken flash chip.
I wrote a 7mb file to flash, dumped it and compared checksums. Everything was fine --> Flash is working.
Same for memory (Tested with the Memtest utility of the standard bootloader).
I also tried using older and/or self compiled images but I got the same result every time.
Since the EasyBox 802 was NOT working (Flash was erased) when I got it, I can't test if it works with default firmware from Vodafone.
Here it what I received via serial connection on startup:
ROM VER: 1.0.3
CFG 01
Read EEPROMX
X
U-Boot 2013.10-openwrt4 (Jun 25 2018 - 08:59:44) ARV752DPW
Board: Arcadyan ARV752DPW
SoC: Lantiq Danube-S v1.3
CPU: 333.333 MHz
IO: 166.667 MHz
BUS: 83.333 MHz
BOOT: NOR
DRAM: 64 MiB
Flash: 8 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: rtl8306_probe: chipid 5988, chipver 0, chiptype 3
rtl8306_setup: CPU link up: 1
ltq-eth
Hit any key to stop autoboot: 0
## Booting kernel from Legacy Image at b0040000 ...
Image Name: MIPS OpenWrt Linux-4.9.120
Created: 2018-08-16 7:51:15 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 3087426 Bytes = 2.9 MiB
Load Address: 80002000
Entry Point: 80002000
Verifying Checksum ... OK
Uncompressing Kernel Image ...
Hopefully somebody can give me a hint on how to get this working.
Thanks!