I use "Semi_Armbian_5.07_M3", how can I mount blank SD?
When I boot from eMMC with blank SD inside - System will not start (First boot A83T is from SD) , When I plug when the systen is already running - is not recognized.
Do we need 'redirector' on SD-Bootsector? (like PC+ Floppy Disk) ?
Disk /dev/mmcblk0: 7,3 GiB, 7818182656 bytes, 15269888 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x000ac9e8
Device Boot Start End Sectors Size Id Type /dev/mmcblk0p1 * 204800 729087 524288 256M c W95 FAT32 (LBA) /dev/mmcblk0p2 729088 15269887 14540800 7G 83 Linux
Question
eternalWalker
I use "Semi_Armbian_5.07_M3", how can I mount blank SD?
When I boot from eMMC with blank SD inside - System will not start (First boot A83T is from SD) , When I plug when the systen is already running - is not recognized.
Do we need 'redirector' on SD-Bootsector? (like PC+ Floppy Disk) ?
After inserting the SD:
root@BananaPiM3:~# fdisk -l
Disk /dev/mmcblk0: 7,3 GiB, 7818182656 bytes, 15269888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000ac9e8
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 204800 729087 524288 256M c W95 FAT32 (LBA)
/dev/mmcblk0p2 729088 15269887 14540800 7G 83 Linux
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
root@BananaPiM3:~# cat /proc/partitions
major minor #blocks name
179 0 7634944 mmcblk0
179 1 262144 mmcblk0p1
179 2 7270400 mmcblk0p2
179 32 4096 mmcblk0boot1
179 16 4096 mmcblk0boot0
root@BananaPiM3:~# blkid -c /dev/null
/dev/mmcblk0: PTUUID="000ac9e8" PTTYPE="dos"
/dev/mmcblk0p1: SEC_TYPE="msdos" LABEL="BPI-BOOT" UUID="4621-6220" TYPE="vfat" PARTUUID="000ac9e8-01"
/dev/mmcblk0p2: LABEL="BPI-ROOT" UUID="c551b64c-2f93-4c4c-b35b-5b1680f8a207" TYPE="ext4" PARTUUID="000ac9e8-02"
Great
eW
#tkaiser
have you this (Semi_Armbian_5.07_M3) like minimal? Without X? Thx. (ich putze nich gerne
)
Link to comment
Share on other sites
10 answers to this question
Recommended Posts