| 
 
贡献180 
飞刀62 FD
注册时间2018-4-22
在线时间5 小时积分26 
 
  
 扫一扫,手机访问本帖  | 
 
| 按照最新的资料OKxx18-C-Linux用户手册-V2.1-2018.04.24.pdf  第5.2章节的步骤进行操作,操作信息如下: 
 
 @ubuntu:~/OKxx18/mksdcard/4418$ sudo ./mksdcard4418.sh
 
 
 ################################################################################
 
 This script will create a bootable SD card from custom or pre-built binaries.
 
 The script must be run with root permissions and from the bin directory of
 the SDK
 
 Example:
 $ sudo ./create-sdcard.sh
 
 Formatting can be skipped if the SD card is already formatted and
 partitioned properly.
 
 ################################################################################
 
 
 Availible Drives to write images to:
 
 #  major   minor    size   name
 1:   8       16   15558144 sdb
 
 Enter Device Number: 1
 
 
 sdb was selected
 
 Checking the device is unmounted
 df: /mnt/hgfs: Protocol error
 df: /mnt/hgfs: Protocol error
 df: /mnt/hgfs: Protocol error
 
 Would you like to re-partition the drive anyways [y/n] : y
 
 
 Now partitioning sdb ...
 
 
 ################################################################################
 
 Now ** 1 partitions
 
 ################################################################################
 
 1+0 records in
 1+0 records out
 1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00208383 s, 491 kB/s
 DISK SIZE - 15931539456 bytes
 sfdisk: unsupported unit 'M'
 
 ################################################################################
 
 Partitioning Boot
 
 ################################################################################
 mkfs.fat 3.0.28 (2015-05-16)
 mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
 /dev/sdb1: No such file or directory
 
 Mount the partitions
 mount: special device /dev/sdb1 does not exist
 
 Emptying partitions
 
 ################################################################################
 
 Copying files now... will take minutes
 
 ################################################################################
 
 Copying boot partition
 Buring th sdfuse.bin to sdcard
 628+1 records in
 628+1 records out
 322024 bytes (322 kB, 314 KiB) copied, 0.0573104 s, 5.6 MB/s
 
 Syncing....
 
 
 Un-mount the partitions
 umount: boot: not mounted
 
 Remove created temp directories
 
 Operation Finished
 
 @ubuntu:~/OKxx18/mksdcard/4418$
 
 疑问如下:
 1. 上述步骤是否正确?
 2. 若正确的话,制作完后,未发现如何将文件拷贝到SD卡,没有对应的FAT32分区生成。
 3. 尝试在windows系统下格式化SD卡,将指定的文件拷贝到SD卡中,插入开发板后,设置SD卡方式启动系统,发现串口无任何信息输出。
 
 请问解决办法,谢谢!
 
 
 
 
 | 
 |