(04-01-2016, 11:47 AM)longsleep Wrote: The Arch release from 20160304-1 works (detects 1GB only, no crash with 1000M ethernet). That and other old images can be downloaded from https://www.stdin.xyz/downloads/people/l...linux/OLD/ if you cannot wait any longer
So my preliminary findings indicate that the Ethernet crashing always happens with the board is booted with a FDT which has 2GB RAM set in /memory section. This is also the reason, why any of the older images which use the Android boota image for booting work, as this boot method does not set the 2GB memory node and always boots whatever is in the FDT (1GB) and thus also do not crash. Any insights from the Pine64 would be helpful on this.
Btw, you can change the U-Boot environment to use boota in any of my images back to the older default (see https://github.com/longsleep/u-boot-pine...3194b29ea8) . You need to build the kernel.img as well (resurrect the script for that from https://github.com/longsleep/build-pine6...c37a6f9895).