AVM FRITZ!Box 7412

FritzBox 7412

This device can be purchased quite cheap in a used condition. It gained a bit of popularity because it was showcased in the German magazine “c't” in conjunction with OpenWRT. When installing Wireguard, its throughput reaches approximately 33MBit/s with this device.

Unfortunately the FXS (analogue phone port) and DECT (cordless phone) does not work, because AVM does not release the sourcecode.

Sourcecode: http://osp.avm.de/fritzbox/fritzbox-7412/

Install OpenWrt (generic explanation)

  1. Use the eva_ramboot.py script to load the initramfs image on the device. Run it a few seconds after turning the device on. If it fails to find the device try the ip address 169.254.120.1 (Firmware updates or the recovery tool apparently change it).
    $ scripts/flashing/eva_ramboot.py 192.168.178.1 bin/targets/lantiq/xrx200/openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin

    IMPORTANT: Set lzma compression in ramdisk options, bootloader stalls when receiving uncompressed images.

  2. The device will load the initramfs image in RAM and boot it.
  3. After booting the initramfs image, you can reach it under the OpenWrt default ip address 192.168.1.1.
  4. Run sysupgrade to persistently install OpenWrt.
  5. If you have performed the persistent installation and a reboot, and it is still the original FritzOS booting up on address 192.168.178.1, then it is caused by incorrect partitioning.
    1. If you have the fritz_tffs_nand tool, then you should check if the key linux_fs_start is not set to 1 in tffs
      $ fritz_tffs_nand -d /dev/mtd1 -n linux_fs_start

      If it is set to 1, the bootloader will select the wrong set of partitions.

    2. Even if you don't have the fritz_tffs_nand tool to verify, use a command line ftp client to initiate a Passive mode ftp connection like in the forum post.
      1. ftp 192.168.178.1
      2. When prompted for a login Name type in adam2 and enter.
      3. When prompted for a Password type in adam2 again and enter.
      4. After successful login send
        quote SETENV linux_fs_start 0

        then

        quote REBOOT

        and finally

        quit

        Afterwards start again at step 1 with eva_ramboot.py

The modem firmware (lantiq-vrx200) provided by the OpenWrt image, does not support VDSL vectoring out of the box. Which means that your data rate might be reduced to rates like 13 MBit/s down and 1.4 MBit/s up instead of 50 MBit/s. In this case you need to extract the modem firmware file vr9-B-dsl.bin from the original OS image, copy it to the OpenWrt system for example to /lib/firmware/vr9-B-dsl.bin, and configure it uci set network.dsl.firmware='/lib/firmware/vr9-B-dsl.bin'. The extraction steps are maintained and detailed on the lantiq-xdsl-firmware-info site, search for 5.9.0.C.1.7-5.9.0.A.0.2 and click Show Downloads. Then download the image from the link and follow the steps.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The AVM FRITZ!Box 7412 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:

Back:

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

fritz_7412_uart.jpg

Serial connection parameters
for AVM FRITZ!Box 7412
115200, 8N1

During startup of OEM firmware, the UART lines are temporarily shared with the DECT controller.

Don't connect the TX line of your USB TTL Adapter during that time, or use a resistor in series. Otherwise the DECT chip and/or TTL Adapter might behave strangely (both pulling the TX line to different levels at the same time), this usually results in a kernel panic and bootloop after the DECT chip could not be initialized correctly.

To recover from a broken OEM bootloader / experiment with custom u-boot / ..., the lantiq SoC also supports booting from UART when pulling the boot_sel2 pin low during power on.

The boot ROM will output something like

ROM VER: 1.1.4
CFG 02
UART

and you can send a bootloader in ASCII hex format (e.g. u-boot.asc) via UART, which will then be executed from RAM.

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

ROM VER: 1.1.4 CFG 06 NAND NAND Read OK [/] (AVM) EVA Revision: 1.2834 Version: 3834 (C) Copyright 2005 AVM Date: Jan 18 2016 Time: 14:08:44 (0) 3 0x0-0x47409 [NAND:] 128MB TOSHIBA 2048 Pagesize 128k Blocksize 1024 Blocks [SYSTEM:] VR9 on 500MHz/250MHz/250MHz . Eva_AVM > ROM VER: 1.1.4 CFG 06 NAND NAND Read OK [/] (AVM) EVA Revision: 1.2834 Version: 3834 (C) Copyright 2005 AVM Date: Jan 18 2016 Time: 14:08:44 (0) 3 0x0-0x47409 [NAND:] 128MB TOSHIBA 2048 Pagesize 128k Blocksize 1024 Blocks [SYSTEM:] VR9 on 500MHz/250MHz/250MHz . Eva_AVM >##.......................................................ExecuteProgram Lantiq xDSL CPE VR9 phym = 08000000, mem = 08000000, max_pfn = 00008000 Reserving memory for CP1 @0xa8000000, size 0x00000000 plat_device_tree_setup: AVM hardware subrevision 1 plat_device_tree_setup: using Fallback device-tree of AVM hardware subrevision 0 DT: d0 0d fe ed 00 00 0d 55 [ 0.000000] Linux version 3.10.73 (jpluschke@Version_42885_C16_7412_) (gcc version 4.8.3 (Buildroot 2014.08) ) #1 SMP Mon Sep 10 18:50:59 CEST 2018 [ 0.000000] [env_init] 0x8103bf04[0] [ 0.000000] [env_init] 0x8103bf44[1] [ 0.000000] [env_init] 0x8103c044[2] [ 0.000000] [env_init] switch to ram location [ 0.000000] [init_avm_kernel_config] AVM Kernel Config (ptr 80847000) [ 0.000000] [init_avm_kernel_config] AVM Kernel Config: module memory entry [ 0.000000] [init_avm_kernel_config] AVM Kernel Config: version info entry [ 0.000000] [init_avm_kernel_config] AVM Kernel Config: device-tree for subrev 0 found [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019556 (MIPS 34Kc) [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] [module-alloc] use 0xbcd000 bytes at 0x81104000 [ 0.000000] [0]lsmtc_smp_setup tcstatus=18102400 [ 0.000000] PERCPU: Embedded 7 pages/cpu @81cd5000 s7072 r8192 d13408 u32768 [ 0.000000] Kernel command line: console=ttyS0,115200n8r nor_size=0MB sflash_size=0KB nand_size=128MB ethaddr=E8:DF:70:68:84:D7 tffsver=3 [ 0.000000] [NAND] nand_size = 0x8000000 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00060600 [ 0.000000] Readback ErrCtl register=00060600 [ 0.000000] Memory: 108376k/131072k available (5583k kernel code, 22696k reserved, 2948k data, 292k init, 0k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:181 [ 0.000000] SRSConf0 0x3feffbfe: SRS1: 0xffffffff, SRS2 0xffffffff, SRS3 0xffffffff [ 0.000000] Lantiq ICU driver, version 3.0.1, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.020000] Calibrating delay loop... 331.77 BogoMIPS (lpj=1658880) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.080000] Security Framework initialized [ 0.080000] Mount-cache hash table entries: 512 [ 0.090000] CPU1 revision is: 00019556 (MIPS 34Kc) [ 0.170000] Brought up 2 CPUs [ 0.170000] [yield_context_init] cpu=1 tc=2 mask=301 [ 0.180000] [yield_context_init] cpu=0 tc=3 mask=2410 [ 0.180000] devtmpfs: initialized [ 0.200000] pinctrl core: initialized pinctrl subsystem [ 0.200000] Creating Config Table [ 0.200000] [avm_generate_hw_config_table_from_device_tree] gpio_cnt: 31 [ 0.210000] NET: Registered protocol family 16 [ 0.220000] avm_check_cpu_features: mips-options: 0x006d638b icache.flags 0x00000000 dcache.flags 0x00000004 isa_level 0x00000063 ases 00000031 [ 0.230000] [TFFS3_Early_Init] called [ 0.240000] avm_alloc_page_extension node_extension_table[0] entries=32768 (size=131072) alloced [ 0.240000] Reboot Status is: Power-On [ 0.250000] [avmnet] [avmnet_cfg_init] Driver version: 6.247.6.1 - Revision 1496:3758 - Mo 10. Sep 18:48:49 CEST 2018 [ 0.870000] Lantiq PCIe Root Complex driver, version 2.0.0, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.920000] bio: create slab <bio-0> at 0 [ 0.920000] PCI host bridge to bus 0000:00 [ 0.930000] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff] [ 0.930000] pci_bus 0000:00: root bus resource [io 0x1d800000-0x1d8fffff] [ 0.940000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.950000] ifx_pcie_rc_class_early_fixup port 0: fixed pcie host bridge to pci-pci bridge [ 0.960000] pci 0000:00:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff] [ 0.970000] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff 64bit] [ 0.970000] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.980000] pci 0000:00:00.0: bridge window [mem 0x1c000000-0x1c0fffff] [ 0.980000] NET: Registered protocol family 8 [ 0.990000] NET: Registered protocol family 20 [ 0.990000] Switching to clocksource MIPS [ 1.040000] NET: Registered protocol family 2 [ 1.040000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) [ 1.050000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 1.050000] TCP: Hash tables configured (established 1024 bind 1024) [ 1.060000] TCP: reno registered [ 1.060000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.070000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.080000] avm_pa: try to activate hw accelaration for pid 1 (ipv4) [ 1.080000] NET: Registered protocol family 1 [ 1.090000] Lantiq CGU driver, version 1.1.32, (c) 2001-2011 Lantiq Deutschland GmbH [ 1.110000] IFX DMA driver, version ifxmips_dma_core.c:v1.0.17, (c) 2009 Infineon Technologies AG [ 1.110000] skb_shared_size:184 [ 1.130000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.130000] fuse init (API version 7.22) [ 1.130000] msgmni has been set to 211 [ 1.140000] io scheduler noop registered (default) [ 1.480000] ttyS0 at MMIO 0x1e100c00 (irq = 107) is a PORT_IFX_ASC [ 1.490000] ifx_usif_uart_init: uart_register_driver failed [ 1.490000] avm_net_trace: Up and running. [ 1.500000] [loadcontrol] set auto - scale=1 [ 1.500000] Lantiq Thermal Sensor driver, version 1.0.3, (c) 2001-2011 Lantiq Deutschland GmbH [ 1.510000] ifx_pmu_init: Major 244 [ 1.510000] Lantiq PMU driver, version 1.2.6, (c) 2001-2011 Lantiq Deutschland GmbH [ 1.520000] Lantiq GPIO driver, version 1.3.2, (c) 2001-2011 Lantiq Deutschland GmbH [ 1.530000] Infineon Technologies RCU driver version 1.0.7 [ 1.550000] loop: module loaded [ 1.550000] nbd: registered device at major 43 [ 1.580000] [HSNAND] Toshiba-BENAND [ 1.580000] NAND device: Manufacturer ID: 0x98, Chip ID: 0xf1 (Toshiba NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64 [ 1.600000] Scanning device for bad blocks [ 1.670000] {tsh_read_ecc} status 0xe1 [ 1.670000] [ifx_hsnand_command] read block failed (column: 0x800 page: 0xc000) [ 1.680000] Bad eraseblock 768 at 0x000006000000 [ 1.710000] badblock statistics: [ 1.710000] -------------------- [ 1.710000] start block = 0 [ 1.710000] num blocks = 1024 [ 1.710000] bad blocks = 1 [ 1.720000] [ 1.720000] >> The following table summarize all badblocks to visualize the distribution [ 1.720000] block [ start | count | size/kB ] (start block, number of blocks) [ 1.720000] --------------------------------- [ 1.740000] block [ 768 | 1 | 128 ] [ 1.750000] [ ======================= ] [ 1.750000] [ >> 1 | 128 ] [ 1.760000] Creating 8 MTD partitions on "ifx_hsnand": [ 1.760000] 0x000000440000-0x000000840000 : "kernel" [ 1.770000] 0x000000840000-0x000003840000 : "filesystem" [ 1.780000] 0x000003840000-0x000003c40000 : "reserved-kernel" [ 1.780000] 0x000003c40000-0x000006c40000 : "reserved-filesystem" [ 1.790000] 0x000006c40000-0x000006e40000 : "config" [ 1.800000] 0x000006e40000-0x000008000000 : "nand-filesystem" [ 1.810000] 0x000000000000-0x000000040000 : "urlader" [ 1.810000] 0x000000040000-0x000000440000 : "nand-tffs" [ 1.820000] [TFFS3_Register_NAND] Called [ 1.820000] [TFFS3_Register_Panic_CB] registering panic callback for mtd ifx_hsnand [ 1.830000] tun: Universal TUN/TAP device driver, 1.6 [ 1.830000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 1.840000] SWAPI: Registered character device [switch_api] with major no [81] [ 1.850000] i2c /dev entries driver [ 1.850000] cpuidle: using governor ladder [ 1.860000] cpuidle: using governor menu [ 1.860000] AVM PA for Linux 3.10.73 [ 1.860000] AVM PA skb pktinfo at offset 136 size 208 [ 1.870000] [loadcontrol]module avm_pa registered [ 1.870000] u32 classifier [ 1.880000] Performance counters on [ 1.880000] Actions configured [ 1.880000] ipip: IPv4 over IPv4 tunneling driver [ 1.890000] TCP: cubic registered [ 1.890000] NET: Registered protocol family 10 [ 1.900000] avm_pa: try to activate hw accelaration for pid 2 (ipv6) [ 1.900000] sit: IPv6 over IPv4 tunneling driver [ 1.910000] NET: Registered protocol family 17 [ 1.910000] Bridge broadcast ratelimiter registered [ 1.920000] l2tp_core: L2TP core driver, V2.0 [ 1.920000] l2tp_ip: L2TP IP encapsulation support (L2TPv3) [ 1.930000] l2tp_netlink: L2TP netlink interface [ 1.930000] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3) [ 1.940000] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3) [ 1.940000] 8021q: 802.1Q VLAN Support v1.8 [ 1.950000] Key type dns_resolver registered [ 1.960000] [TFFS3-NAND] NAND storage backend for TFFS 3.x [ 1.960000] [TFFS3-NAND] scanning block at address 0x0 [ 1.970000] [TFFS3-NAND] found TFFS header magic at address 0x0, version 0x30000 [ 1.970000] [scan_block] blk_addr: 0x0 blkseq_nr: 0x41d sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 2.010000] [TFFS3-NAND] scanning block at address 0x20000 [ 2.020000] [TFFS3-NAND] found TFFS header magic at address 0x20000, version 0x30000 [ 2.030000] [scan_block] blk_addr: 0x20000 blkseq_nr: 0x4f4 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x6 [ 2.070000] [TFFS3-NAND] scanning block at address 0x40000 [ 2.080000] [TFFS3-NAND] found TFFS header magic at address 0x40000, version 0x30000 [ 2.080000] [scan_block] blk_addr: 0x40000 blkseq_nr: 0x4f2 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x6 [ 2.120000] [TFFS3-NAND] scanning block at address 0x60000 [ 2.130000] [TFFS3-NAND] found TFFS header magic at address 0x60000, version 0x30000 [ 2.130000] [scan_block] blk_addr: 0x60000 blkseq_nr: 0x420 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 2.180000] [TFFS3-NAND] scanning block at address 0x80000 [ 2.180000] [TFFS3-NAND] found TFFS header magic at address 0x80000, version 0x30000 [ 2.190000] [scan_block] blk_addr: 0x80000 blkseq_nr: 0x421 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 2.240000] [TFFS3-NAND] scanning block at address 0xa0000 [ 2.240000] [TFFS3-NAND] found TFFS header magic at address 0xa0000, version 0x30000 [ 2.250000] [scan_block] blk_addr: 0xa0000 blkseq_nr: 0x422 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 2.290000] [TFFS3-NAND] scanning block at address 0xc0000 [ 2.300000] [TFFS3-NAND] found TFFS header magic at address 0xc0000, version 0x30000 [ 2.310000] [scan_block] blk_addr: 0xc0000 blkseq_nr: 0x4f5 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x6 [ 2.330000] [TFFS3-NAND] scanning block at address 0xe0000 [ 2.330000] [TFFS3-NAND] found TFFS header magic at address 0xe0000, version 0x30000 [ 2.340000] [scan_block] blk_addr: 0xe0000 blkseq_nr: 0x4f6 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x6 [ 2.360000] [TFFS3-NAND] scanning block at address 0x100000 [ 2.370000] [TFFS3-NAND] found TFFS header magic at address 0x100000, version 0x30000 [ 2.380000] [scan_block] blk_addr: 0x100000 blkseq_nr: 0x4f1 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x5 [ 2.400000] [TFFS3-NAND] scanning block at address 0x120000 [ 2.400000] [TFFS3-NAND] found TFFS header magic at address 0x120000, version 0x30000 [ 2.410000] [scan_block] blk_addr: 0x120000 blkseq_nr: 0x4f3 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xa [ 2.430000] [TFFS3-NAND] scanning block at address 0x140000 [ 2.440000] [TFFS3-NAND] found TFFS header magic at address 0x140000, version 0x30000 [ 2.450000] [scan_block] blk_addr: 0x140000 blkseq_nr: 0x4dc sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xe [ 2.490000] [TFFS3-NAND] scanning block at address 0x160000 [ 2.500000] [TFFS3-NAND] found TFFS header magic at address 0x160000, version 0x30000 [ 2.500000] [scan_block] blk_addr: 0x160000 blkseq_nr: 0x4ed sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xe [ 2.530000] [TFFS3-NAND] scanning block at address 0x180000 [ 2.530000] [TFFS3-NAND] found TFFS header magic at address 0x180000, version 0x30000 [ 2.540000] [scan_block] blk_addr: 0x180000 blkseq_nr: 0x4e6 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xa [ 2.560000] [TFFS3-NAND] scanning block at address 0x1a0000 [ 2.570000] [TFFS3-NAND] found TFFS header magic at address 0x1a0000, version 0x30000 [ 2.580000] [scan_block] blk_addr: 0x1a0000 blkseq_nr: 0x4cd sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xb [ 2.620000] [TFFS3-NAND] scanning block at address 0x1c0000 [ 2.630000] [TFFS3-NAND] found TFFS header magic at address 0x1c0000, version 0x30000 [ 2.630000] [scan_block] blk_addr: 0x1c0000 blkseq_nr: 0x4db sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xd [ 2.660000] [TFFS3-NAND] scanning block at address 0x1e0000 [ 2.660000] [TFFS3-NAND] found TFFS header magic at address 0x1e0000, version 0x30000 [ 2.670000] [scan_block] blk_addr: 0x1e0000 blkseq_nr: 0x4d5 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xc [ 2.710000] [TFFS3-NAND] scanning block at address 0x200000 [ 2.720000] [TFFS3-NAND] found TFFS header magic at address 0x200000, version 0x30000 [ 2.730000] [scan_block] blk_addr: 0x200000 blkseq_nr: 0x4d6 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xc [ 2.750000] [TFFS3-NAND] scanning block at address 0x220000 [ 2.750000] [TFFS3-NAND] found TFFS header magic at address 0x220000, version 0x30000 [ 2.760000] [scan_block] blk_addr: 0x220000 blkseq_nr: 0x4b4 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x9 [ 2.810000] [TFFS3-NAND] scanning block at address 0x240000 [ 2.810000] [TFFS3-NAND] found TFFS header magic at address 0x240000, version 0x30000 [ 2.820000] [scan_block] blk_addr: 0x240000 blkseq_nr: 0x4cb sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xb [ 2.840000] [TFFS3-NAND] scanning block at address 0x260000 [ 2.850000] [TFFS3-NAND] found TFFS header magic at address 0x260000, version 0x30000 [ 2.860000] [scan_block] blk_addr: 0x260000 blkseq_nr: 0x4c5 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0xa [ 2.880000] [TFFS3-NAND] scanning block at address 0x280000 [ 2.880000] [TFFS3-NAND] found TFFS header magic at address 0x280000, version 0x30000 [ 2.890000] [scan_block] blk_addr: 0x280000 blkseq_nr: 0x4bb sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x9 [ 2.910000] [TFFS3-NAND] scanning block at address 0x2a0000 [ 2.920000] [TFFS3-NAND] found TFFS header magic at address 0x2a0000, version 0x30000 [ 2.930000] [scan_block] blk_addr: 0x2a0000 blkseq_nr: 0x4b6 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x8 [ 2.950000] [TFFS3-NAND] scanning block at address 0x2c0000 [ 2.960000] [TFFS3-NAND] found TFFS header magic at address 0x2c0000, version 0x30000 [ 2.960000] [scan_block] blk_addr: 0x2c0000 blkseq_nr: 0x4ae sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x8 [ 2.990000] [TFFS3-NAND] scanning block at address 0x2e0000 [ 2.990000] [TFFS3-NAND] found TFFS header magic at address 0x2e0000, version 0x30000 [ 3.000000] [scan_block] blk_addr: 0x2e0000 blkseq_nr: 0x4a2 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x7 [ 3.020000] [TFFS3-NAND] scanning block at address 0x300000 [ 3.030000] [TFFS3-NAND] found TFFS header magic at address 0x300000, version 0x30000 [ 3.030000] [scan_block] blk_addr: 0x300000 blkseq_nr: 0x496 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x6 [ 3.060000] [TFFS3-NAND] scanning block at address 0x320000 [ 3.060000] [TFFS3-NAND] found TFFS header magic at address 0x320000, version 0x30000 [ 3.070000] [scan_block] blk_addr: 0x320000 blkseq_nr: 0x48e sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x5 [ 3.090000] [TFFS3-NAND] scanning block at address 0x340000 [ 3.100000] [TFFS3-NAND] found TFFS header magic at address 0x340000, version 0x30000 [ 3.110000] [scan_block] blk_addr: 0x340000 blkseq_nr: 0x487 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x5 [ 3.130000] [TFFS3-NAND] scanning block at address 0x360000 [ 3.130000] [TFFS3-NAND] found TFFS header magic at address 0x360000, version 0x30000 [ 3.140000] [scan_block] blk_addr: 0x360000 blkseq_nr: 0x476 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x4 [ 3.160000] [TFFS3-NAND] scanning block at address 0x380000 [ 3.170000] [TFFS3-NAND] found TFFS header magic at address 0x380000, version 0x30000 [ 3.180000] [scan_block] blk_addr: 0x380000 blkseq_nr: 0x464 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x3 [ 3.200000] [TFFS3-NAND] scanning block at address 0x3a0000 [ 3.200000] [TFFS3-NAND] found TFFS header magic at address 0x3a0000, version 0x30000 [ 3.210000] [scan_block] blk_addr: 0x3a0000 blkseq_nr: 0x451 sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x2 [ 3.240000] [TFFS3-NAND] scanning block at address 0x3c0000 [ 3.240000] [TFFS3-NAND] found TFFS header magic at address 0x3c0000, version 0x30000 [ 3.250000] [scan_block] blk_addr: 0x3c0000 blkseq_nr: 0x43b sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 3.270000] [TFFS3-NAND] scanning block at address 0x3e0000 [ 3.280000] [TFFS3-NAND] found TFFS header magic at address 0x3e0000, version 0x30000 [ 3.290000] [scan_block] blk_addr: 0x3e0000 blkseq_nr: 0x43c sect_per_pg: 0x1 num_bad_pages: 0x0 erase_cnt: 0x1 [ 3.310000] [TFFS3-NAND] Initialisation successful, 32/32/32 NAND blocks active, fill rate 13% [ 3.320000] TFFS: tiny flash file system driver. GPL (c) AVM Berlin (Version 3.0) [ 3.330000] Adam2 environment variables API installed. [ 3.330000] [simple-profiling]:2 performance counters implemented, NEW_34K [ 3.340000] [simple-profiling]Enable Performance Counter 0 for Data cache load/stores (User Supervisor Kernel Exception TC-ID=0) all cores tc: 0 [ 3.350000] [simple-profiling]Enable Performance Counter 1 for Data cache load/store misses (User Supervisor Kernel Exception TC-ID=0) all cores tc: 0 [ 3.360000] [simple-profiling]Enable Performance Counter 0 for Data cache load/stores (User Supervisor Kernel Exception TC-ID=1) all cores tc: 1 [ 3.380000] [simple-profiling]Enable Performance Counter 1 for Data cache load/store misses (User Supervisor Kernel Exception TC-ID=1) all cores tc: 1 [ 3.390000] [simple-profiling]Enable Performance Counter 0 for Main pipeline stalls (P) (User Supervisor Kernel Exception TC-ID=2) all cores tc: 2 [ 3.400000] [simple-profiling]Enable Performance Counter 1 for Cycles (P) (User Supervisor Kernel Exception TC-ID=2) all cores tc: 2 [ 3.420000] [simple-profiling]Enable Performance Counter 0 for Data cache load/stores (User Supervisor Kernel Exception TC-ID=3) all cores tc: 3 [ 3.430000] [simple-profiling]Enable Performance Counter 1 for Data cache load/store misses (User Supervisor Kernel Exception TC-ID=3) all cores tc: 3 [ 3.440000] [simple-profiling]all cores:performance-mode (round-robin): cpus on [ 3.450000] {avmnet_cfg_netinit} [ 3.450000] [avmnet] No config found for HWRev 209, HWSubRev 1, Profile-ID 0, trying base config for HWSubRev [ 3.460000] [avmnet] No config found for HWRev 209, HWSubRev 1, trying base config for HWRev [ 3.470000] [avmnet] [avmnet_swi_7port_init] Init on module swi_vr9 called. [ 3.480000] [avmnet] [fix_phy_clock_config]: Could not read external PHY clock pin data from avm_hw_config! [ 3.690000] [ppe_eth_init] init_hw() [ 3.690000] [init_hw] ppe_hw_init=0xff successful [ 3.690000] [ppe_eth_init] ifx_proc_file_create() [ 3.700000] [ppe_eth_init] dma_setup_init() [ 3.710000] [avmnet] [avmnet_swi_7port_disable_learning] Configuring CPU-port to receive all unknown unicast frames 0x7b [ 3.720000] [avmnet] [avmnet_swi_7port_disable_learning] Configuring CPU-port to receive all unknown multicast frames 0x7b [ 5.180000] avm_pa: try to activate hw accelaration for pid 1 (ipv4) [ 5.180000] avm_pa: tx channel activated, pid 1 (ipv4) [ 5.190000] avm_pa: try to activate hw accelaration for pid 2 (ipv6) [ 5.200000] avm_pa: tx channel activated, pid 2 (ipv6) [ 5.200000] [avmnet_set_macaddr] Setup Mac Addr for Device(eth0): e8:df:70:68:84:d7 [ 5.210000] avmnet: avm_pa: register pid eth0 [ 5.250000] SQUASHFS error: Can't find a SQUASHFS superblock on mtdblock1 [ 5.260000] yaffs: dev is 32505857 name is "mtdblock1" ro [ 5.260000] yaffs: passed flags "" [ 5.290000] VFS: Mounted root (yaffs filesystem) readonly on device 31:1. [ 5.300000] devtmpfs: mounted [ 5.300000] Freeing unused kernel memory: 292K (80857000 - 808a0000) [ 6.360000] TFFS Name Table L [ 8.120000] led_modul_Fritz_Box_HW209: module license ' [ 8.120000] (C) Copyright 2012 by AVM [ 8.120000] ' taints kernel. [ 8.130000] Disabling lock debugging due to kernel taint [ 8.130000] [module-alloc-by-name] give 0x1a000 bytes at 0x81104000 to module 'led_modul_Fritz_Box_HW209' (0xbb3000 bytes left) [ 8.150000] [LED] use GPIO 6 for 'gpio_avm_led_power' [ 8.160000] [LED] use GPIO 5 for 'gpio_avm_led_power_red' [ 8.160000] [LED] use GPIO 34 for 'gpio_avm_led_internet' [ 8.170000] [LED] use GPIO 15 for 'gpio_avm_led_dect' [ 8.170000] [LED] use GPIO 0 for 'gpio_avm_led_wlan' [ 8.180000] [LED] use GPIO 35 for 'gpio_avm_led_info' [ 8.180000] [BUTTON] use GPIO 1 for 'gpio_avm_button_wlan' [ 8.190000] [BUTTON] use GPIO 2 for 'gpio_avm_button_dect' [ 8.210000] AVM_WATCHDOG: System Init UEberwachung 120 Sekunden [ 9.050000] [module-alloc-by-name] give 0x3000 bytes at 0x8111e000 to module 'rtc_avm' (0xbb0000 bytes left) [ 9.060000] rtc-avm rtc-avm.0: rtc core: registered avm as rtc0 [ 9.070000] [avm-rtc]: avm_rtc_probe: register: ret=0x8766d000 [ 9.070000] [avm-rtc]: avm_rtc_probe: success [ 9.280000] [ 9.280000] [avm_debug] redirecting kernel-messages (/dev/debug) [ 9.460000] [piglet]===== shared usage of UART (DECT and CONSOLE) - unusual characters s;▒▒ ▒H ▒▒ H ▒ ▒ ▒ ▒▒▒ ▒▒B)Nb&:,I*.R▒i▒H▒ d▒▒ R0▒0H▒▒6 ▒▒D▒ `DCa▒▒▒H▒▒(▒B▒'▒ ▒▒Lg▒ H ▒ ▒▒▒▒▒▒▒▒H▒H▒▒;▒▒▒▒or▒;▒#!▒▒$Ș▒ȘV▒L▒▒▒hh▒C▒uH ▒▒ N▒dP@▒▒0[▒*@▒▒\▒+D▒X0 ▒▒ ▒▒▒▒#▒ ▒ B▒*6▒r(Ș▒?▒0 ▒J▒Cc!$*▒HNX▒▒▒.▒▒!▒h▒0▒▒'▒▒▒(3▒I▒fH▒▒ *▒Bz▒▒(*▒▒.▒P,▒$x▒▒R▒&H▒$G!▒ ▒f▒8▒a▒4▒▒ ▒▒8▒BL,▒<8▒▒▒ ▒9▒ ▒82▒8▒ 8G▒▒▒8@▒ ▒▒8▒▒:▒(▒▒ 8▒▒ 8▒'88▒▒9▒▒(▒▒▒7▒,, ▒▒▒▒ ,▒ ▒▒▒▒▒▒▒(▒* ▒r$(,쩠<8TN▒▒0▒▒▒(▒Z(,▒▒(▒▒ 8▒ l▒▒% ▒)$H(▒8▒8_S▒,▒K+Du▒▒▒▒▒▒▒▒,5▒ ▒J*▒ ▒ ▒▒▒JN▒k@.▒▒▒v^(Y▒▒▒N▒▒!▒ ؁X▒R▒4y▒▒▒B▒V▒ ▒▒▒▒H▒ ▒ b8^$▒ 60▒ *▒▒=(N/▒X▒▒9o▒▒X▒▒▒*X▒U@i 8▒6(▒▒▒P▒;▒▒▒▒*;▒6BRH▒T▒Ж▒*'F!▒@J;▒▒▒j ▒P>▒▒#▒▒@*▒▒▒F▒▒*▒BI▒M鑀|" ▒▒$▒▒▒▒▒▒▒▒F▒X▒▒▒▒ ▒R▒c! ▒▒( ▒ ▒ ▒f▒ʿ▒̑▒ٞ!*▒ʖ4>(6.J▒▒,▒!▒",▒▒"8'▒▒▒▒▒+JYG▒▒▒(▒K▒▒-*y ▒▒(▒X B舨 ▒x▒c▒▒ ▒▒▒ ▒|▒ ▒8($ ▒A▒ ▒) ▒▒▒A8& ▒=▒▒▒J▒▒8▒=$▒)|▒ ▒▒ J▒!(▒▒=▒ ▒▒▒▒(▒▒a▒ ▒▒▒▒8b|▒+H)▒)}▒ ▒ H▒▒▒ ▒▒▒/▒l▒47 ▒ ▒▒fB2▒> ▒▒ 8▒▒▒D▒ ▒a▒▒ F▒▒HT▒h▒M%▒I▒, ▒▒:▒@▒q*▒9P8▒tzMIX▒▒r▒HP▒HV(▒P▒V!▒▒HJ^H▒▒!▒▒OPiX▒▒ ▒ j▒▒▒y[B▒i�▒▒▒yZ▒C▒@▒S A▒ ▒▒jx▒▒▒▒uR▒/.m▒B▒hz8▒▒x▒HJ8▒▒▒ ▒▒▒▒%!▒▒?▒<x▒V▒B▒H▒ F▒ (0▒▒%iX▒* JɈ▒▒▒)▒▒ )j▒+▒-^W▒1Y▒+̌▒ c▒▒)@▒h▒▒b▒▒1Y▒h<Z ▒Y▒▒25▒w▒▒5▒S8sh▒+▒r▒▒H*▒h▒▒▒J8▒-▒▒▒ ȩ▒▒7H8p▒▒*▒8▒ ▒ D▒▒ Nң▒`▒? 0?▒0!)▒ M▒▒▒pN ▒y!l I ▒3▒]?▒"▒▒D▒▒▒▒▒▒)▒▒hLRH▒▒▒▒ܒJhz ▒t J Nj▒▒▒ S/▒v▒(,▒y▒▒▒▒▒▒ RIm▒̯▒J▒/܇zz▒▒z▒q̄▒▒▒▒m▒//▒▒m▒q▒NNJ8* ▒R▒*).▒y▒▒qB▒▒)։▒j8▒▒▒▒L+ ̄x̀ L+▒N ▒▒ ▒Nx -▒̬M▒n▒)O▒X+▒ -▒͂ jL ▒-΄@ HLVc H -ڌ@rN▒͹▒nϓj@▒ \[@c@ ▒▒0O ▒!▒▒ ▒ H ( ▒h@ ▒▒▒ ▒ ▒=▒ ▒(y<(L8JBCE+F8!A▒(▒HʌD3▒l*▒;|▒(V▒▒ AH ▒▒ ▒L~A)h,80HR▒F f▒▒l▒,▒▒▒▒▒ ▒&);▒^r▒(|(\▒▒▒d ▒1▒J ):▒▒▒▒▒I▒+|I@8!8 x#▒ ▒▒ -܌▒▒▒\▒ON▒j▒▒H▒˗▒"=(▒H▒▒ y▒)▒▒▒̈́▒▒▒▒j:RNj?!▒ 8$h▒▒▒▒ /▒▒P▒▒▒▒ f X:▒'▒▒(BR▒I▒8O 2▒ ▒▒7,▒K▒$▒▒I▒9L▒ ▒▒~2▒xP1▒(KH▒*▒▒,0▒▒▒▒▒▒P▒▒"▒ ▒>8▒.▒▒▒>+▒z`9d ▒,HD▒▒ Ă▒b▒H J P▒R LNH?▒@▒'x▒@i▒9▒@I▒Ĩ_hJAE+)▒ B▒▒▒H▒ ▒▒ʬΤ▒D ▒h\▒▒▒x @N▒▒▒▒ ▒ ▒!AH*▒SP ▒B ▒▒]▒J▒!▒HR▒▒▒▒f▒IJy-▒HNψDH ȓI▒▒H▒▒|▒19▒r▒▒▒▒▒▒sa <▒▒▒▒▒D▒飘:B▒x$▒▒p▒D▒N8▒N A ▒C▒▒▒ ▒#J`+Ȥ▒▒▒▒ܮ▒10g▒!▒R▒▒▒f▒x▒▒0 􊄅▒K▒▒P X~A▒▒▒@^▒▒ ▒ ▒ GI▒▒]▒▒▒t)▒G f▒h"▒,▒ ▒▒I▒`ޅ^▒▒ ▒!? ▒▒x▒▒▒z¹▒▒▒a▒)▒)&_▒+AR▒Y▒▒▒▒H^▒▒JL" ?a▒r▒▒▒@▒<▒ ▒▒▒▒.▒!▒I▒S00▒▒0*▒▒▒▒T▒.▒MLX▒0J▒O▒B▒▒:8s' ▒l@▒29.▒▒▒`▒e@▒ ▒▒.▒,N▒▒▒!A L▒▒$▒]▒▒J▒ |▒hh▒XK"V▒ a▒5 i ▒) G▒V▒▒h▒) jY▒Y>U ▒VHkF▒hH ▒ z▒*▒ H ▒Nn▒=▒hr▒p▒H ▒▒LAr|▒. ▒!h▒# 9 ▒▒D ,▒▒kN▒!X=▒/▒▒▒ ▒D *2y▒N▒▒▒:'▒tA▒C▒ 9;'!▒▒)H ▒▒▒ZO~}D0)<▒D▒ @▒@FN ܗ`▒I▒H▒.▒▒ HR ▒H?6▒ )f▒>^.JB▒z▒Ħćya▒1M▒▒ ▒J( L▒! ģ▒Wd▒h▒▒)jb▒?-BC:▒!.Z▒▒▒@▒#<rBI▒L▒@▒1▒▒ ▒▒▒0&j▒ |▒n$▒Z<:▒塋▒ą▒▒▒ @yJ▒▒)H/Lu i▒: @!▒r▒",▒▒/);▒▒▒▒▒Pf▒▒▒%(▒▒J▒ .vy~F▒Z8LzB▒▒▒▒N"▒@LR▒@1▒▒▒▒+▒ ▒▒n$L▒▒4 ( B#▒ J HBIH▒▒▒xX▒▒*▒״▒9▒▒v▒)H ▒ @ z▒ .▒`)▒▒▒r,*f0Vv▒%(L▒xp�^▒▒▒▒HpNJ▒▒C▒▒▒Oq8y ▒Q▒ ▒ x▒]▒Fֳ2A_$▒u\(▒Ҝ&^x▒ 9N!=^x @ ▒@ ▒N▒LI▒!bY@j▒▒ JX%HB B▒ Ko▒iBB*$_0'▒7 ▒lɃ▒▒:▒▒▒!-▒x▒▒▒ ▒▒rZ!▒▒▒0ʈIL▒F▒▒▒2▒_▒▒x4▒▒>▒▒▒rN ▒ތY ▒ ( ▒ʤ▒HN▒▒JG$▒▒▒▒▒R▒▒ ▒9 J▒▒ ▒@a▒▒` H @u▒▒r▒▒▒&Zn▒Z▒▒▒▒'▒▒▒ ` A▒▒�9▒<▒▒: ▒A ( ▒▒▒A P▒9z▒▒(▒h?▒▒▒|▒ ▒▒(▒▒BQ?▒▒> ▒▒▒▒H▒8 $8J$▒▒^▒$▒▒▒▒▒▒ ▒1▒b.:ȩc▒▒▒\:9<▒▒>~▒▒▒▒▒▒8g"1B9%▒▒▒▒▒H^zR▒~0▒▒q?cx v▒4g?▒ʠ▒▒I'▒y▒g▒ L0YCH▒ y@▒^▒ ▒(! ▒▒▒▒▒▒/ /▒g,▒▒y=▒ژ▒ ▒D▒▒▒▒'▒< 9zB▒$>H.:{0LiR▒` ӄ{B ▒ ▒▒?0▒ ,H▒`I▒*9b_ ▒H1MJ▒l * >R▒▒▒\ ▒|▒^▒▒aI▒H>8▒▒▒▒H▒,▒r ▒?B#▒'ML▒R3 `/▒p▒L8▒▒^m_▒▒▒1▒▒hHH▒<▒▒▒▒N▒▒▒2▒(^▒▒▒▒RO▒B▒▒ J~@▒▒▒ ,▒ ▒ڍ|▒▒ ▒k▒▒▒@N ▒.▒Dl$0▒%▒lL▒d▒cH▒)J▒▒@▒(>M▒▒̎D▒0▒▒▒H▒D▒̎z▒▒0▒▒▒b▒▒ ▒▒谿|HD▒▒ ▒;▒▒8H▒▒ʈ)▒ #▒L▒▒I▒3b$▒▒pLd,▒3 `▒IJ▒▒,Hz▒▒ 0H▒<;J!▒<!C▒^▒▒@`s ▒H S▒▒l▒Y▒ ▒y▒R&1 lNLlt$s▒B ▒B▒▒Ln4Z▒ ▒H1MJq,▒C▒b? ؎&J0l▒%▒LH▒ȅ`4▒▒x▒▒\$;!"<@ ▒ ^ZN▒▒▒▒x▒F▒▒DOL▒)"▒▒▒!+▒▒R @ @▒^8 i▒▒@▒▒o▒▒ |▒I+▒ O▒▒▒▒▒▒▒▒4▒!ho▒Jhl9Ӆ03 ▒ ▒▒4V▒▒J~▒:▒▒/H▒=i▒▒ ▒|▒▒▒ۀ ▒<▒ -R^ ▒Dq1 ▒B▒ ▒8▒F▒r▒D#▒, ▒`▒B<▒ ▒▒b▒ (▒▒<▒#R▒▒m▒▒Z▒▒^8▒▒▒b▒R▒Z▒▒▒/▒u▒@▒c`Z# ▒▒▒pB▒J▒{ l3▒▒8▒ ▒ 44t▒Hyw,▒▒& ▒+)▒_:Lrr▒Ȉ▒_:L▒▒▒▒ ▒▒ (▒)YL▒▒Vh"saΣ▒ ▒▒N▒$8:▒▒▒88▒!H▒8 ▒▒w▒'▒" ▒▒!R▒▒l n▒^▒s▒H>▒▒̤!▒▒@ f8a{H-B9▒▒8 ▒▒▒<▒ ▒▒G▒x▒▒8Q>@▒.▒J▒▒▒D▒)>%▒▒▒▒f(J▒B&▒! ▒ ▒ ▒▒▒▒▒ؼ▒2▒ &a▒▒J▒▒(▒|8▒G8K>*▒▒aLK▒@a▒▒0▒ J^▒^@▒▒3 i >▒▒▒ ▒n▒Ff8 ▒▒/▒▒▒9▒▒r!&▒SHi ▒ʄ▒▒6▒▒JYv▒/▒~▒ ▒▒▒▒.▒▒I ▒ <▒▒▒y▒▒▒▒)▒K ▒)X▒▒▒▒▒1▒+/A▒A▒▒▒9k▒Z▒▒S`A▒H<▒▒ ▒'NNF ▒▒м)X6▒▒ ▒$ 3▒y▒;(h▒(D▒A.iY▒ҳ)\(▒= ▒j^▒▒K`-Xr▒▒H`.P ▒S▒ ▒A▒' )▒▒X ▒▒▒!JȨ$▒(2▒▒ >9#▒ ▒ZȰ (I▒N) X▒ȥ▒M▒{▒'▒S▒ؔ▒)▒x0Jx> ▒)▒kI▒y@▒J^▒▒g<x▒▒▒0#▒▒&▒y▒▒ ▒9▒▒),▒( (J▒▒**▒"* P▒%▒3▒ ▒`▒▒, ▒RD▒- ;H▒▒! j-iLLL il▒l▒, 8l/▒?▒|Ќ▒"▒!▒▒,xʄ8'0#H▒pL▒IXrB)▒ ▒ X`D *hH▒* c▒▒ "▒ 1▒Q?T!o)Ә ▒D{▒[R<▒j▒▒Ji3▒ VJVB +▒:▒▒ zgI▒M▒▒p▒p▒(▒ υR▒Z-▒)▒▒R PG▒x (?1▒lI| ▒▒▒(▒▒ ▒J▒x)o/NF▒ `▒8▒>p▒ b ▒▒▒@▒▒nj Hb ▒▒▒`▒@njHb ▒▒▒@▒▒bO0▒▒X'▒9:(▒▒▒X7!▒▒ : ?H▒▒ ▒▒X'▒▒9:▒▒▒▒RRR▒▒xc<▒&=▒▒ ▒(d▒▒▒ ▒"▒▒▒ X▒▒ h` ▒▒▒p▒`p▒▒▒`▒▒0▒> ▒▒▒8 ▒▒▒(aZ▒!▒%F(Y▒v▒▒▒&"hj▒▒▒h ▒▒ ▒DF ▒h` ▒▒▒p0▒K▒9؈Є▒hAX▒Eh9X$E▒e▒8 h.▒▒1hϨ▒▒*▒ B▒▒▒ ▒▒�▒ -▒p ▒pX B▒ ¦▒▒▒▒▒▒4▒▒8▒F ▒6 ▒"F D▒▒▒ ▒!@'▒Do7 ▒ ▒@bDX b▒▒▒h▒ ▒▒▒▒ aP▒a1P▒▒▒ ▒▒Y▒▒▒ "y▒$▒ I▒1P▒▒▒▒▒▒▒▒▒ ▒▒▒yP8▒aP▒▒▒▒B▒E9▒▒▒▒▒▒Y▒i▒y▒▒P$▒▒P▒▒▒▒▒<▒▒▒P$▒I▒▒▒▒▒▒ ▒(▒▒▒P0▒ɘ▒P▒▒▒hd▒l▒°▒l▒▒ ▒XK▒A(xJ▒D Z ▒& 8▒)▒HB▒(▒▒8▒ 8(D [▒(▒(0 ▒(80 r▒.▒▒l▒▒▒y▒H~▒▒▒̀݀▒▒L▒▒ ▒!▒ؿ▒▒▒▒▒▒g▒▒ ▒▒j ▒ 8z▒▒▒▒▒x▒(;▒▒▒cK▒S▒▒▒▒#)N(!▒#▒▒_!▒LJ▒▒▒▒▒▒▒#>HJ. G▒▒ ▒BG▒H ▒▒q▒▒▒V▒▒▒V▒Ќ▒H▒▒▒|▒▒▒<>H▒~h▒▒8▒c▒▒<▒▒x▒X▒▒r H▒I x▒▒▒▒▒▒▒6IO-▒y▒vh▒▒: /H\▒e=▒▒0쬹0▒jΈ S ▒ ▒ ▒▒J▒▒@▒▒ ▒▒:z▒▒▒▒▒=▒v▒.0▒jΈ kS▒ kR^▒▒:?L(d▒0▒J6I▒R.▒#▒LH▒*▒I▒\y)▒:^ ▒z^JL▒▒ VO<y)▒:^ ▒z▒)▒ yy▒0nX▒▒J^ߛ▒yi▒:^▒znZ▒▒▒▒܏▒▒▒:^*▒znj▒▒.ܜ/^▒y)9:^PM@J▒▒▒▒▒▒▒K|0^J▒▒JhD▒▒▒ :j ▒+0▒▒! ▒\ZHם (Z▒▒▒! ▒JZH()Hi ▒MZTh▒▒I▒▒▒އ▒ڇ▒▒8?D▒▒▒▒ ▒I ▒ ▒▒H ▒ ▒H▒ǀ{▒ n=▒▒M▒▒▒*▒▒▒▒L▒JJm/z▒ ▒▒L^▒R▒J▒Jש▒▒J▒▒ ▒=@F_Jש▒▒J▒ m_▒F▒▒V+ V#WBj▒V5M/▒▒Y▒▒▒Yڞ▒V#▒Z\)▒▒Z-▒▒Y▒▒▒V=M-sꞷϷ@ J▒|▒-G▒N>▒▒▒ ▒▒h+L▒▒7▒#ڀ▒▒[▒h▒▒▒Q▒#)^@▒▒▒&▒KH▒R▒N ▒▒▒F▒▒▒▒▒▒(HɊ▒▒▒▒▒))hy rz▒r J~▒▒N▒+ZNʅ)X▒▒▒,▒▒H:▒▒▒i▒▒ S▒"v▒▒Zq ▒▒▒G! _;>(▒▒▒X~▒H▒l▒SL إ▒~▒▒+;1▒▒▒▒▒H.▒N▒ l▒ㆽN,▒~▒▒▒▒▒▒▒▒h▒▒>▒▒ ▒▒ ,▒▒▒▒ܐ▒~;▒x▒▒8▒▒ݏ▒▒X~▒ !▒▒ x▒,KHxxH▒\B▒ ▒!▒h▒ )▒L▒N"aF!▒▒ Ȅ(R▒ ▒x▒▒▒▒M▒▒▒▒lM▒`h h ▒R▒▒>▒JM ) غJM ▒ h▒ -8▒H ▒▒▒▒n*▒_J~▒▒j)▒=:▒ VH▒ ▒!J▒c▒|(<Hh▒▒▒▒▒H▒▒N▒^>▒▒▒$X2[▒j▒▒F8B▒j ▒▒Oބ▒j▒9▒b-▒̜▒h>D▒Ll>HjL▒▒▒[;▒▒ l▒h▒ ▒▒Og▒▒>=▒▒̹▒▒8▒{HL▒▒▒ Z▒ | ▒▒z▒x▒}▒▒nX▒h▒{X▒h▒X▒i▒V▒▒J▒▒WX ▒\▒<M▒l▒▒▒M▒▒\▒▒|K▒ ▒! ▒BoJN▒!,▒ƗbKB▒a▒BXD>(▒▒ H▒▒>▒▒L9▒AL▒O▒ <F x▒▒F▒ I▒ȯ▒▒r▒BJ▒H▒J ▒?▒▒!▒▒▒▒▒▒▒▒▒8i▒▒▒Z>rZk▒▒h▒i▒χ#▒▒B▒JHJz▒ J▒▒ ▒I(̥ ▒x▒▒ ▒R▒I▒I▒HJ▒H▒ J▒Z▒ H▒Jx ▒xL▒ ȉJ▒▒▒▒ ▒B▒▒F▒; z▒ ^^▒J懶▒H▒ IʦW ▒>*▒M▒O▒n▒H▒▒▒▒HJ▒▒▒H▒▒▒?▒*▒*▒)HH▒^▒,H,▒ ▒ ▒-lh hH▒#▒▒▒h▒H▒HI▒H▒H8▒I▒Y˪▒▒>( h▒▒pH▒▒J▒▒▒LH ▒L▒▒8▒ ▒v0 ,~ ▒ @▒▒▒v▒▒B▒H▒▒▒▒▒m▒▒▒gLRH>SHHz!Nʄ▒L~*▒ s,x/@+>UQ▒.▒8▒Yr▒c ▒0▒~▒,8▒▒^#▒▒!▒{▒▒.▒8▒ v~8"▒\▒ ▒▒▒N▒i▒.▒Yr▒v▒z!.▒W!▒▒4)!^:z ▒▒Hp8▒▒▒c#▒▒▒▒x▒r▒▒▒zn . ▒f섅 ▒▒i▒'J▒:▒(J▒VD▒▒DH▒▒▒<▒▒▒^ ▒▒▒▒ ▒O▒▒▒▒▒*▒̧L▒ ▒▒߀▒iZ▒H #!▒ ▒ J▒8 8▒F▒ ▒0J"R▒▒ *▒l M ▒▒▒▒7/F▒▒▒▒▒▒h ▒I▒heR▒▒▒▒0J▒0▒HRFH *▒S l▒˸<zH▒ ▒ '▒▒▒▒8▒ ^|▒Z▒|▒▒▒▒jP▒H▒mG▒H▒▒▒H8R▒ȧ/ ▒_(▒ ▒HH_▒▒▒▒▒ ▒L, ▒ ▒▒▒▒G▒▒H ▒▒H▒^! ▒▒H▒▒▒c▒}▒ ▒▒@▒▒▒▒#):▒/Z^▒▒a ▒▒▒▒<▒▒$▒▒ ~a[8▒▒h▒#▒N▒}X2ڈo▒▒w?▒8 ▒xcb!Ȥ▒KH▒?¹▒X▒Y.▒X▒I:>/.▒1o ▒▒ 4j▒8H< 4▒4▒ J▒ .zjH*H.s▒▒H-r▒▒0H8 HL ▒>s ▒>x( Jx▒=^$ ▒[▒▒-,B▒>▒RN>▒▒+\▒\B!▒▒B "▒L▒▒ {ZXI>JIZ▒HJ▒'X▒H▒j▒▒+▒▒_▒4K'x▒o ʥN▒ ▒▒:.▒▒[▒Ȕ▒▒ >▒B B"BBBBZB4倽8▒4x<x▒▒▒!B▒ l▒ <▒▒ ▒i▒|j▒+ ▒\▒N ▒Jb)▒ ▒=j▒▒▒▒▒B▒▒<▒ݸ\H "▒▒B▒B▒▒B▒▒gH▒;B▒▒▒^ZB▒8▒8▒▒@▒▒4^▒/▒▒l C̹B < ▒8▒▒▒_▒▒▒RB޼▒"▒▒▒܈[4▒▒4▒h▒8▒▒B▒H?x ▒H>▒O0▒I▒0 x|Y^ X▒▒M▒0 *.(N▒▒J▒0< 0▒0▒j▒▒9^(▒`~la▒▒▒0H▒ Z▒▒#▒)!▒0 ▒ ▒( ▒ ▒!▒*▒DZ▒#▒H▒əK ▒▒▒▒ČM^N▒ ҩ<!!!9▒▒> ▒ά4:▒ S̸#l= + ▒▒XJ>mV▒0 [ mV▒c▒▒ ▒<(▒▒zr▒▒▒{r▒▒▒0Jn▒▒ ΈX▒ ▒▒d M>)▒ʍi▒0▒H* ▒j ▒E4▒▒▒▒▒0▒▒▒▒9?l▒̈▒!▒^▒▒▒*H^▒`~X 0 ▒▒▒B▒N▒4 J▒▒ N▒▒▒▒^▒X▒▒▒▒▒▒▒,RL▒$▒(▒^ ▒Y ▒▒XZ▒▒ ▒]▒@ ▒R▒0Ą(?YA▒ ▒_Z▒▒▒-▒▒▒▒B&y▒▒1L▒" @B▒y▒▒ Ix▒ ▒ Ҋ!▒N▒>< H▒▒h}C▒▒.݋8R▒▒▒H ▒0 J▒x▒▒▒▒ 0:▒.XH▒S▒▒▒¼@▒oJL▒z #I▒<▒"CH▒9▒X▒▒ ▒▒▒L▒▒΄^▒lKHJJ▒▒▒▒▒l▒▒L▒4▒▒ ▒LQM▒{B▒▒dLJl▒▒> ▒>▒ ▒▒▒̆H،!.▒▒!k,x ▒ <▒ ▒ !L▒!▒V- ▒~▒ ▒▒SNHH▒~▒▒▒L^+ ▒;▒▒ ▒>▒$▒▒▒#܈H▒@▒b▒▒#F▒ ▒>J▒▒▒1 !▒J#▒▒H ▒BH@▒Y V[?▒K▒| ▒ J"L+▒▒▒*N▒iH▒▒▒ ▒ ▒▒HJ▒▒ ▒J▒ȼ▒▒B_▒▒ ▒ ʄ{▒▒▒\▒▒JH>NpJ▒▒ ▒▒ ▒▒" >▒▒▒B▒<▒d▒XX ▒)^P▒ȈM▒Ԉ▒ ▒| ▒\▒▒!N▒▒ʉZ▒▒▒Bޜ▒▒▒▒ Bޜ▒▒\ ▒▒J▒▒R ▒▒X▒ >1y▒ L> @Z▒bm L>L▒H▒▒0▒!▒ ▒[,x L▒| <▒▒̅]▒^H▒| l▒H▒J ▒ȟ▒RH>▒X▒▒▒▒NJX ▒ ʄvH▒;܌ ▒% #!▒1▒ HHX S긊▒hI▒▒I ▒q8▒|▒▒▒ >▒<▒▒ i!ނ[▒J\▒▒ ,H> B޼▒>< J?▒K K▒>▒▒R▒▒b+ ▒>ʄ ▒ *X▒Z, &▒B▒|▒BT!▒<▒HLw8H▒▒▒▒Hz▒ ▒O n ▒Kȭ▒▒Ȱ!▒䰰!Ȅ ؈k▒.▒.▒J▒ ▒Z HH :B,| Lo▒▒X ▒▒ X▒J?. ▒j▒HJȺ9 ▒a'X▒ J▒▒ZZ▒ ▒'h 4▒ >"=▒_▒\ F▒!▒▒▒y!}▒ ▒J> 싈*▒,sx ▒̥▒ ▒.▒(▒ M▒▒\xZ'▒▒*▒O@2fR▒%!▒/(▒z8H▒Z▒J▒▒B▒▒▒/LN▒ HJ▒▒▒▒:(▒"B;HZR?l▒B▒▒▒3",R▒k3 k;▒▒Ȏ?▒|?▒▒▒▒C▒▒,Ȏ▒X▒,▒C▒▒Ȉ3P▒q▒▒,H▒q ▒lH▒▒▒▒^▒▒▒?K▒H.3J▒B_ J I▒▒ I▒H3J▒▒鈅i▒Zx▒▒(▒ ,8▒\HiH7▒▒▒)▒▒7K8▒▒|▒▒▒7J▒ü<▒'B ▒ J o▒A!l▒O▒j▒ :▒nnZ▒:▒~▒9@▒1 ▒▒+▒▒ ▒▒ ▒DH▒쇁▒▒▒"X>▒|M|oH▒▒ H▒H▒▒ZX▒▒yJ.▒9xL?▒,▒# 8+▒▒▒▒ ▒▒ZJR▒H)▒6H)▒ xX#H▒ L>x▒H<ȜB▒L> ̤▒p c▒ZJH▒*hX▒ !jP▒h▒)H▒H *H▒=▒H▒H▒▒j▒*`▒▒]▒{N▒n▒8▒ ,▒|▒▒▒>L▒ZXȈ▒B_▒▒l▒ ▒▒FZX ▒JL. ▒<CL, ▒▒ yBO▒HBJ▒H▒▒▒▒X -▒C8Lm9▒ ▒▒"Ė▒ ▒e▒oj h:Y▒Y4 ▒B ▒▒▒,▒▒F▒▒▒▒Z▒▒Y▒h._▒▒H▒▒▒▒ai▒'X▒▒{눇H @▒▒"{c▒▒?▒▒H |▒▒+O▒L▒Jw▒ćJBX▒▒L▒J ▒Bo▒B?▒ B▒▒H▒▒|▒▒o▒ZX ▒BB M▒B▒;8L▒▒( ▒▒ L2#▒▒z▒i▒J ▒JX aBP▒!BO((▒▒L▒ BW▒▒▒n▒▒Bo▒8H▒ ▒k▒▒B▒▒ 4▒'▒,BPF▒½▒!▒▒XnZ▒ބ 9 ؄s8H▒v▒~▒4.X▒▒:.> |$X▒▒:.l▒<BO~▒:NH▒ RȢ▒▒▒ xI ▒_▒▒O*▒+ J▒x▒XXL▒▒OXX▒▒N▒Jhf▒X ▒BA▒\▒+▒<▒h▒ ▒#Ȉ▒B O▒H4▒J▒D▒ ,▒\+|▒8▒JX▒O ▒ Hn0Fͤ▒ ]#a▒+▒4▒``Ո▒▒H▒▒"<▒▒B▒▒▒▒ji▒,J▒?▒▒ ,▒JHoJ▒ ▒8▒BP▒[▒▒ )▒H 4^ ▒ L▒ ▒Dȭq▒R▒Px ▒B▒"▒+▒)5▒B|▒mB▒\▒j ▒J▒▒▒KL▒|~▒▒l ̼▒$▒X #BP >J▒j ▒J▒▒▒KL▒▒~YL▒,▒i▒)▒▒y▒B▒▒▒R▒;▒N▒`K▒▒;N▒)▒▒<▒l▒▒▒:K▒▒+ B\.'Bs▒LKވ o▒z▒h▒x▒B ▒▒▒B rL؄BLV▒n▒L▒▒▒ ▒<B8▒▒ +▒▒!="\▒ B▒L J▒ >▒oJN▒ 0L ߼▒.▒▒▒I0L ▒ ▒ ▒h▒]▒/)P▒▒▒▒▒tb%L▒ ▒Iz▒h▒؜▒ xN_▒)▒J▒▒/▒▒B\▒▒(KX a▒(J▒▒s[▒LJ▒-K▒{ΈK ▒X /,?▒`▒▒lR▒`)▒▒J▒=▒▒ 9▒)▒▒▒▒<▒!9>|▒- B▒▒K▒) J?3_LHq J▒\ʌ▒▒ʄ▒Z▒ބ▒J▒K▒Yx▒▒Hnj▒%▒ ▒<9l l▒~r▒▒Мτd▒▒|▒▒▒\▒▒ ▒T ▒ ▒ZX▒> IB▒B▒ ▒ >▒▒+▒▒o▒:▒ ▒ n▒@^▒▒K▒ ▒▒:8H*▒X:▒>D *J▒ ▒▒,▒HO▒▒▒▒ x▒@<!▒J▒▒▒0▒▒▒ɈBO*▒ ▒yXX▒@▒RDXÆ▒{▒IF8H▒B▒ ▒▒▒J▒B▒▒▒▒ܮ▒▒}▒▒0<▒▒▒▒▒▒▒ 0▒▒0▒▒ ▒▒ ▒▒▒▒J0 ZR0▒▒J▒▒N▒▒▒▒ H▒ZX (▒) L▒܈Z$▒O▒){▒B ▒R▒>▒x▒x▒i ▒z ▒@ L8 ▒▒▒rY▒X▒X▒Y▒▒X▒I▒.J▒▒9▒ ,p▒<▒>▒x~▒<▒)▒L▒J▒▒H L▒▒▒}▒ ▒▒!XNN▒▒▒▒▒ `▒▒Y▒I▒J(▒9HHZ▒▒B ▒.▒%LɈ0,x▒JF▒H ▒0▒ ▒H7!▒▒B▒7BȉX>(▒ ▒▒8▒8▒ B▒Bs@▒RB▒▒▒HX▒8 7B▒▒BȨJ▒▒▒ B▒▒▒▒▒▒ B▒8 J▒ 08 "B^H▒H▒▒xX 8 ▒H▒ި▒ z#!^▒▒ R ȉ>J>▒8▒▒>▒▒R@J▒▒ <▒ ▒▒0▒▒▒H▒)Z▒▒▒H▒▒<|:▒▒>▒5)Zn@ȥ nʍ▒!▒ ▒▒▒H HB▒ ▒h▒H▒ J▒H▒Y▒▒&▒Y▒YʄJ▒▒▒>▒ ▒▒x^ &▒▒ ▒▒x ▒ ▒▒HJ^v)})▒▒鬮(n J▒0?▒▒▒▒x ▒▒▒J▒0▒▒J▒▒▒0H▒J0▒▒JHJH^▒ ▒▒▒▒K H#▒▒.PH▒H▒IH▒j▒nSP).N V▒K▒ HK H▒▒)▒J ▒▒^ ▒ <o!jj▒@▒▒ ▒H ▒ .▒▒J J▒▒ t#!z▒%▒▒~▒n ^ ▒9▒▒C▒▒▒ ▒JK▒▒▒IHz▒▒▒j▒▒▒▒▒ ▒x▒J \▒▒▒^▒▒J!j▒~▒x wXrZZ▒▒▒▒{N▒+z▒ ▒\ ▒▒K▒ ▒ JK ▒K▒▒▒▒▒J▒#▒K0~▒NHʱ)I!yznx^k▒▒yzJ▒▒'I▒▒J▒ħr(▒▒Ќ▒zJ@J*▒ ▒▒Z▒;Jy+z!J▒j▒X▒$a▒΅▒I ▒J▒JNHz JK▒x▒▒x▒▒▒劇(▒ͥ▒▒▒J *▒H▒:▒ ))▒▒(P▒ ▒`1▒Bv~B(H▒BH▒▒ F▒@▒▒▒e▒(H)▒oH!(Z▒KHij▒xΘ▒~▒g ▒ ▒ ▒HF ▒x#▒▒▒▒x▒㴜▒K▒▒▒▒:▒ZN*▒▒ ʇȨ▒@▒▒ ▒▒▒▒▒▒ ▒▒7J▒J▒▒▒h▒▒▒J▒a▒▒?▒z▒X>Z~*▒▒▒▒▒*▒▒▒▒▒̈>B▒▒ ▒ ▒@*L▒Έ ▒ ▒r▒▒!)@▒▒vON▒▒o▒▒▒▒x(▒▒▒Hˌ8▒JH▒▒▒▒▒▒썊▒( p▒▒▒▒▒(▒▒H?▒(H▒(H鼾;▒J▒-▒ ,▒|▒h▒▒▒ ▒▒▒▒▒|▒c ▒▒,▒▒<▒▒yN▒ ▒▒~(|▒Q▒▒▒▒[9zc ▒V▒ޜ▒Μ ȏ▒ ▒▒::▒▒V▒>▒▒X▒▒▒▒ތ▒<▒$▒ (▒▒9▒(▒o▒(▒(_▒y+Y9| H▒▒۹9▒kH▒*D▒h)l▒H▒▒h▒ ▒H▒IHh▒▒+▒▒\▒▒▒▒▒x▒|▒▒▒|▒▒▒▒t▒G,I▒ʈH▒H▒H▒▒" @ ▒I▒▒▒h▒▒▒▒▒<▒ܟ+\▒G▒▒H▒H>▒ ʆh▒݄ H▒ ▒HHH▒H▒▒8h▒▒ڈ▒x▒0▒B▒I▒▒▒nh▒ LH▒▒h▒H▒▒HN▒▒▒8 ▒?▒B ▒R}r▒|׷▒▒_▒▒▒|▒h▒H▒<▒ H▒▒▒▒▒Y▒▒ J▒8 l%▒HLʌ▒脦I▒▒▒▒,▒▒YJ ▒) H▒ ▒LB\؇H▒+▒ ▒▒`▒ H-▒▒▒S▒▒▒▒@▒▒@▒▒▒▒▒H▒▒*K^▒F)K▒ FZ▒?@JY▒F)▒▒▒T▒FV▒▒HHX* ▒▒▒@▒BXKh#▒h▒~▒▒▒I▒H ▒▒▒▒hh▒▒X ▒~▒▒I▒ˆ▒.▒▒L▒9▒▒▒*ؼo▒▒ H▒?|▒h ▒ ▒▒▒IJ▒Q▒\▒K▒Z▒HN▒$▒F▒x▒▒▒(I< H▒I▒܈ F▒8▒*▒▒▒Nzhʡi K▒Z▒▒▒▒ ▒=▒▒j▒*~▒▒>▒!▒▒ ▒▒▒▒%Χ▒*(▒H▒X▒X▒▒(▒▒▒<▒a▒|▒▒<▒;▒▒▒D▒▒▒▒J▒I\▒▒▒#▒▒▒* BL▒) r▒▒▒}▒\▒uJa▒▒ ▒▒"~5▒) ▒▒ *8▒G~▒H J▒ʈ ▒#▒*h<▒8▒Hx▒ ▒▒▒▒&vA▒(▒▒1 ▒▒*8 ▒ ▒ FiJ ▒\▒▒*h▒▒▒zN▒▒▒▒▒\J▒▒K▒J▒▒▒a<N▒ 8▒誘H▒H▒zN▒▒▒l▒8+h▒J▒i▒\▒! H▒IO ▒( ▒u▒▒ ▒ ▒Ox▒ ^▒▒H~XN▒▒5v▒▒▒X▒▒, ̹lH ▒▒▒^x▒▒0O▒(▒▒▒2▒▒ ▒L ▒▒Hl▒▒▒ ▒ ▒▒▒▒▒-▒▒ Q▒ ▒ ▒h▒<▒/▒▒▒H▒(▒▒ 7▒M � S ▒▒ 8▒ L▒▒%▒▒N▒HH▒JN▒▒▒▒s▒*▒+*▒H~▒R▒*0)S;!)▒▒▒▒h▒ ▒\L=^▒ ▒ ▒▒▒b▒▒▒▒▒Nf▒▒F▒▒▒▒^g▒zظN▒N& ▒R▒/!▒ ▒*▒'*▒n▒▒e▒H▒ ▒B ▒N▒▒▒▒▒▒`▒h8▒▒x▒▒▒ hn▒?▒▒h~!ޔ▒▒▒>▒▒▒▒▒▒ ▒▒▒0▒ ▒ H▒▒↞▒▒▒▒▒▒▒▒▒▒h▒\▒y▒i▒ ▒|ϐX▒ȼ▒j▒\ j▒s▒▒▒S▒a_▒ M ▒▒ ʬ▒R\▒3NBޤ ▒▒▒▒>dh@ H▒▒▒ÄM h▒L▒▒▒▒▒▒)▒▒▒ ▒LN)H▒▒Ć*ޚ▒'▒o0pZ▒ ▒ K▒*nBB ▒ k ▒▒h▒\▒▒▒▒▒P▒<▒RF<▒▒▒▒ü▒<▒▒▒▒|▒¼▒▒▒c_▒▒x▒;▒\l▒▒▒▒;0▒):▒|Jn`B▒hHH▒ ( ▒▒▒{▒▒\S▒▒▒▒<▒*J▒▒▒▒|h▒▒▒|▒▒!▒ ▒J(▒;: ▒▒%( ▒▒ J J▒ǵ▒▒<.8 ▒MH▒1B▒'( ▒K, ▒ (▒▒B▒▒[▒▒▒▒▒ڤ :* U▒▒▒" ▒MX#L 8▒L▒▒▒I▒^P) ▒▒▒0▒▒▒▒U▒f▒▒▒b?▒▒ HIclh8▒yJ0▒J Ȑ▒|▒▒ ▒▒ ▒▒)▒▒▒I▒ ▒▒Hʈ/▒(3▒▒K▒▒)▒4▒-) Lx▒<▒V(x▒▒0▒▒;f▒▒▒▒+▒▒▒▒▒N▒▒@▒▒▒▒▒LnF▒ ▒▒LM▒(n ▒▒>▒▒▒R▒I▒<▒ʄ▒▒N▒▒▒V&▒▒'8d '▒[\▒K {▒w▒▒z>▒H▒^B J ▒) H x \I▒▒▒▒JH8D;H0F▒▒▒E▒ J▒!n▒Y▒+H▒▒0▒ 5▒▒#K▒▒P▒H▒▒H `v'L▒▒▒voa~hF▒#i ▒▒Z ▒! ▒@ݖ▒▒5!S▒▒▒sY▒▒▒▒|▒#▒J▒K▒,▒j#_9▒▒▒L a▒H▒ ~fHJ▒▒▒F!n ~▒Y▒▒(P▒▒!▒JJ ▒J▒I▒hF!NJHNJ▒ ▒K▒I JvBH▒Ti+R▒iY|"a▒!▒ J▒▒_▒<▒X0o▒▒zJ8JH▒ nH ▒B B▒ ▒ <xJ▒▒yJ▒: !*▒R%▒r▒JHz(+BJM j)▒ S)_WF▒~8F▒X▒P▒r▒JHz +B▒J▒▒M▒XUN@JJ@▒ ^▒0▒▒▒)@▒R ▒▒ƹ!!-▒nȊJ @▒ ▒ !! UN@J ▒y h ▒X▒ J @▒ ~JN@J ▒M▒▒ ▒▒▒z▒(5▒@F▒Z▒▒D**▒▒▒@_▒▒>1?▒▒1#@*I▒▒̊ɯx(zR▒▒▒▒#*I▒-▒ ~▒ ▒X▒▒▒n▒▒^▒▒**#▒ee!▒i!aZ*?▒▒ ▒X▒^N>▒▒=X▒▒▒▒▒p▒{i▒%!]▒;H휥Wp▒▒▒H▒▒p@▒:p)▒A'▒w▒rKmZ▒i▒▒ f▒I▒C▒f▒▒򉿨▒▒;|y▒▒|{▒▒[▒c▒▒=▒?▒ ▒▒9և▒ C▒▒▒▒▒▒#چ3▒▒▒ ▒=C▒*▒*▒Hۍ ▒)C▒*▒*▒▒▒▒C▒O▒▒ ▒yC▒<▒▒ڎ3▒=▒ڼ▒▒>ۆ▒▒ڼC▒OO▒چ▒Oۆ▒▒C▒▒b▒K▒C▒<▒<▒ڼ3▒=▒ڼ▒▒<▒▒▒C▒�چ▒iۆb▒▒C▒ ▒▒ڂ ▒▒.▒.▒׼3▒ /▒ڼ▒y▒(ۆb▒▒C▒ ▒▒چڧۆ ▒چC▒▒چ[▒ C▒:▒:▒ڂ3;▒Op▒▒▒:ۆJ▒ڇC▒▒▒ ڀۆ▒ ▒ 8▒c▒ ▒ ▒ ▒▒▒ چSpC▒ ▒▒ ڄ ▒▒Sp#▒ ڏ▒▒ ڼ ڌ ▒▒ ڌ ڼ ڍ^▒<▒x[▒9;▒▒▒= ▒;ڜ▒9▒▒▒▒؄z▒ ▒▒▒▒[ 12.790000] [piglet]===== end of shared usage of UART (DECT and CONSOLE) ==== FP_MAC_START_REQ, ignore, already started FP_MAC_START_REQ, ignore, already started


ROM VER: 1.1.4 CFG 06 NAND NAND Read OK [\] (AVM) EVA Revision: 1.2834 Version: 3834 (C) Copyright 2005 AVM Date: Jan 18 2016 Time: 14:08:44 (0) 3 0x0-0x47409 [NAND:] 128MB TOSHIBA 2048 Pagesize 128k Blocksize 1024 Blocks [SYSTEM:] VR9 on 500MHz/250MHz/250MHz . Eva_AVM >##............................................ExecuteProgram [ 0.000000] Linux version 4.14.171 (sebastian@sebastian-msi) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r10947-65030d81f3)) #0 SMP Thu Feb 27 21:05:12 2020 [ 0.000000] SoC: xRX200 rev 1.2 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019556 (MIPS 34Kc) [ 0.000000] MIPS: machine is AVM FRITZ!Box 7412 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Detected 1 available secondary CPU(s) [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] random: get_random_bytes called from start_kernel+0x90/0x4a4 with crng_init=0 [ 0.000000] percpu: Embedded 14 pages/cpu s25936 r8192 d23216 u57344 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyLTQ0,115200 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00060601 [ 0.000000] Readback ErrCtl register=00060601 [ 0.000000] Memory: 121704K/131072K available (5004K kernel code, 191K rwdata, 1348K rodata, 1248K init, 228K bss, 9368K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 500MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns [ 0.000012] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns [ 0.007915] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088) [ 0.046043] pid_max: default: 32768 minimum: 301 [ 0.050961] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.057471] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.066956] Hierarchical SRCU implementation. [ 0.072491] smp: Bringing up secondary CPUs ... [ 0.078030] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.078045] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.078176] CPU1 revision is: 00019556 (MIPS 34Kc) [ 0.109187] Synchronize counters for CPU 1: done. [ 0.133527] smp: Brought up 1 node, 2 CPUs [ 0.142285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.151959] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.158213] pinctrl core: initialized pinctrl subsystem [ 0.164661] NET: Registered protocol family 16 [ 0.180910] pinctrl-xway 1e100b10.pinmux: Init done [ 0.187378] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28 [ 0.198505] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV [ 0.335540] PCI host bridge /fpi@10000000/pcie@d900000 ranges: [ 0.367735] usbcore: registered new interface driver usbfs [ 0.373526] usbcore: registered new interface driver hub [ 0.378949] usbcore: registered new device driver usb [ 0.384703] PCI host bridge to bus 0000:00 [ 0.388750] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff] [ 0.395655] pci_bus 0000:00: root bus resource [io 0x1d800000-0x1d8fffff] [ 0.402623] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.409455] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.417566] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge [ 0.437479] pci 0000:00:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff] [ 0.444210] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff 64bit] [ 0.451587] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.456598] pci 0000:00:00.0: bridge window [mem 0x1c000000-0x1c0fffff] [ 0.464955] clocksource: Switched to clocksource MIPS [ 0.472471] NET: Registered protocol family 2 [ 0.478064] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.484987] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.491396] TCP: Hash tables configured (established 1024 bind 1024) [ 0.497971] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503774] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510366] NET: Registered protocol family 1 [ 0.515663] gptu: totally 6 16-bit timers/counters [ 0.520704] gptu: misc_register on minor 63 [ 0.524934] gptu: succeeded to request irq 126 [ 0.529370] gptu: succeeded to request irq 127 [ 0.533871] gptu: succeeded to request irq 128 [ 0.538411] gptu: succeeded to request irq 129 [ 0.542896] gptu: succeeded to request irq 130 [ 0.547431] gptu: succeeded to request irq 131 [ 0.548962] random: fast init done [ 0.555718] lantiq,vmmc 1f103000.vmmc: reserved 1MB at 0x07f00000 [ 0.562052] No VPEs reserved for AP/SP, not initialize VPE loader [ 0.562052] Pass maxvpes=<n> argument as kernel argument [ 0.573432] No TCs reserved for AP/SP, not initializing RTLX. [ 0.573432] Pass maxtcs=<n> argument as kernel argument [ 0.586499] Crashlog allocated RAM at address 0x3f00000 [ 0.592348] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.611565] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.617351] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.635164] io scheduler noop registered [ 0.639012] io scheduler deadline registered (default) [ 0.648401] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc [ 0.657447] console [ttyLTQ0] enabled [ 0.657447] console [ttyLTQ0] enabled [ 0.664676] bootconsole [early0] disabled [ 0.664676] bootconsole [early0] disabled [ 0.676512] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xf1 [ 0.681430] nand: Toshiba NAND 128MiB 3,3V 8-bit [ 0.686049] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.693725] Scanning device for bad blocks [ 0.781009] Bad eraseblock 768 at 0x000006000000 [ 0.811745] 8 fixed-partitions partitions found on MTD device 10000000.nand [ 0.817295] Creating 8 MTD partitions on "10000000.nand": [ 0.822715] 0x000000000000-0x000000040000 : "urlader" [ 0.829623] 0x000000040000-0x000000440000 : "nand-tffs" [ 0.835260] 0x000000440000-0x000000840000 : "kernel" [ 0.840698] 0x000000840000-0x000003840000 : "ubi" [ 0.846597] 0x000003840000-0x000003c40000 : "reserved-kernel" [ 0.852856] 0x000003c40000-0x000006c40000 : "reserved-filesystem" [ 0.860045] 0x000006c40000-0x000007040000 : "config" [ 0.865617] 0x000006e40000-0x000007240000 : "nand-filesystem" [ 0.875799] libphy: Fixed MDIO Bus: probed [ 0.883202] wdt 1f8803f0.watchdog: Init done [ 0.891683] NET: Registered protocol family 10 [ 0.898740] Segment Routing with IPv6 [ 0.901160] NET: Registered protocol family 17 [ 0.905554] 8021q: 802.1Q VLAN Support v1.8 [ 1.018929] libphy: lantiq,xrx200-mdio: probed [ 1.093447] Intel XWAY PHY22F (xRX v1.2 integrated) 0:11: attached PHY driver [Intel XWAY PHY22F (xRX v1.2 integrated)] (mii_bus:phy_addr=0:11, irq=POLL) [ 1.108334] UBI: auto-attach mtd3 [ 1.110290] ubi0: attaching mtd3 [ 1.187064] ubi0: scanning is finished [ 1.203125] ubi0: attached mtd3 (name "ubi", size 48 MiB) [ 1.207153] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes [ 1.214016] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 [ 1.220692] ubi0: VID header offset: 512 (aligned 512), data offset: 2048 [ 1.227497] ubi0: good PEBs: 384, bad PEBs: 0, corrupted PEBs: 0 [ 1.233494] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 1.240732] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 2050329383 [ 1.249858] ubi0: available PEBs: 0, total reserved PEBs: 384, PEBs reserved for bad PEB handling: 20 [ 1.259163] ubi0: background thread "ubi_bgt0d" started, PID 408 [ 1.264109] block ubiblock0_0: created from ubi0:0(rootfs) [ 1.270673] ubiblock: device ubiblock0_0 (rootfs) set to be root file[ 1.285502] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 1.293243] Freeing unused kernel memory: 1248K [ 1.296334] This architecture does not have kernel memory protection. [ 1.980180] init: Console is alive [ 1.982607] init: - watchdog - [ 3.115647] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.141246] lantiq,xrx200-net 1e108000.eth eth0: port 2 got link [ 3.240134] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.249288] init: - preinit - [ 4.239010] random: procd: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 7.485902] UBIFS (ubi0:1): default file-system created [ 7.491171] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 469 [ 7.577988] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 7.584466] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.594362] UBIFS (ubi0:1): FS size: 41674752 bytes (39 MiB, 323 LEBs), journal size 2064384 bytes (1 MiB, 16 LEBs) [ 7.604810] UBIFS (ubi0:1): reserved for root: 1968401 bytes (1922 KiB) [ 7.611431] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID 0BDFF77B-509A-46CC-BE1E-9778E9B6E116, small LPT model [ 7.624857] mount_root: overlay filesystem has not been fully initialized yet [ 7.631581] mount_root: switching to ubifs overlay [ 7.673446] urandom-seed: Seed file not found (/etc/urandom.seed) [ 7.917518] procd: - early - [ 7.919161] procd: - watchdog - [ 8.312984] lantiq,xrx200-net 1e108000.eth eth0: port 2 lost link [ 8.610939] procd: - watchdog - [ 8.613536] procd: - ubus - [ 8.724383] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.730871] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.736517] random: ubusd: uninitialized urandom read (4 bytes read) [ 8.744366] procd: - init - Please press Enter to activate this console. [ 9.890608] kmodloader: loading kernel modules from /etc/modules.d/* [ 9.900629] IFXOS, Version 1.5.19 (c) Copyright 2009, Lantiq Deutschland GmbH [ 9.912619] NET: Registered protocol family 8 [ 9.915710] NET: Registered protocol family 20 [ 9.931291] PPP generic driver version 2.4.2 [ 9.951827] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 9.985383] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG [ 10.003568] [ 10.003568] [ 10.003568] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6 [ 10.021287] [ 10.021287] Predefined debug level: 3 [ 10.037591] Loading modules backported from Linux version v4.19.98-0-gd183c8e2647a [ 10.043843] Backport generated by backports.git v4.19.98-1-0-g8204eb99 [ 10.055995] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.069666] Infineon Technologies DEU driver version 2.0.0 [ 10.077809] IFX DEU DES initialized (multiblock). [ 10.083729] IFX DEU AES initialized (multiblock). [ 10.088137] IFX DEU ARC4 initialized (multiblock). [ 10.092473] IFX DEU SHA1 initialized. [ 10.096119] IFX DEU MD5 initialized. [ 10.099680] IFX DEU SHA1_HMAC initialized. [ 10.103688] IFX DEU MD5_HMAC initialized. [ 10.120128] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 10.202017] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1 [ 10.207322] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned [ 10.213593] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 10.219359] PCI: Enabling device 0000:01:00.0 (0000 -> 0002) [ 10.226127] owl-loader 0000:01:00.0: Direct firmware load for ath9k-eeprom-pci-0000:01:00.0.bin failed with error -2 [ 10.235456] owl-loader 0000:01:00.0: Falling back to user helper [ 10.248823] NET: Registered protocol family 24 [ 10.377638] xt_time: kernel timezone is -0000 [ 10.382368] urngd: v1.0.2 started. [ 10.656650] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.956854] random: crng init done [ 10.958987] random: 6 urandom warning(s) missed due to ratelimiting [ 11.129174] owl-loader 0000:01:00.0: fixup device configuration [ 11.138027] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c00ffff 64bit] [ 11.144349] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1 [ 11.150617] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned [ 11.156945] PCI: Enabling device 0000:01:00.0 (0140 -> 0142) [ 11.196180] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xbc000000, irq=144 [ 85.861621] br-lan: port 1(eth0) entered blocking state [ 85.865601] br-lan: port 1(eth0) entered disabled state [ 85.871481] device eth0 entered promiscuous mode [ 85.897600] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 88.041530] lantiq,xrx200-net 1e108000.eth eth0: port 2 got link [ 88.046387] br-lan: port 1(eth0) entered blocking state [ 88.051483] br-lan: port 1(eth0) entered forwarding state [ 88.057824] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.30.1 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 19.07.2, r10947-65030d81f3 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


Space for additional notes, links to forum threads or other resources.

* Manual installation OpenWrt 19.07.6 using TCMD ftp client in Windows forum.openwrt.org

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/04/07 11:13
  • by ferenc