Trammell Hudson
Trammell Hudson
One of my thoughts for ensuring reproducibility is to have two CI runners with different base OS images and require that they produce the same firmware images for any commits....
A few other important things: * Linux must have an initrd provided, or else it will generate a irreproducible one from the host system's `/dev/console` * Linux 4.x seems to...
Anything using wild cards is suspect... it looks like lvm2 might have a problem in its makefile that globs the exported symbols: https://github.com/osresearch/linux-builder/issues/6 gnu make has sorted, then unsorted, and...
Maybe the [MAX5184](https://datasheets.maximintegrated.com/en/ds/MAX5181-MAX5184.pdf)? 40 MHz, 10 bit.
I think we can power it from the Beaglebone -- both the analog and digital voltage supply want 3.3V and less than 10mA together. The output voltage on the i386...
Yeah, there are some rough edges on the config changes. Somewhere in the receive code it assumes a 512x64 display, but the default config is 256x128. this should be prioritized...
Looks like we're currently missing: ` ` (0x20), `"` (0x22), `&` (0x26), `'` (0x27), `(` (0x28), `)` (0x29), `+` (0x2b), `;` (0x3b), `=` (0x3d), `?` (0x3f), `J` (0x4a), `K` (0x4b),...
Is there a way to detect which board the firmware is running on? If so then PF3 could be a GPIO for the Gecko boards, but dedicated SPI pin for...
That's the same behaviour I saw with the two button remotes -- the flash was almost functional for reporting its ID, but would never format or read correctly. Thanks for...
Yes, it works to toggle pin 0. further details: https://forum.pjrc.com/threads/25368-How-do-I-receive-a-numlock-capslock-LED-signal-from-the-PC