What serial term app are you using ?
Try another term app, see if Putty's available for Mac (or if you've got a Win box somewhere).
Booting any random Linux dist, and using screen or minicom should work too.
This step brought us a big step forward. Many thx.
On a borrowed Windows computer with "PuTTY" as well as with the "Screen" command in the MacOS "Terminal" application, the U-Boot parameters could be entered correctly.
The binaries for „kernel" and „sysupgrade" could be transferred to the gateway, BUT the installation still does NOT seem to work.
I could read on the console that there was probably a write error, i.e. there is an infinite loop.
The message, during SYSUPGRADE, is as follows:
Please choose the operation:
1: Load system code to SDRAM via TFTP.
2: Load system code then write to Flash via TFTP.
3: Boot system code via Flash (default).
4: Entr boot command line interface.
9: Load Boot Loader code then write to Flash via TFTP.
STANDALONE_LOAD_ADDR is 0xa0600000
..Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, cmd
1, 0x0000000D
cmd : 0x0000000D
0
Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, boot
Flash Sector Number : 522.
Bad block detected at 0x2240000, oob_buf[0] is 0x0
NAND Section 3, has bad block at address c1e40000, Image Offset 2240000
NAND Section 3, has bad block count 1
How did you install it? These messages are not from sysupgrade but from the bootloader.
You need to boot an initramfas version first, then run sysupgrade.
By "kernel" was/is meant the initramfs OpenWrt image.
Sorry for the misleading wording.
The OpenWrt squashfs image was copied to the gateway device to /tmp/openwrt.bin
sysupgrade -n /tmp/openwrt.bin was then executed via an SSH connection.
After a few seconds, the repeating messages was visible on the console.
What exactly does that mean?
After transferring initramfs OpenWrt image it boots by itself, doesn't it?
It does, but only once.
Then you'll need to transfer it again.
Yes, that's correct. If that succeeds, it should also be able to boot OpenWrt from flash afterwards if your device is set to boot from the first partition.
Bad blocks on a NAND are to be expected, so that shouldn't stop the boot process.
I have tried to log the messages from the individual terminal windows and will insert them in the following posts.
Perhaps experts can find something unusual in it and derive something from it that will help us further.
Many thanks in advance.
initramfs-screenlog(serial_port)
..Erasing NAND Flash...
.Writing to NAND Flash...
done
netboot_common, argc= 3
NetTxPacket = 0x8FFE49C0
KSEG1ADDR(NetTxPacket) = 0xAFFE49C0
NetLoop,call eth_halt !
NetLoop,call eth_init !
Trying Eth0 (10/100-M)
Waitting for RX_DMA_BUSY status Start... done
ETH_STATE_ACTIVE!!
TFTP from server 192.168.1.196; our IP address is 192.168.1.181
Filename 'kernel.bin'.
TIMEOUT_COUNT=10,Load address: 0x80a00000
Loading: *Got ARP REQUEST, return our IP
Got ARP REPLY, set server/gtwy eth addr (f8:e4:3b:96:a1:ab)
Got it
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###############
done
Bytes transferred = 5730421 (577075 hex)
NetBootFileXferSize= 00577075
Automatic boot of image at addr 0x80A00000 ...
## Booting image at 80a00000 ...
Image Name: MIPS OpenWrt Linux-5.15.134
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 5730357 Bytes = 5.5 MB
Load Address: 80001000
Entry Point: 80001000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80001000) ...
## Giving linux memsize in MB, 256
Starting kernel ...
[ 0.000000] Linux version 5.15.134 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23497-6637af95aa) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Oct 9 21:45:35 2023
[ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[ 0.000000] MIPS: machine is SERCOMM NA502
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] VPE topology {2} total 2
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] percpu: Embedded 11 pages/cpu s14736 r8192 d22128 u45056
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960
[ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Writing ErrCtl register=00017280
[ 0.000000] Readback ErrCtl register=00017280
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 246392K/262144K available (7298K kernel code, 626K rwdata, 880K rodata, 4048K init, 226K bss, 15752K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 256
[ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns
[ 0.016017] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[ 0.088297] pid_max: default: 32768 minimum: 301
[ 0.098211] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.112621] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.131583] rcu: Hierarchical SRCU implementation.
[ 0.141610] smp: Bringing up secondary CPUs ...
[ 0.151318] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.151345] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.151359] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.151404] CPU1 revision is: 0001992f (MIPS 1004Kc)
[ 0.211225] Synchronize counters for CPU 1: done.
[ 0.270901] smp: Brought up 1 node, 2 CPUs
[ 0.284258] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.303725] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.317482] pinctrl core: initialized pinctrl subsystem
[ 0.329533] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.342023] thermal_sys: Registered thermal governor 'step_wise'
[ 0.373858] clocksource: Switched to clocksource GIC
[ 0.385275] NET: Registered PF_INET protocol family
[ 0.395062] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.410388] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.426937] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.442277] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.457495] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.471677] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.484439] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.497331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.511528] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.522715] PCI: CLS 0 bytes, default 32
[ 0.554076] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 0.575326] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.586871] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.608108] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.069138] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 1.080701] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 1.092340] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 1.104092] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
[ 1.117404] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff]
[ 1.134889] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000
[ 1.151141] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000
[ 1.793913] mt7621-pci 1e140000.pcie: pcie0 no card, disable it (RST & CLK)
[ 1.807700] mt7621-pci 1e140000.pcie: PCIE1 enabled
[ 1.817352] mt7621-pci 1e140000.pcie: PCIE2 enabled
[ 1.827062] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[ 1.841366] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[ 1.853908] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.864768] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[ 1.878418] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.890906] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[ 1.902761] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 1.915194] pci 0000:00:01.0: reg 0x14: [mem 0x60400000-0x6040ffff]
[ 1.927697] pci 0000:00:01.0: supports D1
[ 1.935566] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[ 1.947711] pci 0000:00:02.0: [0e8d:0801] type 01 class 0x060400
[ 1.959568] pci 0000:00:02.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 1.971990] pci 0000:00:02.0: reg 0x14: [mem 0x60410000-0x6041ffff]
[ 1.984507] pci 0000:00:02.0: supports D1
[ 1.992350] pci 0000:00:02.0: PME# supported from D0 D1 D3hot
[ 2.006431] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000
[ 2.018305] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[ 2.031786] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 2.045186] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.059388] pci 0000:00:01.0: PCI bridge to [bus 01-ff]
[ 2.069677] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
[ 2.081768] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff]
[ 2.095240] pci 0000:00:01.0: bridge window [mem 0x60100000-0x601fffff pref]
[ 2.109636] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.123010] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000
[ 2.134903] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.147479] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 2.161602] pci 0000:00:02.0: PCI bridge to [bus 02-ff]
[ 2.171886] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff]
[ 2.183976] pci 0000:00:02.0: bridge window [mem 0x60200000-0x602fffff]
[ 2.197475] pci 0000:00:02.0: bridge window [mem 0x60300000-0x603fffff pref]
[ 2.211796] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[ 2.225026] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[ 2.238071] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[ 2.251892] pci 0000:00:02.0: BAR 0: no space for [mem size 0x80000000]
[ 2.265034] pci 0000:00:02.0: BAR 0: failed to assign [mem size 0x80000000]
[ 2.278856] pci 0000:00:01.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[ 2.292328] pci 0000:00:01.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
[ 2.306670] pci 0000:00:02.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
[ 2.320153] pci 0000:00:02.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
[ 2.334510] pci 0000:00:01.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[ 2.347977] pci 0000:00:02.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[ 2.361450] pci 0000:00:01.0: BAR 7: assigned [io 0x0000-0x0fff]
[ 2.373573] pci 0000:00:02.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 2.385653] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[ 2.400179] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref]
[ 2.414500] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 2.424345] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
[ 2.436446] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff]
[ 2.449919] pci 0000:00:01.0: bridge window [mem 0x60100000-0x601fffff pref]
[ 2.464289] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff]
[ 2.477744] pci 0000:00:02.0: PCI bridge to [bus 02]
[ 2.487588] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.499713] pci 0000:00:02.0: bridge window [mem 0x60200000-0x602fffff]
[ 2.513164] pci 0000:00:02.0: bridge window [mem 0x60300000-0x603fffff pref]
[ 2.529416] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 2.545484] printk: console [ttyS0] disabled
[ 2.554016] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 15, base_baud = 3125000) is a 16550A
[ 2.571942] printk: console [ttyS0] enabled
[ 2.571942] printk: console [ttyS0] enabled
[ 2.588515] printk: bootconsole [early0] disabled
[ 2.588515] printk: bootconsole [early0] disabled
[ 2.607905] 1e000d00.uartlite2: ttyS1 at MMIO 0x1e000d00 (irq = 16, base_baud = 3125000) is a 16550A
[ 2.627468] 1e000e00.uartlite3: ttyS2 at MMIO 0x1e000e00 (irq = 17, base_baud = 3125000) is a 16550A
[ 2.896438] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
[ 2.909304] nand: Macronix MX30LF1G18AC
[ 2.917117] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 2.932345] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
[ 2.945651] 10 fixed-partitions partitions found on MTD device mt7621-nand
[ 2.960274] Creating 10 MTD partitions on "mt7621-nand":
[ 2.970909] 0x000000000000-0x000000080000 : "u-boot"
[ 2.988918] 0x000000080000-0x000000100000 : "config"
[ 3.006200] 0x000000100000-0x000000140000 : "factory"
[ 3.020956] 0x000000140000-0x000001540000 : "kernel1"
[ 3.267515] 0x000001540000-0x000001940000 : "kernel"
[ 3.326366] 0x000001940000-0x000002940000 : "ubi"
[ 3.532163] 0x000002940000-0x000002a40000 : "user_storage"
[ 3.556491] 0x000002a40000-0x000003a40000 : "data"
[ 3.755210] 0x000003a40000-0x000006c40000 : "storage"
[ 4.351349] 0x000006c40000-0x000007f80000 : "backup"
[ 4.730743] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[ 4.749275] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 19
[ 4.770651] i2c_dev: i2c /dev entries driver
[ 4.781890] NET: Registered PF_INET6 protocol family
[ 4.797852] Segment Routing with IPv6
[ 4.805362] In-situ OAM (IOAM) with IPv6
[ 4.813340] NET: Registered PF_PACKET protocol family
[ 4.823619] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 4.850958] 8021q: 802.1Q VLAN Support v1.8
[ 4.868544] gpio-export gpio-export: 2 gpio(s) exported
[ 4.879507] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[ 6.752384] mt7530-mdio mdio-bus:1f: configuring for fixed/rgmii link mode
[ 6.767313] mt7530-mdio mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.776178] mt7530-mdio mdio-bus:1f lan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=23)
[ 6.804913] DSA: tree 0 setup
[ 6.814189] UBI: auto-attach mtd5
[ 6.820825] ubi0: attaching mtd5
[ 7.148102] ubi0: scanning is finished
[ 7.172144] ubi0: attached mtd5 (name "ubi", size 16 MiB)
[ 7.182982] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 7.196704] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 7.210226] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 7.224092] ubi0: good PEBs: 127, bad PEBs: 1, corrupted PEBs: 0
[ 7.236061] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 7.250453] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1836427878
[ 7.268652] ubi0: available PEBs: 0, total reserved PEBs: 127, PEBs reserved for bad PEB handling: 19
[ 7.287045] ubi0: background thread "ubi_bgt0d" started, PID 291
[ 7.289540] block ubiblock0_0: created from ubi0:0(rootfs)
[ 7.310060] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 7.338984] Freeing unused kernel image (initmem) memory: 4048K
[ 7.350895] This architecture does not have kernel memory protection.
[ 7.363747] Run /init as init process
[ 7.874249] init: Console is alive
[ 7.881441] init: - watchdog -
[ 7.898140] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 7.922298] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 7.947608] init: - preinit -
[ 8.154496] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.240904] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.276650] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.536365] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[ 8.556805] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.564438] mt7530-mdio mdio-bus:1f lan: configuring for phy/gmii link mode
[ 8.588015] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
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
[ 10.739376] procd: - early -
[ 10.745473] procd: - watchdog -
[ 11.348762] procd: - watchdog -
[ 11.355528] procd: - ubus -
[ 11.368629] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.411101] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.424429] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.440641] procd: - init -
Please press Enter to activate this console.
[ 11.914878] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.014058] PPP generic driver version 2.4.2
[ 12.026593] NET: Registered PF_PPPOX protocol family
[ 12.049324] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 13.216948] random: jshn: uninitialized urandom read (4 bytes read)
[ 13.262133] urngd: v1.0.2 started.
[ 13.352404] random: jshn: uninitialized urandom read (4 bytes read)
[ 13.396579] random: jshn: uninitialized urandom read (4 bytes read)
[ 14.348006] random: dd: uninitialized urandom read (1 bytes read)
[ 15.129724] random: crng init done
[ 15.136604] random: 40 urandom warning(s) missed due to ratelimiting
[ 73.341056] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
[ 73.385372] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[ 73.401429] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 73.432055] mt7530-mdio mdio-bus:1f lan: configuring for phy/gmii link mode
[ 73.447856] br-lan: port 1(lan) entered blocking state
[ 73.458249] br-lan: port 1(lan) entered disabled state
[ 73.479939] device lan entered promiscuous mode
[ 73.489075] device eth0 entered promiscuous mode
[ 73.505451] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 76.123988] mt7530-mdio mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 76.154016] br-lan: port 1(lan) entered blocking state
[ 76.164367] br-lan: port 1(lan) entered forwarding state
[ 76.204660] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
BusyBox v1.36.1 (2023-10-09 21:45:35 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 23.05.0, r23497-6637af95aa
-----------------------------------------------------
=== 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:/#
squashfs-sessionlog(ssh)
Script started on Mon Jan 1 21:44:13 2024
Restored session: Mo 1 Jan 2024 21:44:02 CET
e[1me[7m%e[27me[1me[0m
e]7;file://Cipo-MacBookPro-3.local/Users/cipoa
e[0me[27me[24me[Jcipo@Cipo-MacBookPro-3 ~ % e[Ke[?2004hexitls screen /dev/cu.usbserial-0001 57600e[35Dls e[33Dexit exitls screen /dev/cu.usbserial-0001 57600e[35Dls e[33Dexit sssh root@192.168.1.1e[?2004l
BusyBox v1.36.1 (2023-10-09 21:45:35 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 23.05.0, r23497-6637af95aa
-----------------------------------------------------
=== 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.
--------------------------------------------------
e]0;root@OpenWrt: ~aroot@OpenWrt:~# ls
e]0;root@OpenWrt: ~aroot@OpenWrt:~# pwd
/root
e]0;root@OpenWrt: ~aroot@OpenWrt:~# sysupgrade -n /tmp/sysupgrade.bin
Mon Oct 9 22:22:07 UTC 2023 upgrade: Commencing upgrade. Closing all shell sessions.
Command failed: Connection failed
e]0;root@OpenWrt: ~aroot@OpenWrt:~# Connection to 192.168.1.1 closed by remote host.
Connection to 192.168.1.1 closed.
e[1me[7m%e[27me[1me[0m
e]7;file://Cipo-MacBookPro-3.local/Users/cipoa
e[0me[27me[24me[Jcipo@Cipo-MacBookPro-3 ~ %
squashfs-screenlog(serial)
root@OpenWrt:/# Watchdog handover: fd=3
- watchdog -
Watchdog does not have CARDRESET support
Mon Oct 9 22:22:08 UTC 2023 upgrade: Sending TERM to remaining processes ...
Mon Oct 9 22:22:12 UTC 2023 upgrade: Sending KILL to remaining processes ...
[ 2215.419777] stage2 (2764): drop_caches: 3
Mon Oct 9 22:22:18 UTC 2023 upgrade: Switching to ramdisk...
Mon Oct 9 22:22:21 UTC 2023 upgrade: Performing system upgrade...
verifying sysupgrade tar file integrity
Unlocking kernel ...
Writing from <stdin> to kernel ... [ ][e][w]
umount: can't unmount /dev/ubiblock0_0: Invalid argument
[ 2218.863721] block ubiblock0_0: released
Volume ID 0, size 31 LEBs (3936256 bytes, 3.7 MiB), LEB size 126976 bytes (124.0 KiB), dynamic, name "rootfs", alignment 1
Set volume size to 9269248
Volume ID 1, size 73 LEBs (9269248 bytes, 8.8 MiB), LEB size 126976 bytes (124.0 KiB), dynamic, name "rootfs_data", alignment 1
Unlocking kernel ...
Writing from <stdin> to kernel ... [ ][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w][e][w]
sysupgrade successful
umount: can't unmount /dev: Resource busy
umount: can't unmount /tmp: Resource [ 2222.172339] mt7530-mdio mdio-bus:1f lan: Link is Down
busy
[ 2222.185609] br-lan: port 1(lan) entered disabled state
[ 2222.197757] device lan left promiscuous mode
[ 2222.206390] br-lan: port 1(lan) entered disabled state
[ 2222.256412] device eth0 left promiscuous mode
[ 2222.303895] reboot: Restarting system
===================================================================
MT7621 stage1 code 13:15:05 (ASIC)
CPU=50000000 HZ BUS=16666666 HZ
==================================================================
Change MPLL source from XTAL to CR...
do MEMPLL setting..
MEMPLL Config : 0x11100000
3PLL mode + External loopback
=== XTAL-40Mhz === DDR-1200Mhz ===
PLL4 FB_DL: 0xd, 1/0 = 549/475 35000000
PLL2 FB_DL: 0x14, 1/0 = 693/331 51000000
PLL3 FB_DL: 0x14, 1/0 = 764/260 51000000
do DDR setting..[00320381]
Apply DDR3 Setting...(use customer AC)
0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120
--------------------------------------------------------------------------------
0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1
000E:| 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
000F:| 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0
0010:| 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0
0011:| 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
rank 0 coarse = 15
rank 0 fine = 64
B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0
opt_dle value:10
DRAMC_R0DELDLY[018]=00001B1C
==================================================================
RX DQS perbit delay software calibration
==================================================================
1.0-15 bit dq delay value
==================================================================
bit| 0 1 2 3 4 5 6 7 8 9
--------------------------------------
0 | 12 7 12 9 11 7 11 7 4 9
10 | 5 11 7 10 6 10
--------------------------------------
==================================================================
2.dqs window
x=pass dqs delay value (min~max)center
y=0-7bit DQ of every group
input delay:DQS0 =28 DQS1 = 27
==================================================================
bit DQS0 bit DQS1
0 (1~56)28 8 (1~51)26
1 (1~52)26 9 (1~50)25
2 (1~54)27 10 (1~49)25
3 (1~55)28 11 (1~50)25
4 (1~55)28 12 (1~54)27
5 (1~54)27 13 (1~52)26
6 (1~55)28 14 (1~53)27
7 (1~56)28 15 (1~52)26
==================================================================
3.dq delay value last
==================================================================
bit| 0 1 2 3 4 5 6 7 8 9
--------------------------------------
0 | 12 9 13 9 11 8 11 7 5 11
10 | 7 13 7 11 6 11
==================================================================
==================================================================
TX perbyte calibration
==================================================================
DQS loop = 15, cmp_err_1 = ffff0000
dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1
dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2
DQ loop=15, cmp_err_1 = ffff05aa
DQ loop=14, cmp_err_1 = ffff01aa
DQ loop=13, cmp_err_1 = ffff01a2
DQ loop=12, cmp_err_1 = ffff0080
dqs_perbyte_dly.last_dqdly_pass[1]=12, finish count=1
DQ loop=11, cmp_err_1 = ffff0000
dqs_perbyte_dly.last_dqdly_pass[0]=11, finish count=2
byte:0, (DQS,DQ)=(a,8)
byte:1, (DQS,DQ)=(9,8)
20,data:9a
[EMI] DRAMC calibration passed
===================================================================
MT7621 stage1 code done
CPU=50000000 HZ BUS=16666666 HZ
===================================================================
U-Boot 1.1.3 (Jun 6 2016 - 13:15:24)
Board: Ralink APSoC DRAM: 256 MB
relocate_code Pointer at: 8ffac000
Config XHCI 40M PLL
******************************
Software System Reset Occurred
******************************
Allocate 16 byte aligned buffer: 8ffe0a10
Enable NFI Clock
# MTK NAND # : Use HW ECC
NAND ID [C2 F1 80 95 02]
Device not found, ID: c2f1
Not Support this Device!
chip_mode=00000001
Support this Device in MTK table! c2f1
select_chip
[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16
Signature matched and data read!
load_fact_bbt success 1023
load fact bbt success
[mtk_nand] probe successfully!
mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8
Env addr : 0x80000
..============================================
Ralink UBoot Version: 4.2.1.0
--------------------------------------------
ASIC MT7621AS (MAC to MT7530 Mode)
DRAM_CONF_FROM: Auto-Detection
DRAM_TYPE: DDR3
DRAM bus: 16 bit
Xtal Mode=3 OCP Ratio=1/3
Flash component: NAND Flash
Date:Jun 6 2016 Time:13:15:24
============================================
icache: sets:256, ways:4, linesz:32 ,total:32768
dcache: sets:256, ways:4, linesz:32 ,total:32768
##### The CPU freq = 880 MHZ ####
estimate memory size =256 Mbytes
Reset switch ...
#Reset_MT7530
Please choose the operation:
1: Load system code to SDRAM via TFTP.
2: Load system code then write to Flash via TFTP.
3: Boot system code via Flash (default).
4: Entr boot command line interface.
9: Load Boot Loader code then write to Flash via TFTP.
STANDALONE_LOAD_ADDR is 0xa0600000
..Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, cmd
1, 0x0000000D
cmd : 0x0000000D
0
Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, boot
Flash Sector Number : 522.
Bad block detected at 0x2240000, oob_buf[0] is 0x0
NAND Section 3, has bad block at address c1e40000, Image Offset 2240000
NAND Section 3, has bad block count 1
***************************************************
Sercomm Boot Version 2.00.1
***************************************************
Entering Firmware : Everything is OK.
=================================================
Check image validation:
Image1 Header Magic Number --> OK
Image2 Header Magic Number --> OK
Image1 Header Checksum --> OK
Image2 Header Checksum --> OK
Image1 Data Checksum --> .......................OK
Image2 Data Checksum --> ...........................................OK
Image1: OK Image2: OK
=================================================
..kernel2 addr :0xc1140000
flash base: 0xbfc00000, kernel addr :0xc1140000, bootloader size: 0x80000, config size 0x80000, fac size : 0x40000
..Erasing NAND Flash...
.Writing to NAND Flash...
done
3: System Boot system code via Flash.
## Booting image at c1140000 ...
Image Name: MIPS OpenWrt Linux-5.15.134
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 2796661 Bytes = 2.7 MB
Load Address: 80001000
Entry Point: 80001000
........................................... Verifying Checksum ... OK
Uncompressing Kernel Image ... LZMA ERROR 1 - must RESET board to recover
===================================================================
MT7621 stage1 code 13:15:05 (ASIC)
CPU=50000000 HZ BUS=16666666 HZ
==================================================================
Change MPLL source from XTAL to CR...
do MEMPLL setting..
MEMPLL Config : 0x11100000
3PLL mode + External loopback
=== XTAL-40Mhz === DDR-1200Mhz ===
PLL4 FB_DL: 0xd, 1/0 = 566/458 35000000
PLL2 FB_DL: 0x14, 1/0 = 717/307 51000000
PLL3 FB_DL: 0x14, 1/0 = 770/254 51000000
do DDR setting..[00320381]
Apply DDR3 Setting...(use customer AC)
0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120
--------------------------------------------------------------------------------
0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1
000E:| 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
000F:| 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0010:| 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0
0011:| 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
rank 0 coarse = 16
rank 0 fine = 32
B:| 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0
opt_dle value:11
DRAMC_R0DELDLY[018]=00001C1D
==================================================================
RX DQS perbit delay software calibration
==================================================================
1.0-15 bit dq delay value
==================================================================
bit| 0 1 2 3 4 5 6 7 8 9
--------------------------------------
0 | 11 7 11 9 11 7 10 7 4 9
10 | 5 11 7 10 6 9
--------------------------------------
==================================================================
2.dqs window
x=pass dqs delay value (min~max)center
y=0-7bit DQ of every group
input delay:DQS0 =29 DQS1 = 28
==================================================================
bit DQS0 bit DQS1
0 (1~56)28 8 (1~52)26
1 (1~52)26 9 (1~49)25
2 (0~52)26 10 (1~50)25
3 (1~55)28 11 (1~51)26
4 (1~56)28 12 (1~55)28
5 (1~55)28 13 (1~52)26
6 (1~54)27 14 (1~53)27
7 (1~57)29 15 (1~52)26
==================================================================
3.dq delay value last
==================================================================
bit| 0 1 2 3 4 5 6 7 8 9
--------------------------------------
0 | 12 10 14 10 12 8 12 7 6 12
10 | 8 13 7 12 7 11
==================================================================
==================================================================
TX perbyte calibration
==================================================================
DQS loop = 15, cmp_err_1 = ffff0000
dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1
dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2
DQ loop=15, cmp_err_1 = ffff05aa
DQ loop=14, cmp_err_1 = ffff01a2
DQ loop=13, cmp_err_1 = ffff01a2
DQ loop=12, cmp_err_1 = ffff0000
dqs_perbyte_dly.last_dqdly_pass[0]=12, finish count=1
dqs_perbyte_dly.last_dqdly_pass[1]=12, finish count=2
byte:0, (DQS,DQ)=(9,8)
byte:1, (DQS,DQ)=(9,8)
20,data:99
[EMI] DRAMC calibration passed
===================================================================
MT7621 stage1 code done
CPU=50000000 HZ BUS=16666666 HZ
===================================================================
U-Boot 1.1.3 (Jun 6 2016 - 13:15:24)
Board: Ralink APSoC DRAM: 256 MB
relocate_code Pointer at: 8ffac000
Config XHCI 40M PLL
******************************
Software System Reset Occurred
******************************
Allocate 16 byte aligned buffer: 8ffe0a10
Enable NFI Clock
# MTK NAND # : Use HW ECC
NAND ID [C2 F1 80 95 02]
Device not found, ID: c2f1
Not Support this Device!
chip_mode=00000001
Support this Device in MTK table! c2f1
select_chip
[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16
Signature matched and data read!
load_fact_bbt success 1023
load fact bbt success
[mtk_nand] probe successfully!
mtd->writesize=2048 mtd->oobsize=64, mtd->erasesize=131072 devinfo.iowidth=8
Env addr : 0x80000
..============================================
Ralink UBoot Version: 4.2.1.0
--------------------------------------------
ASIC MT7621AS (MAC to MT7530 Mode)
DRAM_CONF_FROM: Auto-Detection
DRAM_TYPE: DDR3
DRAM bus: 16 bit
Xtal Mode=3 OCP Ratio=1/3
Flash component: NAND Flash
Date:Jun 6 2016 Time:13:15:24
============================================
icache: sets:256, ways:4, linesz:32 ,total:32768
dcache: sets:256, ways:4, linesz:32 ,total:32768
##### The CPU freq = 880 MHZ ####
estimate memory size =256 Mbytes
Reset switch ...
#Reset_MT7530
Please choose the operation:
1: Load system code to SDRAM via TFTP.
2: Load system code then write to Flash via TFTP.
3: Boot system code via Flash (default).
4: Entr boot command line interface.
9: Load Boot Loader code then write to Flash via TFTP.
STANDALONE_LOAD_ADDR is 0xa0600000
..Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, cmd
1, 0x0000000D
cmd : 0x0000000D
0
Example expects ABI version 2
Actual U-Boot ABI version 2
e[31m******************************************
Uboot StandAlone Entry
******************************************e[0m
0, boot
Flash Sector Number : 522.
Bad block detected at 0x2240000, oob_buf[0] is 0x0
NAND Section 3, has bad block at address c1e40000, Image Offset 2240000
NAND Section 3, has bad block count 1
***************************************************
Sercomm Boot Version 2.00.1
***************************************************
Entering Firmware : Everything is OK.
=================================================
Check image validation:
Image1 Header Magic Number --> OK
Image2 Header Magic Number --> OK
Image1 Header Checksum --> OK
Image2 Header Checksum --> OK
Image1 Data Checksum --> .......................OK
Image2 Data Checksum --> ...........................................OK
Image1: OK Image2: OK
=================================================
..kernel2 addr :0xc1140000
flash base: 0xbfc00000, kernel addr :0xc1140000, bootloader size: 0x80000, config size 0x80000, fac size : 0x40000
..Erasing NAND Flash...
.Writing to NAND Flash...
done
3: System Boot system code via Flash.
## Booting image at c1140000 ...
Image Name: MIPS OpenWrt Linux-5.15.134
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 2796661 Bytes = 2.7 MB
Load Address: 80001000
Entry Point: 80001000
........................................... Verifying Checksum ... OK
Uncompressing Kernel Image ... LZMA ERROR 1 - must RESET board to recover
===================================================================
MT7621 stage1 code 13:15:05 (ASIC)
CPU=50000000 HZ BUS=16666666 HZ
==================================================================
Change MPLL source from XTAL to CR...
do MEMPLL setting..
MEMPLL Config : 0x11100000
3PLL mode + External loopback
=== XTAL-40Mhz === DDR-1200Mhz ===
PLL4 FB_DL: 0xd, 1/0 = 555/469 35000000
PLL2 FB_DL: 0x14, 1/0 = 684/340 51000000
PLL3 FB_DL: 0x14, 1/0 = 771/253 51000000
do DDR setting..[00320381]
Apply DDR3 Setting...(use customer AC)
0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120
And now that I see your logs, I remember that the 23.05 release currently doesn't boot on the NA502!
and
OK thx.
Does this also apply to the NA502s GW?
Easy to find out, try flashing 22.03 instead.
I think that the 502s is broken, too, without a fix in snapshot. I don't use these devices any longer in favor of a different Z-Wave gateway.
Thx. I’ll give it a try as well.
My NA502 GW now works as "Wireless Access Point (aka "Dumb" Access Point)" based on OpenWrt 22.03.6.
Thank you very much for your support.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.