TI专家你好!请问我公司购买的TMDXEVM8148 linux系统SD卡丢了怎么办?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TI专家你好!请问我公司购买的TMDXEVM8148 linux系统SD卡丢了怎么办?
你好!谢谢,可能我提问的不准确,我觉得 DM8148EVM linux系统是从SD卡启动的,怎样用一张新的SD卡,重新做出来?
另外 EZSDK ,交叉编译环境,NFS我都已经建立好了。
Software Develop Guide里有介绍怎么新建一个sd card, 见下面的wiki网站.
http://processors.wiki.ti.com/index.php/DM814x_EZ_5.03_Software_Developers_Guide#How_to_create_an_SD_card
非常感谢!另外请教一下,Host是Win7系统,按照教程操作,虚拟机是virtual Box ,操作系统是Ubuntu 10.04. 怎么都不识别PC插槽的SD卡,把它接在读卡器上,并且设置了Virtual Box USB 功能,还是无法再Ubuntu里面找到 SD卡。 这个问题怎样解决? 非常感谢!
sudo ${EZSDK}/bin/mksdboot.sh --device /dev/sdb --sdk ${EZSDK} root@thomas-pc:/usr/local/ezsdk/bin# ./mksdboot.sh --device /home/thomas/sd_card --sdk /usr/local/ezsdk ERROR: /home/thomas/sd_card is not a block device file root@thomas-pc:/usr/local/ezsdk/bin# 我把SD卡按照共享文件的方式挂载到/home/thomas/sd_card了,但shell会提示sd_card不是一个块文件。
非常感谢您的帮忙, 我按照这个操作了,virture box 里面USB 小图标,显示 Generic USB 2.0 -CRW[3960] ,打钩后,Win7里面就没有SD卡盘符。如果虚拟机里面再点一下 Generic USB 2.0 -CRW[3960],Win7里面就没有SD卡盘符又出现了。 这个说明虚拟机设置已经对了吗?
可是在Ubuntu 里面 用 sudo fdisk -l 命令,找不到 SD卡信息,sda1 是虚拟硬盘信息,sda2也是系统有关的虚拟硬盘,没有看到sdb或其它。用gParted分区工具也找不到SD卡。 我的SD卡文件格式是FAT32的。
/fdisk -l命令结果:
thomas@thomas-pc:~$ sudo /sbin/fdisk -l
Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 32.7 GB, 32662945792 bytes
255 heads, 63 sectors/track, 3971 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ba712
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3802 30535680 83 Linux
/dev/sda2 3802 3971 1358849 5 Extended
df -hT命令结果:
root@thomas-pc:/# df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda1 ext4 29G 11G 17G 39% /
none devtmpfs 498M 264K 497M 1% /dev
none tmpfs 502M 252K 501M 1% /dev/shm
none tmpfs 502M 112K 502M 1% /var/run
none tmpfs 502M 0 502M 0% /var/lock
none tmpfs 502M 0 502M 0% /lib/init/rw