A recent update on my PineBook showed this message: “determine block for u-boot by using lsblk” The u-boot file to be installed is this (I guess):
-rwxr-xr-x 1 root root 719708 14. Okt 13:23 /boot/u-boot-sunxi-with-spl-pinebook.bin
Here is the output from lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 59,5G 0 disk
├─mmcblk0p1 179:1 0 213,6M 0 part /boot
└─mmcblk0p2 179:2 0 59,2G 0 part /
mmcblk2 179:32 0 14,5G 0 disk
├─mmcblk2p1 179:33 0 50M 0 part
└─mmcblk2p2 179:34 0 14,4G 0 part
mmcblk2boot0 179:64 0 4M 1 disk
mmcblk2boot1 179:96 0 4M 1 disk
zram0 252:0 0 2,8G 0 disk [SWAP]
Thanks. mmcblk0 contains the currently used Manjaro (on a SD card), mmcblk2 seems to be an old Linux installation (probably on eMMC). Is dd if=<the-above-bin> of=/dev/mmcblk2 the way to go?