Hallo zusammen,
ich habe hier eine bootloopende 6591 herumstehen, d.h. es blinkt nur noch rot nach dem Einschalten. Ist eine Edition Vodafone (UMI) Box. Da es dafür ja keine Recovery.exe zu geben scheint, möchte ich versuchen, per FTP ein neues Images (das offizielle von AVM) drauf zu spielen.
Hier die Daten der Box / Software:
Ich komme noch auf den FTP, jedoch bekomme ich das Flashen per ftp / put (Linux / Ubuntu) immer mit einem "502 Not Implemented" quittiert:
Andere Möglichkeiten wie push_firmware, EVA-FTP-Client.ps unter Windows oder alternative ftp binary (ncftp) habe ich ebenfalls schon ausprobiert. Kann mir da bitte jemand weiterhelfen? Gibt es irgendwo evtl den Sourcecode des Bootloaders, sodass ich selbst mal reinschauen könnte? Was kann ich sonst noch ausprobieren?
ich habe hier eine bootloopende 6591 herumstehen, d.h. es blinkt nur noch rot nach dem Einschalten. Ist eine Edition Vodafone (UMI) Box. Da es dafür ja keine Recovery.exe zu geben scheint, möchte ich versuchen, per FTP ein neues Images (das offizielle von AVM) drauf zu spielen.
Hier die Daten der Box / Software:
Code:
Hardware name: Intel Corporation PUMA 7 C0 PLATFORM/TBD, BIOS CGM2.86C.627075.R.1910091149 10/09/2019
AVM EVA Version 4711.0815 0x0 0x0 Z
---
DMC RTL=n
HWRevision 233
HWSubRevision 8
ProductID Fritz_Box_HW233
SerialNumber M26366630XXXXXX
annex Kabel
autoload yes
bootloaderVersion 1.3614
country 049
crash [0]6d81a18b,98,6[1]29787d15,2c0,6[2]0,0,0[3]0,0,0
firstfreeaddress 0x3D3C4C00
firmware_info 161.07.39
firmware_version lgi
language de
linux_fs_start 1
...
memsize 0x40000000
mtd0 0x0,0x4800000
mtd1 0x4800000,0x5100000
mtd2 0x5100000,0x5300000
mtd3 0x5300000,0x5B00000
mtd4 0x0,0x0
mtd5 0x5B00000,0xDB00000
mtd6 0xDB00000,0xEE00000
mtd7 0xEE00000,0xF300000
mtd8 0x0,0x0
mtd10 0x0,0x0
mtd11 0xF300000,0x13B00000
mtd12 0x13B00000,0x14400000
mtd13 0x14400000,0x15700000
mtd14 0x15700000,0x15C00000
...
my_ipaddress 192.168.178.1
prompt Eva_AVM
Ich komme noch auf den FTP, jedoch bekomme ich das Flashen per ftp / put (Linux / Ubuntu) immer mit einem "502 Not Implemented" quittiert:
Code:
ADAM2 FTP Server ready
Name (192.168.178.1:XXX): adam2
331 Password required for adam2
Password:
230 User adam2 successfully logged in
Remote system type is AVM.
ftp> quote SYST
215 AVM EVA Version 4711.0815 0x0 0x0 Z
ftp> binary
200 Type set to BINARY
ftp> debug
Debugging on (debug=1).
ftp> quote MEDIA FLSH
---> MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> passive
Passive mode: on; fallback to active mode: on.
ftp> quote GETENV linux_fs_start
---> GETENV linux_fs_start
linux_fs_start 0
ftp> put part_03_ATOM_ROOTFS.bin mtd0
---> PORT 192,168,178,2,201,203
502 Command not implemented
Andere Möglichkeiten wie push_firmware, EVA-FTP-Client.ps unter Windows oder alternative ftp binary (ncftp) habe ich ebenfalls schon ausprobiert. Kann mir da bitte jemand weiterhelfen? Gibt es irgendwo evtl den Sourcecode des Bootloaders, sodass ich selbst mal reinschauen könnte? Was kann ich sonst noch ausprobieren?