Here it is.
U-Boot 1.1.4-s1039 (May 24 2017 - 15:58:18)
DRAM: 64 MB
Flash: 8 MB (0xc2, 0x20, 0x17)
Net: AR8035
eth0, eth1
Board: Ubiquiti Networks AR9342 board (e845-32580.1123.0030)
Radio: 0777:e845
Reset: Normal
Hit any key to stop autoboot: 0
## Booting image at 9f050000 ...
Image Name: MIPS OpenWrt Linux-6.12.71
Created: 2026-03-03 0:14:15 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 2733368 Bytes = 2.6 MB
Load Address: 80060000
Entry Point: 80060000
Verifying Checksum at 0x9f050040 ...OK
Uncompressing Kernel Image ... OK
Starting kernel ...
ar7240> printenv
bootdelay=1
baudrate=115200
ethaddr=0x00:0xaa:0xbb:0xcc:0xdd:0xee
serverip=192.168.1.254
mtdids=nor0=ath-nor0
ethact=eth1
mtdparts=mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),1024k(kernel),6528k(rootfs),256k(cfg),64k(EEPROM)
bootcmd=bootm 0x9f050000
bootargs=console=tty0 root=31:03 rootfstype=squashfs init=/init
ipaddr=192.168.1.20
product=LM5
stdin=serial
stdout=serial
stderr=serial
ubntaddr=80200020
appinitdone=true
Environment size: 428/65532 bytes
[ 0.000000] Linux version 6.12.71 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32713-f919e7899d) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 Tue Mar 3 00:14:15 2026
[ 0.000000] printk: legacy bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001974c (MIPS 74Kc)
[ 0.000000] MIPS: machine is Ubiquiti Nanostation Loco M (XW)
[ 0.000000] SoC: Atheros AR9342 rev 3
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT
[ 0.000000] Primary instruction cache 64kB, 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-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] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16384
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 535.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7144898866 ns
[ 0.000002] sched_clock: 32 bits at 268MHz, resolution 3ns, wraps every 8027976190ns
[ 0.008439] Calibrating delay loop... 266.64 BogoMIPS (lpj=1333248)
[ 0.094985] pid_max: default: 32768 minimum: 301
[ 0.113346] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.121182] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.142626] Memory: 54096K/65536K available (7177K kernel code, 599K rwdata, 952K rodata, 1248K init, 239K bss, 10928K reserved, 0K cma-reserved)
[ 0.162408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.172983] futex hash table entries: 256 (order: 0, 3072 bytes, linear)
[ 0.189598] pinctrl core: initialized pinctrl subsystem
[ 0.199382] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.206607] thermal_sys: Registered thermal governor 'step_wise'
[ 0.229211] clocksource: Switched to clocksource MIPS
[ 0.256403] NET: Registered PF_INET protocol family
[ 0.261981] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.271812] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.280933] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.290604] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.298797] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.306388] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.314060] MPTCP token hash table entries: 512 (order: 1, 6144 bytes, linear)
[ 0.322186] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.329188] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.338028] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.344201] PCI: CLS 0 bytes, default 32
[ 0.353787] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[ 0.363113] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.369403] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.385044] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.397602] pinctrl-single 1804002c.pinmux: 544 pins, size 68
[ 0.406790] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.421043] printk: legacy console [ttyS0] disabled
[ 0.427113] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 10, base_baud = 2500000) is a 16550A
[ 0.436516] printk: legacy console [ttyS0] enabled
[ 0.436516] printk: legacy console [ttyS0] enabled
[ 0.446744] printk: legacy bootconsole [early0] disabled
[ 0.446744] printk: legacy bootconsole [early0] disabled
[ 0.495785] 5 fixed-partitions partitions found on MTD device spi0.0
[ 0.502803] Creating 5 MTD partitions on "spi0.0":
[ 0.507696] 0x000000000000-0x000000040000 : "u-boot"
[ 0.515905] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.523417] 0x000000050000-0x0000007b0000 : "firmware"
[ 0.531075] 2 uimage-fw partitions found on MTD device firmware
[ 0.537126] Creating 2 MTD partitions on "firmware":
[ 0.542242] 0x000000000000-0x0000002a0000 : "kernel"
[ 0.549302] 0x0000002a0000-0x000000760000 : "rootfs"
[ 0.556257] mtd: setting mtd4 (rootfs) as root device
[ 0.561570] 1 squashfs-split partitions found on MTD device rootfs
[ 0.567862] 0x0000006b0000-0x000000760000 : "rootfs_data"
[ 0.575454] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.582488] 0x0000007f0000-0x000000800000 : "art"
[ 0.922579] mdio_bus mdio.0: MDIO device at address 1 is missing.
[ 0.929306] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 0.938076] i2c_dev: i2c /dev entries driver
[ 0.945436] NET: Registered PF_INET6 protocol family
[ 0.958980] Segment Routing with IPv6
[ 0.962935] In-situ OAM (IOAM) with IPv6
[ 0.967143] NET: Registered PF_PACKET protocol family
[ 0.972457] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 0.986106] 8021q: 802.1Q VLAN Support v1.8
[ 1.330326] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.660314] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.669080] clk: Disabling unused clocks
[ 1.683261] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.698454] Freeing unused kernel image (initmem) memory: 1248K
[ 1.704544] This architecture does not have kernel memory protection.
[ 1.711115] Run /sbin/init as init process
[ 2.591212] init: Console is alive
[ 2.595218] init: - watchdog -
[ 3.942780] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.001665] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 4.014156] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.032316] init: - preinit -
[ 4.362056] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 8.059259] random: crng init done
Cannot parse config file '/etc/fw_env.config': No such file or directory
Failed to find NVMEM device
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
+^H^H[ 13.723212] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[ 13.736150] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 13.891017] procd: - early -
[ 13.894419] procd: - watchdog -
[ 14.709512] procd: - watchdog -
[ 14.779722] procd: - ubus -
[ 14.937129] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 14.954538] platform 19000000.eth: deferred probe pending: (reason unknown)
[ 15.190989] procd: - init -
# [ 19.720650] Loading modules backported from Linux version v6.18.7-0-g5dfbc5357
[ 19.728012] Backport generated by backports.git c8a37ce
[ 20.270335] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 20.564551] urngd: v1.0.2 started.
[ 20.688902] PPP generic driver version 2.4.2
[ 20.720771] NET: Registered PF_PPPOX protocol family
[ 20.901299] ieee80211 phy0: Atheros AR9340 Rev:3 mem=0x76646d4b, irq=11
[ 20.969805] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 21.260346] ag71xx-legacy 19000000.eth: Could not connect to PHY device. Deferring probe.