Tow-Boot / Tow-Boot

An opinionated distribution of U-Boot. — https://matrix.to/#/#Tow-Boot:matrix.org?via=matrix.org
https://tow-boot.org
MIT License
512 stars 140 forks source link

Investigate enabling pstore by default #174

Open samueldr opened 2 years ago

samueldr commented 2 years ago

Ref:

Noting that the feature is relatively recent

CommitDate: Wed Oct 14 11:16:19 2020 -0400
AndreySV commented 1 year ago

BTW, have you managed to get working pstore on OG PP? ramoops?

AndreySV commented 1 year ago

JFYI u-boot doesn't support compressed pstore now. So any pstore compression algorithms should be disabled in the kernel config. By default DEFLATE compression is used. It looks like compression is used only for dumps. console and user logs are not compressed.

Here are details, that needed to get pstore working on OG PP.

samueldr commented 1 year ago

Haven't looked at the problem space at all yet, so no. It's more of a note of a thing to configure and make sure is working before stating it is working :)

EDIT: forgot to say: thank you for sharing notes!

AndreySV commented 8 months ago

This is one of the changes needed for pstore: https://github.com/Tow-Boot/Tow-Boot/pull/291