On Sat, Feb 18, 2017 at 04:30:54PM +0100, stolen data wrote: > Hi, > > I just put miniroot60.fs of the ARM64 snapshot released two days go onto a > microSD card, copied the relevant dtb-files to the root > (sun50i-a64-pine64.dtb, sun50i-a64-pine64-plus.dtb), and I'm now trying to > get my Pine64+ 1GB board to boot but it's a no-go. There's nothing coming > off the serial port, not a single character. > > It is the default UART0 being used, right? Is there something else I need > to do in order to boot from SD card?
The miniroot does not contain the boot0/atf/u-boot for pine64. You'll need to build or obtain pine64.img and dd at at the appropriate offset. Hopefully the situation will be less of a mess when the u-boot spl can replace boot0 and everything can be combined into a u-boot fit image.