Perhaps this indicates some progress:
I was able to boot the sysupgrade.bin image from TFTP (just to clarify this is the same imaged used during the initial install downloaded from https://openwrt.org/toh/hwdata/ruijie/ruijie_rg-ew3200gx_pro)
The @frollic image aparently did some changes to the mtd partitions during load
Here is the console log (and mtd / mount info at the end of the log)
Notes:
if I try to flash the image to the mtd (via sysupgrade) the router doesn't boot up with error
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
(will provide complete console log in my next post)
Bytes transferred = 15269888 (e90000 hex)
get filesize 0xe90000
bootm flag=0, states=70f
## Loading kernel from FIT Image at 4007ff28 ...
Using 'config-1' configuration
Trying 'kernel-1' kernel subimage
Description: ARM64 OpenWrt Linux-5.10.176
Type: Kernel Image
Compression: lzma compressed
Data Start: 0x40080014
Data Size: 3757760 Bytes = 3.6 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x44000000
Entry Point: 0x44000000
Hash algo: crc32
Hash value: 4bc4af17
Hash algo: sha1
Hash value: e3392e4f112b42601a89d03996ce4da79fea0f4c
Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading fdt from FIT Image at 4007ff28 ...
Using 'config-1' configuration
Trying 'fdt-1' fdt subimage
Description: ARM64 OpenWrt ruijie_rg-ew3200gx-pro device tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4041581c
Data Size: 28329 Bytes = 27.7 KiB
Architecture: AArch64
Hash algo: crc32
Hash value: d5d49dce
Hash algo: sha1
Hash value: d399d02d67875c07872172baf0a79e88f37a341c
Verifying Hash Integrity ... crc32+ sha1+ OK
Booting using the fdt blob at 0x4041581c
Uncompressing Kernel Image ... OK
Loading Device Tree to 4cf53000, end 4cf5cea8 ... OK
Starting kernel ...
[ATF][ 74.941143]save kernel info
[ATF][ 74.944080]Kernel_EL2
[ATF][ 74.946750]Kernel is 64Bit
[ATF][ 74.949838]pc=0x44000000, r0=0x4cf53000, r1=0x0
INFO: BL3-1: Preparing for EL3 exit to normal world, Kernel
INFO: BL3-1: Next image address = 0x44000000
INFO: BL3-1: Next image spsr = 0x3c9
[ATF][ 74.967536]el3_exit
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.10.176 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Thu Apr 27 20:28:15 2023
[ 0.000000] Machine model: Ruijie RG-EW3200GX PRO
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] DMA zone: 1024 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 65536 pages, LIFO batch:15
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] percpu: Embedded 20 pages/cpu s44312 r8192 d29416 u81920
[ 0.000000] pcpu-alloc: s44312 r8192 d29416 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512
[ 0.000000] Kernel command line: console=ttyS0,115200n1 swiotlb=512
[ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 232824K/262144K available (8318K kernel code, 894K rwdata, 1448K rodata, 448K init, 300K bss, 29320K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
[ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[ 0.000003] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[ 0.000188] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
[ 0.000199] pid_max: default: 32768 minimum: 301
[ 0.000272] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.000279] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.001294] rcu: Hierarchical SRCU implementation.
[ 0.001401] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.001587] smp: Bringing up secondary CPUs ...
[ 0.001929] Detected VIPT I-cache on CPU1
[ 0.001973] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.002035] smp: Brought up 1 node, 2 CPUs
[ 0.002043] SMP: Total of 2 processors activated.
[ 0.002048] CPU features: detected: 32-bit EL0 Support
[ 0.002052] CPU features: detected: CRC32 instructions
[ 0.002163] CPU: All CPU(s) started at EL2
[ 0.002174] alternatives: patching kernel code
[ 0.005256] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.005275] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.005363] pinctrl core: initialized pinctrl subsystem
[ 0.006472] NET: Registered protocol family 16
[ 0.006801] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.006826] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.006848] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.007163] thermal_sys: Registered thermal governor 'fair_share'
[ 0.007166] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.007171] thermal_sys: Registered thermal governor 'step_wise'
[ 0.007176] thermal_sys: Registered thermal governor 'user_space'
[ 0.007393] ASID allocator initialised with 65536 entries
[ 0.007900] pstore: Registered ramoops as persistent store backend
[ 0.007907] ramoops: using 0x10000@0x42ff0000, ecc: 0
[ 0.033548] cryptd: max_cpu_qlen set to 1000
[ 0.035305] SCSI subsystem initialized
[ 0.035684] libata version 3.00 loaded.
[ 0.035809] usbcore: registered new interface driver usbfs
[ 0.035835] usbcore: registered new interface driver hub
[ 0.035857] usbcore: registered new device driver usb
[ 0.037771] clocksource: Switched to clocksource arch_sys_counter
[ 0.038309] NET: Registered protocol family 2
[ 0.038402] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.039175] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.039193] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.039212] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.039239] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.039306] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.039321] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.039415] NET: Registered protocol family 1
[ 0.039436] PCI: CLS 0 bytes, default 64
[ 0.042293] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.044820] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.044833] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.078519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.082144] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
[ 0.096211] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.097880] printk: console [ttyS0] disabled
[ 0.118082] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 21, base_baud = 1562500) is a ST16650V2
[ 0.706092] printk: console [ttyS0] enabled
[ 0.711226] mtk_rng 1020f000.rng: registered RNG driver
[ 0.711387] random: crng init done
[ 0.716625] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.728263] loop: module loaded
[ 0.731407] Loading iSCSI transport class v2.0-870.
[ 0.737500] mtk-spi-nor 11014000.spi: IRQ not available.
[ 0.743571] spi-nor spi0.0: XM25QH128C (16384 Kbytes)
[ 0.748778] 8 fixed-partitions partitions found on MTD device spi0.0
[ 0.755144] OF: Bad cell count for /spi@11014000/flash@0/partitions
[ 0.761420] OF: Bad cell count for /spi@11014000/flash@0/partitions
[ 0.767846] Creating 8 MTD partitions on "spi0.0":
[ 0.772630] 0x000000000000-0x000000040000 : "Preloader"
[ 0.778169] 0x000000040000-0x000000060000 : "ATF"
[ 0.783117] 0x000000060000-0x0000000b0000 : "u-boot"
[ 0.788326] 0x0000000b0000-0x0000000d0000 : "u-boot-env"
[ 0.793840] 0x0000000d0000-0x000000150000 : "Factory"
[ 0.799140] 0x000000150000-0x000000160000 : "product_info"
[ 0.804839] 0x000000160000-0x000000170000 : "kdump"
[ 0.809947] 0x000000170000-0x000001000000 : "firmware"
[ 0.815423] 2 fit-fw partitions found on MTD device firmware
[ 0.821088] Creating 2 MTD partitions on "firmware":
[ 0.826045] 0x000000000000-0x0000003e0000 : "kernel"
[ 0.831351] 0x0000003e0000-0x000000e90000 : "rootfs"
[ 0.836513] mtd: setting mtd36 (rootfs) as root device
[ 0.841697] 1 squashfs-split partitions found on MTD device rootfs
[ 0.847878] 0x0000007d0000-0x000000e90000 : "rootfs_data"
[ 0.865475] mtk-spi-nor 11014000.spi: spi frequency: 46666653 Hz
[ 0.896983] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc011bc0000, irq 28
[ 0.906555] i2c /dev entries driver
[ 0.911020] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 0.921687] NET: Registered protocol family 10
[ 0.926768] Segment Routing with IPv6
[ 0.930489] NET: Registered protocol family 17
[ 0.934952] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 0.948071] 8021q: 802.1Q VLAN Support v1.8
[ 0.953402] pstore: Using crash dump compression: deflate
[ 0.968082] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
[ 0.974618] mtk-pcie 1a143000.pcie: Parsing ranges property...
[ 0.980466] mtk-pcie 1a143000.pcie: MEM 0x0020000000..0x0027ffffff -> 0x0020000000
[ 1.027286] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
[ 1.033473] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.038955] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
[ 1.045822] pci_bus 0000:00: scanning bus
[ 1.049874] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
[ 1.055901] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
[ 1.064564] pci_bus 0000:00: fixups for bus
[ 1.068749] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
[ 1.075442] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.083455] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
[ 1.090245] pci_bus 0000:01: scanning bus
[ 1.094458] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
[ 1.100639] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[ 1.107962] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[ 1.115283] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[ 1.123238] pci 0000:01:00.0: supports D1 D2
[ 1.127499] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.134134] pci 0000:01:00.0: PME# disabled
[ 1.138622] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 1.178896] pci_bus 0000:01: fixups for bus
[ 1.183073] pci_bus 0000:01: bus scan returning with max=01
[ 1.188649] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.195260] pci_bus 0000:00: bus scan returning with max=01
[ 1.200843] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
[ 1.208495] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
[ 1.216491] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
[ 1.223277] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
[ 1.231100] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
[ 1.238925] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
[ 1.246742] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.251710] pci 0000:00:00.0: bridge window [mem 0x20000000-0x201fffff]
[ 1.258567] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[ 1.265172] pcieport 0000:00:00.0: assign IRQ: got 0
[ 1.270144] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.276247] pcieport 0000:00:00.0: enabling bus mastering
[ 1.282067] mtk_hsdma 1b007000.dma-controller: Using 3 as missing dma-requests property
[ 1.290267] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
[ 1.345917] mt7530 mdio-bus:00 lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=136)
[ 1.365637] mt7530 mdio-bus:00 lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=137)
[ 1.385263] mt7530 mdio-bus:00 lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=138)
[ 1.404892] mt7530 mdio-bus:00 lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=139)
[ 1.424499] mt7530 mdio-bus:00 wan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=140)
[ 1.436004] mt7530 mdio-bus:00: configuring for fixed/2500base-x link mode
[ 1.443041] DSA: tree 0 setup
[ 1.443240] mt7530 mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 1.456458] VFS: Mounted root (squashfs filesystem) readonly on device 31:36.
[ 1.463799] Freeing unused kernel memory: 448K
[ 1.507812] Run /sbin/init as init process
[ 1.511899] with arguments:
[ 1.514857] /sbin/init
[ 1.517553] with environment:
[ 1.520704] HOME=/
[ 1.523054] TERM=linux
[ 1.765103] init: Console is alive
[ 1.768656] init: - watchdog -
[ 1.804180] kmodloader: no module folders for kernel version 5.10.176 found
[ 1.812330] init: - preinit -
[ 2.154909] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 2.163274] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 2.176010] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
[ 2.183269] 8021q: adding VLAN 0 to HW filter on device lan1
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
[ 4.277863] jffs2: notice: (834) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 4.294691] mount_root: switching to jffs2 overlay
[ 4.311915] overlayfs: upper fs does not support tmpfile.
[ 4.333367] overlayfs: "xino" feature enabled using 32 upper inode bits.
[ 4.348197] urandom-seed: Seeding with /etc/urandom.seed
[ 4.397935] procd: - early -
[ 4.400868] procd: - watchdog -
[ 4.935920] procd: - watchdog -
[ 4.939327] procd: - ubus -
[ 4.992810] procd: - init -
Please press Enter to activate this console.
[ 5.224071] urngd: v1.0.2 started.
[ 5.237284] kmodloader: no module folders for kernel version 5.10.176 found
[ 8.550947] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
[ 8.560924] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 8.569327] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 8.569561] br-lan: port 1(eth0) entered blocking state
[ 8.583194] br-lan: port 1(eth0) entered disabled state
[ 8.588596] device eth0 entered promiscuous mode
[ 8.595144] br-lan: port 1(eth0) entered blocking state
[ 8.600406] br-lan: port 1(eth0) entered forwarding state
BusyBox v1.36.1 (2023-05-26 21:04:48 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r23104-ef98dc3b3e
-----------------------------------------------------
=== 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:/# ifconfig
br-lan Link encap:Ethernet HWaddr 54:16:51:BE:AF:30
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fd0a:7463:1794::1/60 Scope:Global
inet6 addr: fe80::5616:51ff:febe:af30/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1504 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1928 (1.8 KiB)
eth0 Link encap:Ethernet HWaddr 54:16:51:BE:AF:30
UP BROADCAST RUNNING MULTICAST MTU:1504 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:2784 (2.7 KiB)
Interrupt:28
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6864 (6.7 KiB) TX bytes:6864 (6.7 KiB)
root@OpenWrt:/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 4.0M 4.0M 0 100% /rom
tmpfs 113.9M 52.0K 113.9M 0% /tmp
/dev/mtdblock10 6.8M 348.0K 6.4M 5% /overlay
overlayfs:/overlay 6.8M 348.0K 6.4M 5% /
tmpfs 512.0K 0 512.0K 0% /dev
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 "Preloader"
mtd1: 00020000 00010000 "ATF"
mtd2: 00050000 00010000 "u-boot"
mtd3: 00020000 00010000 "u-boot-env"
mtd4: 00080000 00010000 "Factory"
mtd5: 00010000 00010000 "product_info"
mtd6: 00010000 00010000 "kdump"
mtd7: 00e90000 00010000 "firmware"
mtd8: 003e0000 00010000 "kernel"
mtd9: 00ab0000 00010000 "rootfs"
mtd10: 006c0000 00010000 "rootfs_data"
root@OpenWrt:/# touch /etc/_test
root@OpenWrt:/# cat /etc/fw_env.config
cat: can't open '/etc/fw_env.config': No such file or directory
root@OpenWrt:/# cat /proc/cmdline
console=ttyS0,115200n1 swiotlb=512
root@OpenWrt:/# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mtdblock10 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,noexec,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,noatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
pstore on /sys/fs/pstore type pstore (rw,noatime)
root@OpenWrt:/#