nuttx/boards/arm/at32/at32f437-mini/romfs/init.d/rc.sysinit
xiao 1487aa267e add Artery at32
check nxstyle

check nxstyle
2023-09-20 02:07:55 +08:00

16 lines
250 B
Plaintext

#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