Thomas Watson
Thomas Watson
Did you get any interesting results from this? I think some options are changing to more sensible defaults and there was a new Asahi kernel release just recently which I...
Nixpkgs still uses gcc-9.3 for aarch64. There have been efforts to upgrade it but they didn't pan out. I'm not sufficiently competent in that area to figure out why. Is...
This is something I would think would be super neat too, but it's unclear what the performance impact might be.
Duplicate detection is great for large numbers of small files, but I have several interesting use cases involving small numbers of large files and it is a big waste there....
It has detected the board fine, see `Board variant: n2-plus` on line 117 of the log. But in any case, I also have this problem. I booted with the SD...
I did some bisecting and U-Boot commit e2e95e5e breaks `sf probe`. They realized this eventually and U-Boot commit b81ce79d fixes that but `sf read` still doesn't work properly. My next...
I lied again, oops. Please give this patch a try.
I didn't know that `release()` might crash in some circumstances. How would I tell before calling it that it might crash? Is this something the code can tell? If it's...
I have this issue too. I installed it through `brew install armmbed/formulae/arm-none-eabi-gcc` which installs the toolchain from [here](https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2).
Looks like this is because I am using `pkgsCross.aarch64-multiplatform.buildUBoot` even on native aarch64. Lzip was introduced as a dependency in that commit and it is not happy with that. I'll...