Stopping AVM services, part 1 (prepare_fwupgrade start) ...
killall: capiotcp_server: no process killed
killall: pbd: no process killed
voipd: not running
/bin/prepare_fwupgrade: line 87: avmike: not found
killall: printserv: no process killed
killall: mailer: no process killed
killall: udhcpd: no process killed
killall: dproxy: no process killed
killall: ftpd: no process killed
disable watchdog
killall: capiotcp_server: no process killed
killall: pbd: no process killed
killall: telefon: no process killed
killall: voipd: no process killed
killall: avmike: no process killed
killall: printserv: no process killed
killall: igdd: no process killed
killall: usermand: no process killed
killall: mailer: no process killed
killall: dsld: no process killed
killall: ctlmgr: no process killed
killall: udhcpd: no process killed
killall: dproxy: no process killed
killall: ftpd: no process killed
killall: checkservices: no process killed
DONE
Extracting firmware archive ...
./
./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/.config
DONE
Stopping AVM services, part 2 (prepare_fwupgrade end) ...
killall: thttpd: no process killed
killall: mailer: no process killed
killall: avmike: no process killed
killall: dsld: no process killed
Stopping websrv AVM web UI...failed.
killall: wstart: no process killed
disable watchdog
killall: mailer: no process killed
killall: avmike: no process killed
killall: dsld: no process killed
killall: thttpd: no process killed
killall: wpa_authenticator: no process killed
killall: wstart: no process killed
killall: multid: no process killed
DONE
Executing firmware installation script /var/install ...
install: have Kernel 2.6
install: check and install new firmware ...
set led: /var/led
set INFO led to blink (modul=7, state=4)
OEM=avm
ANNEX=B
testing acceptance for device Fritz_Box_7141 ...
korrekt install type: ar7_8MB_xilinx_1eth_2ab_isdn_te_pots_wlan_usb_host_49780
device has installtype ar7_8MB_xilinx_1eth_2ab_isdn_te_pots_wlan_usb_host_49780
assumed ANNEX B -- found ANNEX B
device has ANNEX B
OK - OEM avm is supported
OK - accept this update for device Fritz_Box_7141 ...
testing acceptance for device Fritz_Box_7141 done
curr: 40.04.37 new: xx.04.37
debug: curr: 40.04.37
debug: new: "XX.04.37"
major_currFWver=40
middle_currFWver=4
minor_currFWver=37
middle_newFWver=4
minor_newFWver=37
check Firmware Version: xx.04.37
DEBUG: 4 >= 4
DEBUG: 37 >= 37
Accept Firmware Version: xx.04.37
install: 26 check files...
File already contains the checksum, verifying
Calculated checksum is 7635139B
Saved checksum is 7635139B
Checksum validation successful!
chksum for file /var/tmp/kernel.image ok
install: 26 getting mtd to install...
install: -----------------------------------------------------
phys_mapped_flash_device=mtd0
phys_mapped_flash_size=8388608
filesystem_device=mtd1
filesystem_size=7124480
kernel_device=mtd2
kernel_size=7798784
bootloader_device=mtd3
bootloader_size=65536
tffs_1_device=mtd4
tffs_1_size=262144
tffs_2_device=mtd5
tffs_2_size=262144
jffs2_device=mtd6
jffs2_size=1966080
Kernel_without_jffs2_device=mtd7
Kernel_without_jffs2_size=5832704
Kernel_Start_Add=268500992
Kernel_End_Addr=276299776
Kernel_without_jffs2_Addr=274333696
install: -----------------------------------------------------
install: Result for 7798784
install: kernel_update_device=mtd2
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)
DONE - installation script return code = 1 (INSTALL_SUCCESS_REBOOT)
Generated content of /var/post_install:
#! /bin/sh
echo $0: start
echo 7,4>/var/led
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
END OF FILE
The post-installation script will be executed upon reboot and perform
the actions specified therein, e.g. the actual firmware flashing.
You may still choose to interrupt this process by removing the script
along with the rest of the extracted firmware components.