Huffman

Results 6 comments of Huffman

Optionally if there's space one could mirror the "boot" region to the end of the flash if there's space. This is how recovery mode is done with [GPT](https://en.wikipedia.org/wiki/GUID_Partition_Table), the replacement...

>Especially if we expect to support V6 PCMs :eyes: If that's on the roadmap, I have a couple V6 PCM vehicles to test :man_scientist:

A few examples of flash devices which lack dedicated wear leveling hardware controllers are micro/SD, CompactFlash, USB flash drives, eMMC modules. These "hot blocks" or zones that dangowrt mentioned will...

> All of those devices have wear levelling. They majorly utilize software based wear leveling on the OS. There is few exceptions I've seen for SD/mSD/eMMC that are industrial non...

With environment variables being more dynamic than volumes it can feel limiting to manage them in the cockpit terminal.

I would suggest when using a rootless user container to follow the [official docs](https://docs.podman.io/en/latest/markdown/podman-run.1.html#rootless-containers) as they provide safer methods. (This requires the `crun` runtime along with the other [dependencies](https://docs.podman.io/en/latest/markdown/podman-run.1.html#rootless-containers) mentioned.)...