-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpi: switch to zstd squashfs images #3212
Conversation
It probably requires a little more analysis to be sure (ie. file size comparisons etc.), but I suspect we could probably switch all systems to |
|
I use zstd for Generic since a while and works fine so far. Btw. what about other ARM platforms like S905? |
AML S905 is faster then RPi3+ so it should (benchmark needed) be okay, requires mainline ofc, ancient 3.14 won't do it. |
Time to look at merging with LE9.2 branched? |
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
With my own nightly test builds, the SYSTEM image file with zstd is reduced in size as follows:
Handy! :) |
@antonlacon |
Signed-off-by: Ian Leonard <[email protected]>
@Kwiboo fyi on rockchip change. Verified CONFIG_SQUASHFS_ZSTD=y was in configs, but didn't test anything past that. This also puts all projects on zstd. |
Is this good to go - remove block label and merge? |
As far as I know, it's complete. I've used zstd on rpi since at least October, and the 1MB block size since January. |
Thanks! |
For LE10.
Switch generic too? I'm not sure a user will notice but it should save bandwidth/storage on LE's end.
Benchmarks available here: #3209