rtl8196e icon indicating copy to clipboard operation
rtl8196e copied to clipboard

Failed to initialise xz decompressor

Open Alter0ne opened this issue 5 years ago • 2 comments

[ 2.600000] SQUASHFS error: Failed to initialise xz decompressor Now I can't find solution for xz decompressor bug. It's need to fulfil latest mtd_utils or make possible compilation with old glibc 2.28.

Alter0ne avatar Aug 15 '20 12:08 Alter0ne

@Alter0ne Built a firmware on Ubuntu 18.04 and reverted the 16cf429 commit, but received the following:

[    1.340000] SPI INIT
[    1.350000]  ------------------------- Force into Single IO Mode ------------------------ 
[    1.360000] |No chipID  Sft chipSize blkSize secSize pageSize sdCk opCk      chipName    |
[    1.370000] | 0 c22017h  0h  800000h  10000h   1000h     100h   50    0   MX6405D/05E/45E|
[    1.380000]  ---------------------------------------------------------------------------- 
[    1.390000] SPI flash(MX6405D/05E/45E) was found at CS0, size 0x800000
[    1.410000] Creating 3 MTD partitions on "flash_bank_1":
[    1.420000] 0x000000000000-0x000000010000 : "boot"
[    1.440000] 0x000000010000-0x000000800000 : "linux"
[    1.460000] 0x000000130000-0x000000800000 : "rootfs"
[    1.480000] mtd: device 2 (rootfs) set to be root filesystem
[    1.490000] mtd: partition "rootfs_data" created automatically, ofs=0x2df000, len=0x521000
[    1.500000] 0x0000002df000-0x000000800000 : "rootfs_data"
[    1.520000] 
[    1.520000] Probing RTL819X NIC-kenel stack size order[1]...
[    2.200000] eth0 added. vid=9 Member port 0x10f...
[    2.210000] eth1 added. vid=8 Member port 0x10...
[    2.220000] [peth0] added, mapping to [eth1]...
[    2.230000] usbcore: registered new interface driver usb-storage
[    2.240000] -------8196D OTG init 
[    2.460000] dwc_otg: version 2.60a 22-NOV-2006
[    2.470000] DWC_otg: OTG Device not found ! Bad value for SNPSID: 0x00000000
[    2.490000] TCP: westwood registered
[    2.500000] NET: Registered protocol family 17
[    2.510000] 8021q: 802.1Q VLAN Support v1.8
[    2.530000] SQUASHFS error: Filesystem uses "lzma" compression. This is not supported
[    2.540000] List of all partitions:
[    2.550000] 1f00              64 mtdblock0  (driver?)
[    2.560000] 1f01            8128 mtdblock1  (driver?)
[    2.580000] 1f02            6976 mtdblock2  (driver?)
[    2.600000] 1f03            5252 mtdblock3  (driver?)
[    2.610000] No filesystem could mount root, tried:  squashfs
[    2.620000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,2)
[    2.620000] System halted.

Not sure why it thinks it's LZMA rather than XZ, rootfs is definately using XZ compression. Any ideas? (Thanks you've been very helpful)

chaolue avatar Aug 17 '20 03:08 chaolue

I think it's aproblem with bootloader.

xromansx avatar Aug 18 '20 21:08 xromansx