Closed wsong83 closed 8 years ago
A SD driver is added into the RISC-V Linux allow mounting the SD card in terminal.
Details:
Instruction: After booted into Linux
cat /proc/partitions mknod /dev/mmcblk0p1 b 179 1 mkdir /mnt mount /dev/mmcblk0p1 /mnt umount /mnt
A SD driver is added into the RISC-V Linux allow mounting the SD card in terminal.
Details:
Instruction: After booted into Linux
cat /proc/partitions mknod /dev/mmcblk0p1 b 179 1 mkdir /mnt mount /dev/mmcblk0p1 /mnt umount /mnt