07-20-2019, 12:38 PM
(07-20-2019, 10:18 AM)prw Wrote: Ahhh, I did not know about the manjaro port when I started working on this. Thanks for pointing this out.
Unfortunately I believe they have built their uboot incorrectly.
The board can easily be crashed by reading 3-4GB of data.
I can crash the manjaro image by running: dd if=/dev/mmcblk0 of=/dev/null bs=1M
It crashes after reading ~3.4GB.
uboot is not correctly initializing the memory controller properly and the kernel crashes once enough cache is used.
Uboot is pure mainline as far as I know
https://forum.manjaro.org/t/manjaro-arm-...ased/91858
Go tell the devs as they will be happy for the info.