> From: J Sisson <sisso...@gmail.com> > Date: Fri, 16 Aug 2019 05:42:50 -0500 > > On Fri, Aug 16, 2019 at 5:00 AM Mark Kettenis <mark.kette...@xs4all.nl> wrote: > > > > > From: J Sisson <sisso...@gmail.com> > > > Date: Fri, 16 Aug 2019 04:15:52 -0500 > > > > > > Remember kiddies, always checksum downloaded files. Sigh. > > > > That said, you're probably better off using the firmware I built more > > recently: > > > > https://marc.info/?l=openbsd-arm&m=156114869709200&w=2 > > I did try this prior to discovering the PNY sd card issue. I'll give it > another try now that I have a decent sd card. > > > You're probably better off using this without the .dtb file for now, > > but I have one that adds PCIe support that I'll have to dig out. I'll > > try to put the file in the same location as the other firmware > > binaries. > > > > Hopefully we can streamline all this when U-Boot 2019.10 is released > > somewhere in October. > > Sounds great. Thanks for working on this!
The promised device tree can be found at: https://sibelius.home.xs4all.nl/firmware/rk3399-rockpro64/rk3399-rockpro64.dtb it should be copied a directory called "rockchip" on the MS-DOS partition of your boot/root disk: # mount /dev/sdXi /mnt # mkdir /mnt/rockchip # cp rk3399-rockpro64.dtb /mnt/rockchip # umount /mnt Cheers, Mark