Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
Er versucht das Update nach dieser Anweisung : Wie flashe ich ein Freetz-ImageWer oder was ist start.sh?
#!/bin/bash
VR="./var"
VT="$VR/tmp"
KI="$VT/kernel.image"
FI="$VT/filesystem.image"
IP="192.168.178.1"
for ARG in $@
do
if [ -f "$ARG" ]
then
FIMG="$ARG"
else
IP="$ARG"
fi
done
if [ -f "$FIMG" ]
then
tar xvf "$FIMG"
if [ -d "$VT" ]
then
for IMG in "$KI" "$FI"
do
if [ -f "$IMG" ]
then
dd iflag=count_bytes bs=256 if="$IMG" of="$IMG.tmp" count=$(( `stat --printf=%s "$IMG"`-8 ))
fi
done
cat "$KI.tmp" "$FI.tmp" > "$FIMG.eva"
rm -rfv "$VR"
./eva-login.sh "$IP"
./eva_to_memory.sh "$FIMG.eva" "$IP"
fi
fi
$ tools/push_firmware --help
Usage: tools/push_firmware [image] [ -m<s|r|d> ] [ -f ] [ -ip <ip> ] [ -ram <mb> ] [ -lfs <0|1> ] [ -hn ]
[image] When no 'image' file is given, images/latest.image will be tried.
-ms Mode single-boot (like 7270 & 7390):
Flashes the given 'image' to classic devices
-mr Mode ram-boot (like 7490 & 7590):
The 'image' will be flashed into currently active partition.
You could use -lfs parameter to change this.
-md Mode dual-boot (like 6490 & 6590):
Flashes the Arm and x86 part of the 'image'.
It is mandatory to set the -lfs parameter too.
-f Disable safety prompt.
-ip <ip> Bootloader IP address or hostname, default 192.168.178.1
-ram <mb> Only ram-boot mode: Ram size in MB of your device.
It may work to use a smaler value, but not with a larger!
Ram size of some devices:
- 128 MB: 3272 3370 3390 6820 6840 7272 7362 7412 7430
- 256 MB: 1200 3000 3490 5490 5491 7369 7490 7520 7530 7560
- 512 MB: 6890 7580 7583 7590
Hint: The correct value is automatically used by 'make push-firmware'.
-lfs <0|1> Not single-boot mode: Set linux_fs_start to 0 or 1 and flash into this.
-hn Only single-boot mode: Flash to an 'Alice/HanseNet' version of 7570.
die 7490install.sh ist vom Inhalt das selbe wie die start.sh@Gismotro: Hat leider auch nicht funktioniert. Wieder kein Upload. Die 7490install.sh habe weggelassen, da ich eine 7530 habe.
Ist die nötig?
$ tools/push_firmware images/latest.image
* Analyzing 'images/7490_07.12_freetz-ng-C15999_20190826-205311.image' ...
* Using command: ncftpput <<------
* Target host: 192.168.178.1
* Outgoing IP: 192.168.178.200
* Flash mode: ram-boot
* Allowed memory size: <detect>
* Designated linux_fs_start: <other>
!!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!!
!!! THERE IS NO WARRANTY AT ALL !!! USE AT YOUR OWN RISK !!!
* Are you sure, that you want to flash this file to the device?
images/7490_07.12_freetz-ng-C15999_20190826-205311.image
Proceed? (y/[n]) y
* You should now reboot your box (192.168.178.1). Waiting for shut down.
Switch off, if reboot is not detected because it happens too quickly.
Some newer bootloader versions allow to flash on power-cycle only. <<------
* No reply from box, assuming switch-off or restart. Trying to re-detect box.
Waiting .............................................. found!
* Detected memsize: '0x10000000'
* MAPSTART=0x80000000
* FULLSIZE=0x10000000 (256 MB)
* MAPLIMIT=0x90000000
* FILESIZE=0x1eb3100 (30 MB)
* FREESIZE=0xe14cf00 (225 MB)
* MTDSTART=0x8e14cf00
* No reply from box, assuming switch-off or restart. Trying to re-detect box.
Waiting ..... found!
* Detected linux_fs_start: '0'
* Designated linux_fs_start: 1
* No reply from box, assuming switch-off or restart. Trying to re-detect box.
Waiting ..... found!
* Box is back up again, initiating transfer.
LibNcFTP 3.2.5 (January 17, 2011) compiled for linux-x86-glibc2.29
Uname: Linux|Fedora-VM|5.2.9-200.fc30.i686|#1 SMP Fri Aug 16 21:29:28 UTC 2019|i686
Contents of /etc/fedora-release:
Fedora release 30 (Thirty)
Contents of /etc/redhat-release:
Fedora release 30 (Thirty)
Contents of /etc/issue:
\S
Kernel \r on an \m (\l)
Glibc: 2.29 (stable)
220: ADAM2 FTP Server ready
Connected to 192.168.178.1.
Cmd: USER adam2
331: Password required for adam2
Cmd: PASS xxxxxxxx
230: User adam2 successfully logged in
Logged in to 192.168.178.1 as adam2.
Cmd: MEDIA SDRAM
200: Media set to MEDIA_SDRAM
Cmd: SETENV memsize 0xe14cf00
200: SETENV command successful
Cmd: SETENV kernel_args_tmp mtdram1=0x8e14cf00,0x90000000
200: SETENV command successful
Cmd: TYPE I
200: Type set to BINARY
Cmd: MLST 0x8e14cf00 0x90000000
502: Command not implemented
Cmd: EPSV
Cmd: PASV
227: Entering Passive Mode (192,168,178,1,12,15)
Cmd: STOR 0x8e14cf00 0x90000000
150: Opening BINARY data connection
/tmp/freetz_d1T/ramboot.flash: ETA: 0:04 29.25/ 30.70 MB 380.29 kB/s 226: Transfer complete
/tmp/freetz_d1T/ramboot.flash: 30.70 MB 377.53 kB/s
Cmd: SETENV linux_fs_start 1
200: SETENV command successful
Cmd: QUIT
221: Thank you for using the FTP service on ADAM2
Cmd: QUIT
221: Goodbye.
done
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Das Digital Eliteboard ist ein kostenloses Forum und ist auf Spenden angewiesen, um sich auch in Zukunft selbst zu finanzieren. Wenn auch du mit dem Digital Eliteboard zufrieden bist, würden wir uns über jede Unterstützung freuen.
Hier kannst du uns unterstützen SPENDEN