Silly me made a mistake in my fstab, on the H64B the eMMC-Module is mmcblk2 and not mmcblk1 like on the Rock64.
So I amanded my fstab is as below, with /boot flagged as bootable by fdisk.
/dev/mmcblk2p1 /boot ext2 defaults 0 2
/dev/mmcblk2p2 / ext4 errors=remount-ro 0 1
/dev/mmcblk2p3 swap swap defaults 0 0
But still, then the H64B gets powered up it loads u-boot and then stops/hangs and does not carry on to load Linux from /boot.
Any ideas, what do I miss here ???
Is u-boot-sunxi-with-spl.bin able to boot ext2 or does it really need vfat ?
EDIT: my initial fstab was correct and is not the issue. Mainline u-boot simply does not support the Pine H64 model B as there is no board definition (pine_h64_model_b_defconfig) in the configs folder and therefore is unable to build u-boot for the Pine H64 model B.
Would be nice if Pine64 could push such config file to https://gitlab.denx.de/u-boot/u-boot
So I amanded my fstab is as below, with /boot flagged as bootable by fdisk.
/dev/mmcblk2p1 /boot ext2 defaults 0 2
/dev/mmcblk2p2 / ext4 errors=remount-ro 0 1
/dev/mmcblk2p3 swap swap defaults 0 0
But still, then the H64B gets powered up it loads u-boot and then stops/hangs and does not carry on to load Linux from /boot.
Any ideas, what do I miss here ???
Is u-boot-sunxi-with-spl.bin able to boot ext2 or does it really need vfat ?
EDIT: my initial fstab was correct and is not the issue. Mainline u-boot simply does not support the Pine H64 model B as there is no board definition (pine_h64_model_b_defconfig) in the configs folder and therefore is unable to build u-boot for the Pine H64 model B.
Would be nice if Pine64 could push such config file to https://gitlab.denx.de/u-boot/u-boot