JohnDoe42
Aktives Mitglied
- Mitglied seit
- 17 Mrz 2009
- Beiträge
- 1,466
- Punkte für Reaktionen
- 3
- Punkte
- 38
Alternative sieht so aus:
Danach leuchtet nur die Power/DSL-LED dauerhaft und die Box ist komplett unerreichbar.
Code:
PS E:\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 169.254.95.1 -Verbose -Debug -Scriptblock { BootDeviceFromImage .\7490_07.29.all_freetz-ng-21209-5b17ff265_20230207-151106.image.in-memory}
DEBUG: Response:
220 ADAM2 FTP Server ready
================
DEBUG: Sent
USER adam2
================
DEBUG: Response:
331 Password required for adam2
================
DEBUG: Sent
PASS adam2
================
DEBUG: Response:
230 User adam2 successfully logged in
================
DEBUG: Sent
SYST
================
DEBUG: Response:
215 AVM EVA Version 1.1964 0x0 0x740D
================
DEBUG: Sent
GETENV memsize
================
DEBUG: Response:
memsize 0x10000000
200 GETENV command successful
================
DEBUG: Memory size found : 0x10000000 (256 MB)
DEBUG: Memory size used : 0x08000000 (128 MB)
DEBUG: Image size found : 0x0203bd00
DEBUG: Set memory size to : 0x05fc4300
DEBUG: Set MTD RAM device to: 0x85fc4300,0x88000000
DEBUG: Sent
SETENV memsize 0x05fc4300
================
DEBUG: Response:
200 SETENV command successful
================
DEBUG: Sent
SETENV kernel_args_tmp mtdram1=0x85fc4300,0x88000000
================
DEBUG: Response:
200 SETENV command successful
================
DEBUG: Sent
TYPE I
================
DEBUG: Response:
200 Type set to BINARY
================
DEBUG: Sent
MEDIA SDRAM
================
DEBUG: Response:
200 Media set to MEDIA_SDRAM
================
DEBUG: Uploading file '.\7490_07.29.all_freetz-ng-21209-5b17ff265_20230207-151106.image.in-memory' to '0x85fc4300
0x88000000' ...
DEBUG: Sent
P@SW
================
DEBUG: Response:
227 Entering Passive Mode (169,254,95,1,12,5)
================
DEBUG: Sent
STOR 0x85fc4300 0x88000000
================
DEBUG: Response:
150 Opening BINARY data connection
================
DEBUG: Response:
226 Transfer complete
================
True
Danach leuchtet nur die Power/DSL-LED dauerhaft und die Box ist komplett unerreichbar.