Samuel Holland

Results 21 comments of Samuel Holland

Should we keep this open to track the TODO for more complete message processing?

Both of the mentioned boards were added in #189. A new issue could be opened for additional boards.

I see an ALL-H5-CC (with H5) board in U-Boot, as `libretech_all_h5_cc_h5_defconfig`. Are you saying it should have the same config as ALL-H3-CC (with H5)? If so, I can make a...

Yes, it is possible that your issue is related to Crust. What distro are you using? Some distros build Crust with [a few debugging options](https://github.com/crust-firmware/crust/blob/master/common/debug/Kconfig#L100-L120) already enabled. Otherwise, you will...

It [does not have those options enabled](https://gitlab.manjaro.org/manjaro-arm/packages/core/uboot-pinephone/-/blob/master/PKGBUILD#L99). You can enable them by changing that block of lines and rebuilding the package: ```shell echo -e "\nBuilding CRUST for Pine64 PinePhone...\n" echo...

Yes, that should work. It looks like installing the updated package will try to flash the new U-Boot binary.

Crust is inside the U-Boot binary, so you have to flash U-Boot to get the updated Crust. There's no rush; install the debug firmware and try to collect the logs...

Yes, that's the plan. The NVMEM output you provided looks good (but see below). Examining the nonzero word, the first two digits confirm this is output from Crust v0.5. The...

> I am a but fuzzy on turning `cpuilde.off=1` how to do I make that happen? From the Manjaro packaging, it looks like you would need to add the option...

Yes, all of that looks good. The integrity check failing is expected, since you did change which version of the crust source code got downloaded. The purpose of adding the...