Kyle Manna
Kyle Manna
I see the identical error on Arch Linux kernel 5.7.2 with a [Kingwin KWCR-801U3 Memory Card Reader](https://www.amazon.com/Kingwin-KWCR-801U3-Desktop-MacBook-Include/dp/B01K0P8GJQ). The errors are reported every 2 seconds for each memory card slot that...
The same issues are exhibited on an old [USB 2.0 IOGear GFR209 Memory Card reader](https://www.iogear.com/datasheet/generate/GFR209/view), so I don't suspect that this is the device controller or firmware at this point.
As an additional data point, this seems to be triggered by the kernel itself (not sure though, didn't dig any deeper) and is displayed with `btrace`: ``` ~ ❯❯❯ sudo...
I'm hitting this as well on Arch Linux. I've tried `make clean` and `git clean -X -f` from the top level of v0.92 assuming something was stale from an older...
Did some more poking around and the Arch AUR build has a hacky workaround with the [build_detect_platform-02.patch](https://gist.github.com/kylemanna/58044e2cdfc20ff103e2) available @ https://aur.archlinux.org/packages/armory-git/ With this "patch" tagged version v0.92.1 "works for me" Can...
My dream would be to have a test framework that allows for CI and running of test suites on real world ARM Cortex-M1/M3/M4 devices. CI on real hardware after every...
I have a few ideas about this that I'll try to implement in the coming week(s) when I get time. Essentially, the trick is to leverage the LUKS salts stored...
> Getting the salt from the slot is a bit nasty, to my knowledge you will only get it from luksDump, where you need to do some fancy grep-things. >...
I'll take a swing at writing something up in C to test it.
> What's the status on this? It's the only thing that keeps me from rolling it out. Life and other projects happened and then forgot about it. Still would like...