MichaIng
MichaIng
Would it be an option to add a workaround for Windows, to either set a lower `expiration_interval` or a e.g. hardcoded `timeout=0.1` only on Windows? I currently do not find...
Basically I mean to leave things for Windows as they are currently, until we find a better solution, but apply this PR/change to all other systems, where it clearly enhances...
To go on, I opened a new PR: #401 It's the same as this one, but caps the `select()` timeout to 0.05 seconds on Windows. Whether this is a sufficiently...
> I did not include armv6. Is this really used? Yes it is, Raspberry Pi 1 and Raspberry Pi Zero models (which are still heavily used), so would be great...
`gcc-arm-linux-gnueabihf` compiler with `--with-arch=armv6 --with-float=hard --with-fpu=vfp` flags does not work?
Here is the official toolchain: https://github.com/raspberrypi/tools But it states to be deprecated and suggests what I posted above. What generally works is compiling on a Raspbian system, e.g. booted/chrooted as...
It would need to be linked against an older glibc version to be compatible with older OS versions. Debian/Raspbian Buster ships v2.28, and it is the most used distro version...
Actually code and pre tags are excluded automatically since a while. But what I recognised is that this does not apply for other tags inside code or pre tags, like...
Jep, it got many conflicts anyway. I'll review current docs and in case redo the PR when I find time.
Linking for further info: https://dietpi.com/forum/t/loaded-kernel-remains-outdated-after-reboot/14880/29 Alternative syntax to load a config file into U-Boot script: https://github.com/mdrjr/n2_bootini/blob/master/boot.ini Would need to be tested with mainline U-Boot, and whether ini sections break loading...