nuttx/boards/arm/at32/at32f437-mini/romfs/init.d/rc.sysinit

16 lines
250 B
Plaintext
Raw Normal View History

#ifup can0
if [ -b "/dev/mtdblock0" ]; then
mount -t vfat /dev/mtdblock0 /flash
fi
if [ -b "/dev/mmcsd0" ]; then
mount -t vfat /dev/mmcsd0 /sd
fi
#mount -t vfat /dev/mtdblock0 /mnt
#mount -t vfat /dev/mmcsd0 /sdcard
#mount -t vfat /dev/sda /usb