One further odd observation -- if I power up the rockpro64 with the micro sd card but eject it at the right moment in uboot I can boot off the emmc right into debian itself and not just the installer. Just not with it in all the time (goes to installer) or not at all (won't boot).
Update: It looks like I may have partially fixed this. For some strange reason the package u-boot-rockhip was never installed and so there was presumably no uboot on the emmc. I had to do this:
- Boot with the debian installer (but eject the card at the right moment in uboot)
- Debian loads
- Then did:
Odd I would've thought the installer would do this.
ljones
Update: It looks like I may have partially fixed this. For some strange reason the package u-boot-rockhip was never installed and so there was presumably no uboot on the emmc. I had to do this:
- Boot with the debian installer (but eject the card at the right moment in uboot)
- Debian loads
- Then did:
Code:
$ apt-get install u-boot-rockchip
$ u-boot-install-rockchip /dev/mmcblk2
Odd I would've thought the installer would do this.
ljones