AVM-Dienste anhalten, Teil 1 (prepare_fwupgrade start) ... killall: minid: no process killed killall: minid: no process killed rmmod: rfcntl killall: flashd: no process killed killall: minid: no process killed disable watchdog voipd: stopped. rmmod: isdn_fbox_fon3 killall: checkservices: no process killedERLEDIGTFirmware-Archiv extrahieren ... ./ ./var/ ./var/tmp/ ./var/tmp/filesystem.image ./var/tmp/kernel.image ./var/signature ./var/static.pkg ./var/flash_update.ko ./var/flash_update.o ./var/info.txt ./var/chksum ./var/regelex ./var/install ./var/.configDONEAVM-Dienste anhalten, Teil 2 (prepare_fwupgrade end) ... killall: minid: no process killed killall: minid: no process killed rmmod: rfcntl killall: flashd: no process killed killall: minid: no process killed ifconfig: SIOCGIFFLAGS: No such device ifconfig: SIOCGIFFLAGS: No such device ifconfig: SIOCGIFFLAGS: No such device ifconfig: SIOCGIFFLAGS: No such device ifconfig: SIOCGIFFLAGS: No such device ifconfig: SIOCGIFFLAGS: No such device rmmod: tiap disable watchdogERLEDIGTAusführen des Firmware-Installationsskripts /var/install ... install: have Kernel 2.6 install: check and install new firmware ... OEM=avm ANNEX=B testing acceptance for device Fritz_Box_7170 ... korrekt install type: ar7_8MB_xilinx_4eth_3ab_isdn_nt_te_pots_wlan_usb_host_25762 device has installtype ar7_8MB_xilinx_4eth_3ab_isdn_nt_te_pots_wlan_usb_host_25762 assumed ANNEX B -- found ANNEX B device has ANNEX B OK - OEM avm is supported OK - accept this update for device Fritz_Box_7170 ... testing acceptance for device Fritz_Box_7170 done curr: 29.04.49 new: xx.04.57 debug: curr: 29.04.49 debug: new: "XX.04.57" major_currFWver=29 middle_currFWver=4 minor_currFWver=49 middle_newFWver=4 minor_newFWver=57 check Firmware Version: xx.04.57 DEBUG: 4 >= 4 DEBUG: 57 >= 49 Accept Firmware Version: xx.04.57 install: 26 check files... File already contains the checksum, verifying Calculated checksum is BD45B2FB Saved checksum is BD45B2FB Checksum validation successful! chksum for file /var/tmp/kernel.image ok install: 26 getting mtd to install... install: ----------------------------------------------------- bootloader_size 0x00010000 jffs2_size 0x000c0000 Kernel_without_jffs2_size 7012352 kernel_image_size 7390984 kernel_mtd_size 7798784 Kernel_Start_Add=268500992 Kernel_End_Addr=275891976 Kernel_without_jffs2_End_Addr=275513344 install: Image would overlap - jffs2 will be deleted ... install: ----------------------------------------------------- install: kernel_size=7798784 install: kernel_update_start=268500992 install: kernel_update_len=7798784 install: 26 setting files to install... install: /var/tmp/kernel.image to start(268500992) size(7798784) install: check for old settings ... set INFO led to blink (modul=7, state=4)ERLEDIGT - Rückgabewert des Installationsskripts = 1 (INSTALL_SUCCESS_REBOOT)Von /var/post_install generierter Inhalt: #! /bin/sh echo $0: start sleep 1 killall run_clock if ps | grep -v grep | grep -q telefon ; then killall telefon ; fi if ps | grep -v grep | grep -q telnetd ; then killall telnetd ; fi echo language > /proc/sys/urlader/environment echo MODE=update > /dev/avm_power echo "disable" > /dev/watchdog echo still running: ps lsmod sleep 1 update_parameter=flash_update_file0="/var/tmp/kernel.image,268500992,7798784,crc=1" insmod /var/flash_update.ko $update_parameter exit 0ENDE DER DATEI