delipunch
delipunch
How about this ``` c++ //This sketch is a way of initializing the EEPEROM for Bill's Arduino (https://github.com/pepijndevos/arduino-boy) //By Alex McPhail //I don't care how you use this #include #include...
So what's the difference in the layouts? And you could include it as a separate .ino
So I've made a fork, and it mirrors your data, thus doesn't need initialization, because it's your save, "copied". All I did was remove all instances of Serial, and changed...
I've since replaced the 256GB Kingston drive with a 500GB Crucial P2 (`CT500P2SSD8`) and cold boots seem to be more reliable, so I've not had a chance to try the...
For what it's worth, the rating for Power State 0 of the Crucial drive is 3.5W max, compared to ~8W for the Kingston's Power State 0. Additionally, the Crucial P2...
`CONFIG_CHROMEOS_TBMC` has been compiled as a module (setting `m`) by default in at least Linux 5.3, so you just `modprobe chromeos_tbmc`. It doesn't seem to actually work, but that's beyond...
I used https://github.com/devendor/c302ca/blob/main/src/modewatcher.py on my CAVE. Needs python and kernel 5.10 or later (I think. I know the default kernel for GalliumOS doesn't have the needed features, but the Ubuntu...
So far, asus c302c cave and 'Dell Chromebook 11 3189 (2 in 1) braswell' as per this survey I conducted https://www.reddit.com/r/GalliumOS/comments/e67bec/calling_all_2_in_1_owners_please_perform_this_test/
Is the appropriate module `intel-vbtn`, then? If so, that doesn't do anything that I can see when I check with `acpi_listen`, `xev`, or `dmesg`. I see in the [source for...
Looking through the github links for firmware release 4.12, I saw this commit (https://github.com/MrChromebox/coreboot/commit/48ab1e4a2c9395e59d91ac02ae1e6c23c46c20a5) that seemed to indicate that this issue might've been fixed. I gave the new firmware a...