Charlie Bruce

Results 6 comments of Charlie Bruce

I found the following that might be useful: * You might need to remove excess capacitance from the target supply (3.3v) rail. I tried this technique on a board with...

> @charliebruce I have some signing keys, but I cant pass them. We may want to just create some server that can publish any new firmware version and use the...

Specifically I'd suggest something like this: 1. Encode the key: `cat private.pem | base64 > private.b64` 2. Paste the contents of `private.b64` into a GitHub Secret, eg `FIRMWARE_SIGNING_KEY`. May need...

As far as I know, @SrPatinhas hasn't done the above. If it's possible for him to follow the above steps I can handle the rest without needing more permissions. Alternatively,...

I feel like disclosing the bootloader signing keys publicly is a reasonable thing to do, by the way, @SrPatinhas. There are minor risks (as it could potentially allow a potential...

Ah, perfect, thanks @SrPatinhas, I think I can work with that. I've got a lot on right now, but might be able to get it building a flashable FW image...