>cd emmc/boot
I don't know where the emmc will be mounted, replace "emmc" as appropriate
the last line from "mount" should be it, after you have mounted it, of course
Use whatever file manager you use to mount it (whichever partition of emmc)
The md5sum on the download link is for the whole gz, everything
These md5sums are for individual parts
>the emmc can not be mounted.
Not the whole block device, no, but the individual partitions should be able to be (mounted)
--edit-- this from PBP, booted manjaro, looking at emmc, mrfixit, updated (emmc at /run/media/d/BOOT, that partition labeled "BOOT")
[d@manjaroPBP ~]$ cd /run/media/d/BOOT
[d@manjaroPBP BOOT]$ ls
Image Image.bak extlinux rk3399-pinebookpro.dtb rk3399-pinebookpro.dtb.bak
[d@manjaroPBP BOOT]$ md5sum *
43a734728d180282b8aebf7a22195598 Image
68e39a37013fc5f9d971c25741b8f96c Image.bak
md5sum: extlinux: Is a directory
a7ee4e96893a3cf0614022a56f1cc083 rk3399-pinebookpro.dtb
50289ceddc88656f8cf9d4462ac3f1bd rk3399-pinebookpro.dtb.bak
[d@manjaroPBP BOOT]$ pwd
/run/media/d/BOOT
[d@manjaroPBP BOOT]$ mount |grep /run/media/d/BOOT
/dev/mmcblk2p1 on /run/media/d/BOOT type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
[d@manjaroPBP BOOT]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 58.2G 0 disk
|-mmcblk2p1 179:1 0 96M 0 part /run/media/d/BOOT
`-mmcblk2p2 179:2 0 58.1G 0 part /mnt/emmc-root
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
mmcblk1 179:96 0 59.6G 0 disk
`-mmcblk1p1 179:97 0 59.6G 0 part /
I don't know why your md5 numbers don't match
NOTE there is no standard for block numbers, mrfixit differs from manjaro, look at lsblk, / will be SD card (when booted SD)
I don't know where the emmc will be mounted, replace "emmc" as appropriate
the last line from "mount" should be it, after you have mounted it, of course
Use whatever file manager you use to mount it (whichever partition of emmc)
The md5sum on the download link is for the whole gz, everything
These md5sums are for individual parts
>the emmc can not be mounted.
Not the whole block device, no, but the individual partitions should be able to be (mounted)
--edit-- this from PBP, booted manjaro, looking at emmc, mrfixit, updated (emmc at /run/media/d/BOOT, that partition labeled "BOOT")
[d@manjaroPBP ~]$ cd /run/media/d/BOOT
[d@manjaroPBP BOOT]$ ls
Image Image.bak extlinux rk3399-pinebookpro.dtb rk3399-pinebookpro.dtb.bak
[d@manjaroPBP BOOT]$ md5sum *
43a734728d180282b8aebf7a22195598 Image
68e39a37013fc5f9d971c25741b8f96c Image.bak
md5sum: extlinux: Is a directory
a7ee4e96893a3cf0614022a56f1cc083 rk3399-pinebookpro.dtb
50289ceddc88656f8cf9d4462ac3f1bd rk3399-pinebookpro.dtb.bak
[d@manjaroPBP BOOT]$ pwd
/run/media/d/BOOT
[d@manjaroPBP BOOT]$ mount |grep /run/media/d/BOOT
/dev/mmcblk2p1 on /run/media/d/BOOT type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
[d@manjaroPBP BOOT]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 58.2G 0 disk
|-mmcblk2p1 179:1 0 96M 0 part /run/media/d/BOOT
`-mmcblk2p2 179:2 0 58.1G 0 part /mnt/emmc-root
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
mmcblk1 179:96 0 59.6G 0 disk
`-mmcblk1p1 179:97 0 59.6G 0 part /
I don't know why your md5 numbers don't match
NOTE there is no standard for block numbers, mrfixit differs from manjaro, look at lsblk, / will be SD card (when booted SD)