Tom Hall

Results 24 comments of Tom Hall

After choosing "Firmware console" and running `env default -a`, running `run menucmd`, then choosing "Boot from SD" also works.

Initially assumed that this issue would be device-agnostic. However, from the devices I've tested, only the Olimex Teres I fails. The pinebook pro doesn't appear to be affected by this...

Sorry I didn't get back to you before the weekend. Yes, I was testing the teres PR (#26) as-is (not rebased or anything). I checked the env today. The differences...

Having played with it a bit more, I think it might actually be related to _when_ it receives the key press to interrupt (So the env diff in my previous...

> Oh! that's an important distinction. Indeed. I assume previously it was _just_ getting to distro bootcmd before I managed to interrupt it, but I didn't realise. Here are some...

> tested against stock U-Boot to confirm that there's something to contribute back upstream. It never occurred to me to press Ctrl+C in the NixOS extlinux menu. Does it return...

> * can you try to build debug version? `CONFIG+=debug` at qmake should result in it. It's already a debug build (and linking against a debug build of qt). >...

I've been noticing this too. I have a config similar to @QasimK, in that it turns the display off, then waits a few seconds before locking. I wondered if perhaps...

I don't know how easy it is to set up on github, but one way to allow less experienced people to help out with pull requests would be to create...

Does the centos machine support user namespaces? Is this possibly the same issue: https://github.com/lethalman/nix-user-chroot/issues/9 (nix-bundle uses nix-user-chroot)