- Mitglied seit
- 15 Jan 2011
- Beiträge
- 3
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo,
es mag mir einfach nicht gelingen, mein gebautes Freetz-NG Abbild mittels EVA-FTP-Client.ps1 auf die Box zu flashen. Der Vorgang endet jedes mal mit dem gleichen Fehler:
Hat jemand einen Tipp?
Betriebssystem-Umgebung:
Windows 10 20H2 Build 19042.867 (64-bit)
PowerShell Version 5.1.19041.610 (64-bit)
Keine Firewall-Beschränkung.
es mag mir einfach nicht gelingen, mein gebautes Freetz-NG Abbild mittels EVA-FTP-Client.ps1 auf die Box zu flashen. Der Vorgang endet jedes mal mit dem gleichen Fehler:
Bash:
PS C:\freetz> .\EVA-FTP-Client.ps1 -Verbose -Debug -ScriptBlock { BootDeviceFromImage "7590_07.25.all_20210404-124709.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.3578 0x0 0x46409
================
DEBUG: Sent
GETENV memsize
================
DEBUG: Response:
memsize 0x20000000
200 GETENV command successful
================
DEBUG: Memory size found : 0x20000000 (512 MB)
DEBUG: Memory size used : 0x08000000 (128 MB)
DEBUG: Image size found : 0x01fde100
DEBUG: Set memory size to : 0x06021f00
DEBUG: Set MTD RAM device to: 0x86021f00,0x88000000
DEBUG: Sent
SETENV memsize 0x06021f00
================
DEBUG: Response:
200 SETENV command successful
================
DEBUG: Sent
SETENV kernel_args_tmp mtdram1=0x86021f00,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 '7590_07.25.all_20210404-124709.image.in-memory' to '0x86021f00 0x88000000' ...
DEBUG: Sent
P@SW
================
DEBUG: Response:
227 Entering Passive Mode (192,168,178,1,12,3)
================
DEBUG: Sent
STOR 0x86021f00 0x88000000
================
DEBUG: Response:
150 Opening BINARY data connection
================
DEBUG: Sent
SETENV memsize 0x20000000
================
DEBUG: Response:
226 Transfer complete
200 SETENV command successful
================
DEBUG: Sent
UNSETENV kernel_args_tmp
================
DEBUG: Response:
501 environment variable not set
================
DEBUG: Sent
QUIT
================
DEBUG: Response:
221 Thank you for using the FTP service on ADAM2
221 Goodbye.
================
Exception calling "Invoke" with "0" argument(s): "Error uploading image file."
At C:\freetz\EVA-FTP-Client.ps1:638 char:21
+ $ScriptBlock.Invoke()
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RuntimeException
Hat jemand einen Tipp?
Betriebssystem-Umgebung:
Windows 10 20H2 Build 19042.867 (64-bit)
PowerShell Version 5.1.19041.610 (64-bit)
Keine Firewall-Beschränkung.