lowRISC / lowrisc-chip

The root repo for lowRISC project and FPGA demos.
http://www.lowrisc.org/
Other
596 stars 148 forks source link

Support SD in RISC-V Linux #18

Closed wsong83 closed 8 years ago

wsong83 commented 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