Michael Bishop
Michael Bishop
if this repo is ported to the rpi4 (at a minimum, i think the dram controller code would have to be overhauled), you could put the entire `bootcode.bin` this project...
DPI is one of the first video outputs i tested when figuring out the video subsystem but i didnt have a screen at the time, so i was only generating...
https://github.com/librerpi/lk-overlay/blob/9eb5d65e0da8ac737e44ddda88df96ef613641b6/platform/bcm28xx/dpi/dpi.c#L26-L50 my latest code can now drive a VGA monitor over DPI using the gertvga adapter board it will automatically compute the divisors needed to hit the target fps, based...
https://github.com/NixOS/hydra/blob/master/src/lib/Hydra/Plugin/GithubPulls.pm using `githubpulls` as an example, you could create a new input type, `githubbranches` that would then expose every branch to the declarative jobset system, and you can write some...
https://github.com/git/git/tree/master/contrib/persistent-https may speed up the `git fetch` that `hydra-eval-jobset` does constantly
what about a form of arc flash that can damage players if you try to switch things off the wrong way? https://www.youtube.com/watch?v=rdQR7-Ap6YQ
yeah, it may be best to not upstream this until the hydra-notify perf issues are fixed, possibly as a result of redoing the whole notify system
> This firmware changed an usb_mdio_write. is there any information on why PHY is in use? why cant linux just manage the PHY directly?
semi-related, if i let the closed/official `bootcode.bin` do a network boot on a pi2, and then the custom `start.elf` doesnt change the PHY configs linux is able to do usb...
@Yoshqu there is a much simpler way to measure boot time to the usec, without having to use that custom bootloader https://gist.github.com/cleverca22/58784f67690bfb97492f3f439ff00ed7 basically, ST_CLO begins counting at 1mhz, the instant...