Raspberry Pi port, piCore-15.0 is available!
submitqc: tree.tcz correct block size? Not in 4096 block size. Extension will be rebuilt.
$ uname -aLinux box 6.6.47-piCore-v8 #21 SMP PREEMPT Sat Aug 31 15:08:05 EDT 2024 aarch64 GNU/Linux$ version15.0
$ unsquashfs -s ${PACKAGE}.tczFound a valid SQUASHFS 4:0 superblock on tree.tcz.Creation or last append time Sat Feb 8 20:12:53 2025Filesystem size 38432 bytes (37.53 Kbytes / 0.04 Mbytes)Compression gzipBlock size 16384Filesystem is exportable via NFSInodes are compressedData is compressedUids/Gids (Id table) are compressedFragments are compressedAlways-use-fragments option is not specifiedXattrs are compressedDuplicates are removedNumber of fragments 0Number of inodes 9Number of ids 1Number of xattr ids 0
$ submitqc --libs
$ unsquashfs -s ${PACKAGE}.tczFound a valid SQUASHFS 4:0 superblock on tree.tcz.Creation or last append time Sat Feb 8 20:14:38 2025Filesystem size 40429 bytes (39.48 Kbytes / 0.04 Mbytes)Compression gzipBlock size 4096Filesystem is exportable via NFSInodes are compressedData is compressedUids/Gids (Id table) are compressedFragments are compressedAlways-use-fragments option is not specifiedXattrs are compressedDuplicates are removedNumber of fragments 0Number of inodes 9Number of ids 1Number of xattr ids 0
So this means that with 'submitqc' the paramter '--blocksize=16384' is needed for piCore64. ...
It is required for the pi5 kernel, so for aarch64, it is required.