[LEDE-DEV] boot error on dwr-921 (mt7620n)

Giuseppe Lippolis giu.lippolis at gmail.com
Sun Jul 30 12:26:15 PDT 2017


Dear community,
I'm trying to port openwrt/lede on the dlink dwr921 (mt7620n arch).

Currently I get a kernel panic after the OS fail to find the wmac eeprom
location.
At the moment I use in the dts something clearly wrong:
&ethernet {
        mtd-mac-address = <&config 0xe2ac>;
        mediatek,portmap = "wllll";
};

&wmac {
        ralink,mtd-eeprom = <&config 0xe000>;
};

I'm quite sure the wmac eeprom is located in the "config" flash partition.
What shall I search to find the proper address of the required section?


Here the complete bootlog:

Starting kernel @80000000...

[    0.000000] Linux version 4.4.50 (lippo at nice) (gcc version 5.4.0 (LEDE
GCC 5.4.0 r4650+5-5d7e23f) ) #0 Mon Mar 13 19:23:08 2017
[    0.000000] Board has DDR1
[    0.000000] Analog PMU set to hw control
[    0.000000] Digital PMU set to hw control
[    0.000000] SoC Type: MediaTek MT7620N ver:2 eco:6
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
[    0.000000] MIPS: machine is D-Link DWR-921
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem
0x0000000000000000-0x0000000003ffffff]
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32
bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32
bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total
pages: 16256
[    0.000000] Kernel command line: console=ttyS0,57600
rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=0007fff0
[    0.000000] Readback ErrCtl register=0007fff0
[    0.000000] Memory: 60648K/65536K available (2967K kernel code, 145K
rwdata, 708K rodata, 204K init, 203K bss, 4888K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 580MHz
[    0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff,
max_idle_ns: 583261500 ns
[    0.000000] systick: enable autosleep mode
[    0.000000] systick: running - mult: 214748, shift: 32
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 6590553264 ns
[    0.000009] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every
7405115902ns
[    0.015448] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[    0.080593] pid_max: default: 32768 minimum: 301
[    0.089883] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.102930] Mountpoint-cache hash table entries: 1024 (order: 0, 4096
bytes)
[    0.121737] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.141363] pinctrl core: initialized pinctrl subsystem
[    0.152285] NET: Registered protocol family 16
[    0.164117] rt2880-pinmux pinctrl: invalid group "wdt rst" for function
"gpio"
[    0.178386] rt2880-pinmux pinctrl: invalid group "jtag" for function
"gpio"
[    0.206269] rt2880_gpio 10000600.gpio: registering 24 gpios
[    0.217281] rt2880_gpio 10000600.gpio: registering 24 irq handlers
[    0.229671] rt2880_gpio 10000660.gpio: registering 32 gpios
[    0.240636] rt2880_gpio 10000660.gpio: registering 32 irq handlers
[    0.253065] rt2880_gpio 10000688.gpio: registering 1 gpios
[    0.263864] rt2880_gpio 10000688.gpio: registering 1 irq handlers
[    0.277380] clocksource: Switched to clocksource systick
[    0.289139] NET: Registered protocol family 2
[    0.298636] TCP established hash table entries: 1024 (order: 0, 4096
bytes)
[    0.312408] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.324998] TCP: Hash tables configured (established 1024 bind 1024)
[    0.337721] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.349254] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.361968] NET: Registered protocol family 1
[    0.374516] rt-timer 10000100.timer: maximum frequency is 1220Hz
[    0.387244] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.399382] Crashlog allocated RAM at address 0x3f00000
[    0.425250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.436765] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME)
(CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.458846] io scheduler noop registered
[    0.466495] io scheduler deadline registered (default)
[    0.476978] ralink-usb-phy usbphy: invalid resource
[    0.488106] gpio-export gpio-export: 10 gpio(s) exported
[    0.498827] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.512425] console [ttyS0] disabled
[    0.519463] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20,
base_baud = 2500000) is a Palmchip BK-3103
[    0.539140] console [ttyS0] enabled
[    0.539140] console [ttyS0] enabled
[    0.552961] bootconsole [early0] disabled
[    0.552961] bootconsole [early0] disabled
[    0.574467] spi spi0.0: force spi mode3
[    0.582609] m25p80 spi0.0: w25q128 (16384 Kbytes)
[    0.592046] 4 ofpart partitions found on MTD device spi0.0
[    0.602976] Creating 4 MTD partitions on "spi0.0":
[    0.612529] 0x000000000000-0x000000010000 : "bootloader"
[    0.624729] 0x000000010000-0x000000180000 : "kernel"
[    0.636362] 0x000000180000-0x000000fe0000 : "rootfs"
[    0.648040] mtd: device 2 (rootfs) set to be root filesystem
[    0.659504] 1 squashfs-split partitions found on MTD device rootfs
[    0.671831] 0x000000432000-0x000000fe0000 : "rootfs_data"
[    0.684300] 0x000000ff0000-0x000001000000 : "config"
[    0.698886] mtk_soc_eth 10100000.ethernet eth0 (uninitialized): port 3
link up (100Mbps/Full duplex)
[    0.717305] mtk_soc_eth 10100000.ethernet: loaded mt7620 driver
[    0.729857] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at
0xb0100000, irq 5
[    0.746865] rt2880_wdt 10000120.watchdog: Initialized
[    0.758380] NET: Registered protocol family 10
[    0.771484] NET: Registered protocol family 17
[    0.780494] bridge: automatic filtering via arp/ip/ip6tables has been
deprecated. Update your scripts to load br_netfilter if you need this.
[    0.805653] 8021q: 802.1Q VLAN Support v1.8
[    0.830548] VFS: Mounted root (squashfs filesystem) readonly on device
31:2.
[    0.845749] Freeing unused kernel memory: 204K (803bd000 - 803f0000)
[    3.230680] init: Console is alive
[    3.237722] init: - watchdog -
[    5.148425] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.273788] usbcore: registered new interface driver usbfs
[    5.284874] usbcore: registered new interface driver hub
[    5.295575] usbcore: registered new device driver usb
[    5.310898] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.325502] ehci-platform: EHCI generic platform driver
[    5.346248] phy phy-usbphy.0: remote usb device wakeup disabled
[    5.358054] phy phy-usbphy.0: UTMI 16bit 30MHz
[    5.366921] ehci-platform 101c0000.ehci: EHCI Host Controller
[    5.378412] ehci-platform 101c0000.ehci: new USB bus registered, assigned
bus number 1
[    5.394303] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
[    5.410482] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
[    5.423992] hub 1-0:1.0: USB hub found
[    5.431864] hub 1-0:1.0: 1 port detected
[    5.442228] kmodloader: done loading kernel modules from
/etc/modules-boot.d/*
[    5.460764] init: - preinit -
[    6.778327] 8021q: adding VLAN 0 to HW filter on device eth0
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.741947] mount_root: no usable overlay filesystem found, using tmpfs
overlay
[    7.780772] urandom-seed: Seed file not found (/etc/urandom.seed)
[    7.873131] procd: - early -
[    7.879607] procd: - watchdog -
[    8.449649] procd: - ubus -
[    8.622312] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.640720] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.658691] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.679816] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.697791] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.715864] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.733948] random: ubusd: uninitialized urandom read (4 bytes read, 16
bits of entropy available)
[    8.752247] procd: - init -
Please press Enter to activate this console.
[    9.100848] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.147809] Initializing XFRM netlink socket
[    9.159499] NET: Registered protocol family 15
[    9.197501] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.219510] Loading modules backported from Linux version
wt-2017-01-31-0-ge882dff19e7f
[    9.235524] Backport generated by backports.git
backports-20160324-13-g24da7d3c
[    9.313594] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.336608] nf_conntrack version 0.5.0 (950 buckets, 3800 max)
[    9.408008] usbcore: registered new interface driver usbserial
[    9.419789] usbcore: registered new interface driver usbserial_generic
[    9.432933] usbserial: USB Serial support registered for generic
[    9.466289] xt_time: kernel timezone is -0000
[    9.477535] usbcore: registered new interface driver cdc_ether
[    9.500292] PPP generic driver version 2.4.2
[    9.511653] NET: Registered protocol family 24
[    9.539478] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device
"config"
[    9.553773] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev
0500 detected
[    9.569241] ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF
chipset 0x0202 detected
[    9.585725] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to
allocate device
[    9.600831] ------------[ cut here ]------------
[    9.610053] WARNING: CPU: 0 PID: 410 at mm/vmalloc.c:1460
release_firmware+0x64/0x144()
[    9.626000] Trying to vfree() bad address (8321ca00)
[    9.635887] Modules linked in: rt2800soc(+) rt2800pci rt2800mmio
rt2800lib pppox ppp_generic nf_conntrack_ipv6 iptable_nat ipt_REJECT
ipt_MASQUERADE cdc_ether xt_time xt_tcpudp xt_state xt_policy xt_nat
xt_multiport xt_mark xt_mac xt_limit xt_esp xt_conntrack xt_comment
xt_TCPMSS xt_REDIRECT xt_LOG usbserial usbnet spidev slhc rt2x00soc
rt2x00pci rt2x00mmio rt2x00lib nf_reject_ipv4 nf_nat_redirect
nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4
nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack
iptable_mangle iptable_filter ipt_ah ip_tables crc_itu_t crc_ccitt mt76x2e
mt7603e mt76 mac80211 cfg80211 compat ip6t_REJECT nf_reject_ipv6 nf_log_ipv6
nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables ipcomp6
xfrm6_tunnel xfrm6_mode_tunnel xfrm6_mode_transport xfrm6_mode_beet esp6 ah6
ipcomp xfrm4_tunnel xfrm4_mode_tunnel xfrm4_mode_transport xfrm4_mode_beet
esp4 ah4 tunnel6 tunnel4 af_key xfrm_user xfrm_ipcomp xfrm_algo eeprom_93cx6
sha256_generic sha1_generic jitterentropy_rng drbg md5 hmac echainiv
des_generic deflate zlib_inflate zlib_deflate cbc authenc leds_gpio
ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common mii
aead cryptomgr crypto_null crypto_hash
[    9.852437] CPU: 0 PID: 410 Comm: kmodloader Not tainted 4.4.50 #0
[    9.864748] Stack : 8035adf4 00000000 00000001 803a0000 83998284 803a0e03
8033c754 0000019a
	  803f3438 00000004 00000016 024000c0 800661ec 8004ae0c 80341c5c
803a0000
	  00000003 00000004 80340060 83bd5ae4 800661ec 80048d78 00000002
00000000
	  00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
	  00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000
	  ...
[    9.935631] Call Trace:
[    9.940540] [<800661ec>] module_sect_show+0x0/0x18
[    9.950095] [<8004ae0c>] vprintk_default+0x24/0x30
[    9.959654] [<800661ec>] module_sect_show+0x0/0x18
[    9.969202] [<80048d78>] printk+0x2c/0x38
[    9.977214] [<800253fc>] warn_slowpath_common+0xa0/0xd0
[    9.987634] [<80149634>] dump_stack+0x14/0x28
[    9.996325] [<800148e8>] show_stack+0x50/0x84
[   10.005017] [<800253fc>] warn_slowpath_common+0xa0/0xd0
[   10.015449] [<801ae874>] release_firmware+0x64/0x144
[   10.025371] [<80025458>] warn_slowpath_fmt+0x2c/0x38
[   10.035313] [<801ae874>] release_firmware+0x64/0x144
[   10.045276] [<831665fc>] rt2x00lib_free_eeprom_file+0x18/0x2c [rt2x00lib]
[   10.058853] [<83161940>] rt2x00lib_probe_dev+0x7a8/0x848 [rt2x00lib]
[   10.071666] [<831c2464>] ieee80211_alloc_led_names+0xac/0xc0 [mac80211]
[   10.084922] [<800661ec>] module_sect_show+0x0/0x18
[   10.094477] [<831fc1e4>] rt2x00soc_probe+0x160/0x1bc [rt2x00soc]
[   10.106461] [<8003ccb4>] blocking_notifier_call_chain+0x14/0x20
[   10.118274] [<801abed8>] devm_kfree+0x20/0x44
[   10.126975] [<801aa3d4>] platform_drv_probe+0x28/0x70
[   10.137069] [<801a8a08>] driver_probe_device+0x120/0x288
[   10.147671] [<8008a128>] kstrdup+0x44/0x8c
[   10.155848] [<801aa5a8>] platform_match+0x60/0x110
[   10.165424] [<801a8bec>] __driver_attach+0x7c/0xb4
[   10.174973] [<801a6e10>] next_device+0x10/0x30
[   10.183829] [<801a8b70>] __driver_attach+0x0/0xb4
[   10.193204] [<801a6ecc>] bus_for_each_dev+0x9c/0xac
[   10.202954] [<802e30c8>] klist_add_tail+0x24/0x50
[   10.212342] [<801a6ca0>] bus_get+0x2c/0x50
[   10.220532] [<801a8100>] bus_add_driver+0xec/0x20c
[   10.230087] [<800661ec>] module_sect_show+0x0/0x18
[   10.239636] [<801551c0>] kvasprintf+0x70/0x94
[   10.248327] [<83217000>] init_module+0x0/0x2c [rt2800soc]
[   10.259104] [<801a9304>] driver_register+0xa8/0xf8
[   10.268666] [<80045764>] __wake_up+0x24/0x48
[   10.277191] [<83217000>] init_module+0x0/0x2c [rt2800soc]
[   10.287970] [<8000d938>] do_one_initcall+0x1e8/0x214
[   10.297881] [<80045764>] __wake_up+0x24/0x48
[   10.306398] [<83217000>] init_module+0x0/0x2c [rt2800soc]
[   10.317176] [<8003441c>] call_usermodehelper_exec+0x144/0x160
[   10.328630] [<80033f0c>] call_usermodehelper_setup+0x38/0xa8
[   10.339932] [<800661ec>] module_sect_show+0x0/0x18
[   10.349505] [<8006740c>] do_init_module+0x74/0x1cc
[   10.359067] [<8009dc58>] __vunmap+0xf0/0x114
[   10.367621] [<80068ca0>] load_module+0x16c0/0x1b68
[   10.377173] [<800667d8>] unknown_module_param_cb+0x0/0xac
[   10.387936] [<8009e14c>] __vmalloc_node+0x34/0x40
[   10.397328] [<800691dc>] SyS_init_module+0x94/0x180
[   10.407054] [<80069278>] SyS_init_module+0x130/0x180
[   10.416977] [<8000682c>] syscall_common+0x30/0x54
[   10.426368] [<800a8628>] SyS_open+0x0/0x14
[   10.434529] 
[   10.437495] ---[ end trace 5750f976c9db148d ]---
[   10.446699] Kernel bug detected[#1]:
[   10.453815] CPU: 0 PID: 410 Comm: kmodloader Tainted: G        W
4.4.50 #0
[   10.468542] task: 83998000 ti: 83bd4000 task.ti: 83bd4000
[   10.479283] $ 0   : 00000000 00000000 81062ce0 00000001
[   10.489695] $ 4   : 831678e0 ffffffff 000000d4 831678e0
[   10.500107] $ 8   : 0000002d 39633637 34316264 5d206438
[   10.510521] $12   : 00000000 00200020 00000000 6d6f635f
[   10.520932] $16   : 83b71460 ffffffed 83b70b40 8387dd10
[   10.531344] $20   : 83b71734 00000004 00000016 024000c0
[   10.541754] $24   : 00000003 8019e45c                  
[   10.552166] $28   : 83bd4000 83bd5bb0 800661ec 831665fc
[   10.562578] Hi    : 00000000
[   10.568300] Lo    : ec4e4000
[   10.574031] epc   : 800a4cd8 kfree+0x70/0x150
[   10.582728] ra    : 831665fc rt2x00lib_free_eeprom_file+0x18/0x2c
[rt2x00lib]
[   10.596931] Status: 1100a403	KERNEL EXL IE 
[   10.605262] Cause : 10800034 (ExcCode 0d)
[   10.613236] PrId  : 00019650 (MIPS 24KEc)
[   10.621206] Modules linked in: rt2800soc(+) rt2800pci rt2800mmio
rt2800lib pppox ppp_generic nf_conntrack_ipv6 iptable_nat ipt_REJECT
ipt_MASQUERADE cdc_ether xt_time xt_tcpudp xt_state xt_policy xt_nat
xt_multiport xt_mark xt_mac xt_limit xt_esp xt_conntrack xt_comment
xt_TCPMSS xt_REDIRECT xt_LOG usbserial usbnet spidev slhc rt2x00soc
rt2x00pci rt2x00mmio rt2x00lib nf_reject_ipv4 nf_nat_redirect
nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4
nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack
iptable_mangle iptable_filter ipt_ah ip_tables crc_itu_t crc_ccitt mt76x2e
mt7603e mt76 mac80211 cfg80211 compat ip6t_REJECT nf_reject_ipv6 nf_log_ipv6
nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables ipcomp6
xfrm6_tunnel xfrm6_mode_tunnel xfrm6_mode_transport xfrm6_mode_beet esp6 ah6
ipcomp xfrm4_tunnel xfrm4_mode_tunnel xfrm4_mode_transport xfrm4_mode_beet
esp4 ah4 tunnel6 tunnel4 af_key xfrm_user xfrm_ipcomp xfrm_algo eeprom_93cx6
sha256_generic sha1_generic jitterentropy_rng drbg md5 hmac echainiv
des_generic deflate zlib_inflate zlib_deflate cbc authenc leds_gpio
ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common mii
aead cryptomgr crypto_null crypto_hash
[   10.837524] Process kmodloader (pid: 410, threadinfo=83bd4000,
task=83998000, tls=77cc1d48)
[   10.854149] Stack : 83b71460 83bd5bd0 83166b3c 83b71460 83b71460 83161940
83897640 831c2464
	  831667b4 00000000 00000000 8321db80 83b70160 024080c0 83b71460
02400000
	  83b70b40 8387dd10 83218524 00000004 00000016 024000c0 800661ec
831fc1e4
	  80420000 8003ccb4 832187d4 801abed8 8387dd10 832187d4 832187d4
80420000
	  80420000 801aa3d4 8321d980 00000001 832187d4 832187d4 8387dd10
8387dd10
	  ...
[   10.924953] Call Trace:
[   10.929819] [<800a4cd8>] kfree+0x70/0x150
[   10.937818] [<831665fc>] rt2x00lib_free_eeprom_file+0x18/0x2c [rt2x00lib]
[   10.951356] [<83161940>] rt2x00lib_probe_dev+0x7a8/0x848 [rt2x00lib]
[   10.964021] [<831fc1e4>] rt2x00soc_probe+0x160/0x1bc [rt2x00soc]
[   10.975996] [<801aa3d4>] platform_drv_probe+0x28/0x70
[   10.986053] [<801a8a08>] driver_probe_device+0x120/0x288
[   10.996630] [<801a8bec>] __driver_attach+0x7c/0xb4
[   11.006166] [<801a6ecc>] bus_for_each_dev+0x9c/0xac
[   11.015877] [<801a8100>] bus_add_driver+0xec/0x20c
[   11.025415] [<801a9304>] driver_register+0xa8/0xf8
[   11.034964] [<8000d938>] do_one_initcall+0x1e8/0x214
[   11.044861] [<8006740c>] do_init_module+0x74/0x1cc
[   11.054402] [<80068ca0>] load_module+0x16c0/0x1b68
[   11.063942] [<80069278>] SyS_init_module+0x130/0x180
[   11.073832] [<8000682c>] syscall_common+0x30/0x54
[   11.083189] 
[   11.086140] 
Code: 30630001  24030001  38630001 <00030336> 8c430000  7c630380  10600003
00000000  10000002 
[   11.105969] ---[ end trace 5750f976c9db148e ]---
[   11.117792] Fatal exception: panic in 5 seconds
[   12.799193] Kernel panic - not syncing: Fatal exception
[   12.811408] Rebooting in 1 seconds..   

Bye.




More information about the Lede-dev mailing list