文件名称:SD_GCC_piaodown
介绍说明--下载内容均来自于网络,请自行研究使用
SD卡的FAT32文件系统 SD卡格式化成FAT32文件系统
基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。
SD卡的FAT32文件系统
怎样将SD卡格式化成FAT32文件系统?
fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统
1)首先切换到root权限:
$su - root
2)查找SD的设备名称:
#ls /dev/sd*
然后插入SD卡,再次输入上面的命令 ls /dev/sd*,SD卡设备就是比上次多出来的哪个设备,例如:sdc1 输入格式化命令即可:
#mkfs.vfat /dev/sdc1-SD card FAT32 file system format the SD card to FAT32 file system
Microcontroller-based SD card FAT32 file system, use protues simulation, easy to learn without development board shoes.
SD card FAT32 file system
How will the SD card formatted FAT32 file system?
fat32 format called vfat in linux, and is able to identify a window and linux file system
1) First, switch to root permissions:
$ su- root
2) Find SD device name:
# ls/dev/sd*
Then insert the SD card, enter the above command ls/dev/sd* again, SD card device which is more than the last out of the device, for example: sdc1 input format command:
# mkfs.vfat/dev/sdc1
基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。
SD卡的FAT32文件系统
怎样将SD卡格式化成FAT32文件系统?
fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统
1)首先切换到root权限:
$su - root
2)查找SD的设备名称:
#ls /dev/sd*
然后插入SD卡,再次输入上面的命令 ls /dev/sd*,SD卡设备就是比上次多出来的哪个设备,例如:sdc1 输入格式化命令即可:
#mkfs.vfat /dev/sdc1-SD card FAT32 file system format the SD card to FAT32 file system
Microcontroller-based SD card FAT32 file system, use protues simulation, easy to learn without development board shoes.
SD card FAT32 file system
How will the SD card formatted FAT32 file system?
fat32 format called vfat in linux, and is able to identify a window and linux file system
1) First, switch to root permissions:
$ su- root
2) Find SD device name:
# ls/dev/sd*
Then insert the SD card, enter the above command ls/dev/sd* again, SD card device which is more than the last out of the device, for example: sdc1 input format command:
# mkfs.vfat/dev/sdc1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SD_GCC\SD_GCC\default\dep\FAT32.o.d
......\......\.......\...\SD_main.o.d
......\......\.......\...\SD_routines.o.d
......\......\.......\...\SPI_routines.o.d
......\......\.......\...\UART_routines.o.d
......\......\.......\FAT32.o
......\......\.......\Makefile
......\......\.......\SD_Card.eep
......\......\.......\SD_Card.elf
......\......\.......\SD_Card.hex
......\......\.......\SD_Card.lss
......\......\.......\SD_Card.map
......\......\.......\SD_main.o
......\......\.......\SD_routines.o
......\......\.......\SPI_routines.o
......\......\.......\UART_routines.o
......\......\FAT32.c
......\......\FAT32.h
......\......\SD_Card.aps
......\......\sd_card.aws
......\......\SD_main.c
......\......\SD_routines.c
......\......\sd_routines.h
......\......\sourceLineMap.txt
......\......\SPI_routines.c
......\......\SPI_routines.h
......\......\UART_routines.c
......\......\UART_routines.h
......\......\default\dep
......\......\default
......\SD_GCC
SD_GCC