On Sat, 25 Jan 2025 23:26:32 +0800, Weijie Gao wrote: > When enabling net console and console multiplexing, a boot crash was > observed using mtk_eth driver with stdin/stdout set to "serial,nc" > in persistent environment: > > > CPU: MediaTek MT7981 > > Model: OpenWrt One > > DRAM: 1 GiB > > Core: 35 devices, 15 uclasses, devicetree: separate > > spi-nand: spi_nand spi_nand@0: Winbond SPI NAND was found. > > spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: > > 2048, OOB size: 64 > > Loading Environment from UBI... SF: Detected w25q128 with page size 256 > > Bytes, erase size 4 KiB, total 16 MiB > > mtd: partition "ubi" extends beyond the end of device "spi-nand0" -- size > > truncated to 0x7f00000 > > Read 126976 bytes from volume ubootenv to 000000007f7bf0c0 > > Read 126976 bytes from volume ubootenv2 to 000000007f7de100 > > OK > > "Synchronous Abort" handler, esr 0x96000004, far 0xeafffffeea000018 > > elr: 0000000041e63cd4 lr : 0000000041e1b844 (reloc) > > elr: 000000007ff9ecd4 lr : 000000007ff56844 > > x0 : eafffffeea000018 x1 : 000000007fb552e0 > > x2 : 00000000000000fe x3 : 0000000000000000 > > [...]
Applied to u-boot/master, thanks! -- Tom