来源于:http://circuitco.com/support/index.php?title=BeagleBoard-xM

windows下恢复更加简单,推荐windows系统下恢复。

To initialize your card under Windows, you can do the following:

1.Download and install Ubuntu's Win32DiskImager (also known as the win32-image-writer).
2.Download and install 7-zip compression software.

NOTE: WE SUGGEST THAT YOU USE THE LATEST VERSION OF 7-ZIP.

3.Download the SD card image you want to use listed below. These are the images that ship with the boards.
4.Download the HP Formatting tool from one of the following locations. These versions are 2.18. The previous version that you could download was 2.03 which supported FAT. FAT has been dropped from version 2.18.

5.Decompress the verification image file using 7-zip. 
6.Insert the SD card writer/reader into the Windows machine. 
7.Insert 4GB SD card into the reader/writer. 
8.If this a fresh card, one that has never been used, you can skip to step 11.
9.Run the HPFormatter tool and format the SD card for FAT or FAT32 in order to remove the second partition from the card.

         NOTE: In Windows 7 you will need to run this in administrator mode by right clicking and select "Run as Administrator"
Under Windows XP, the format options are FAT32 and NTFS. Select FAT32.
Under Windows 7, the format options are FAT and NTFS. Select FAT.
You may see different operation for some reason where FAT32 or FAT may or not be there. You can select FAT or FAT32.

10.Close the HPFormatter tool when done.
11.Start the Win32DiskImager. 
12.Select the decompressed image file and correct SD card location. MAKE SURE YOU SELECT THE CORRECT LOCATION OF THE SD CARD.
13.Click on 'Write'. 
14.After the image writing is done, eject the SD card.

NOTE: If you are trying to reuse an SD card that has already been used under the above process, you will need to reformat the card to erase the second parttion. Otherwise Windows will only see the FAT32 partition
You must repeat step 9 to reuse the card.

To initialize your card under Linux, refer to the link to the Angstrom Demo Site. Follow the instructions found there, but use the images located on this site.

BeagleBoard-xM Rev C/C1/C2 Image

Either of these images can be used. But, the prefered one is the production 4-25 version which is the one we are currently shipping. The 3_30 version was used on earlier shipments and is provided for those that want to restore their card to the the same configuration as when they received it.

These file were created using 7-zip. It is recommended that you use 7-zip when unzipping these files.


THIS IS THE IMAGE THAT IS SHIPPING WITH THE LATEST PRODUCTION VERSION OF THE BOARD TO DAY.

The file below contains the checksum for both the ZIP file and the uncompressed image.

Beagleboard xm sd卡恢复的更多相关文章

  1. 恢复SD卡错删数据

           对于众多米粉来说,手机里存储的很多资料都非常宝贵,如果不小心删除了,想要重新收集这些资料就显得非常困难.有道是千金易得,数据无价,特别是一些珍贵照片之类的充满回忆的数据,丢失了甚至会抱憾 ...

  2. 数据恢复软件使用经验-支持U盘,手机SD卡,硬盘数据,解决图片恢复后打不开的问题

    数据恢复软件使用经验-支持U盘,手机SD卡,硬盘数据.解决图片恢复后打不开的问题. 用过非常多数据恢复软件.最早EasyRecovery pro.恢复过U盘.手机SD卡,硬盘数据.但如今下载不了最新版 ...

  3. RK3399/NanoPC-T4开发板低级格式化SD卡,恢复SD卡和TF卡 方法

    恢复SD卡和TF卡 方法:Windows下运行:HDDLLF.4.40.exe执行Low-Level format然后拔插,重新插在win10下提示格式化,则执行格式化操作,即可恢复. 应用场合:使用 ...

  4. 如何用EasyRecovery恢复受损的SD卡?

    SD卡的主要功能是拓展便携式设备.包括:数据相机.手机及其他的多媒体播放器等的存储空间,缓解设备本身的存储压力.即便是在产品内存已经逐渐增加的情况下,还是拥有一大批的忠实用户. 很多用户反应,SD卡使 ...

  5. SD卡被格式化了还能恢复吗

    SD卡轻便小巧,它的主要功能是拓展便携式设备.包括:数据相机.手机及其他的多媒体播放器等的存储空间,缓解设备本身的存储压力. 很多用户反应,SD卡使用了一定的时间后,会出现SD卡受损的提示,再次打开的 ...

  6. 将SD系统启动卡恢复成普通卡

    1.卸载SD卡分区 在使用fdisk命令前,请使用如下命令卸载boot分区和rootfs分区: umount /media/boot umount /media/rootfs 2.在插入SD卡前后分别 ...

  7. 不下软件,照样可以完美正确格式化树莓派SD卡!(恢复U盘/SD卡到满容量)

    树莓派作用千千万,系统崩溃的理由也数不胜数(不要问我为啥知道),所以系统的重装和sd卡的格式化也在所难免.顺便给大家看一下我今天的成果,我不就是不小心摔了一下我的树莓派...我和sd卡一定是冤家! 捡 ...

  8. [不好分类]SD卡无法读取,显示RAW

    上周同事拿来了一个8G的SD卡,插入读卡器后显示“需要格式化”.无法读取.文件格式处显示“RAW”,磁盘大小显示0字节. 处理步骤如下: 1.按照提示,格式化,选择“快速格式化”. 2.采用数据恢复软 ...

  9. linux系统下sd卡的备份与恢复

    linux系统下sd卡的备份与恢复 现在各种的开发板都是从sd卡上面启动的,因此大修改工作之前很有必要备份一下. 备份 在linux系统下用读卡器读取sd卡 用df -h命令看分区的路径 一般都是/d ...

随机推荐

  1. Ajax form表单提交

    1. 使用 $("form").serialize() 来获取表单数据 $.ajax({ type: 'post', url: 'your url', data: $(" ...

  2. 【java基础】java的构造函数

    java构造器用于创建类的实例,是创建对象的重要途径,因此,java类必须含有一个或一个以上的构造函数   当我们没有为类提供任何构造函数的时候,系统会自动为该类提供一个无参构造函数,当我们为类提供了 ...

  3. BWA MEM算法

    现在BWA大家基本上只用其mem算法了,无论是二代还是三代比对到参考基因组上,BWA应用得最多的就是在重测序方面. Aligning sequence reads, clone sequences a ...

  4. try-catch

    try{ // 程序代码 }catch(异常类型1 异常的变量名1){ // 程序代码 }catch(异常类型2 异常的变量名2){ // 程序代码 }catch(异常类型2 异常的变量名2){ // ...

  5. [C语言入门笔记]分支结构与数组

    分支结构与数组 什么是分支结构? 分支结构是用户或者程序可以选择下一步执行哪个语句 分支结构有哪些? If If Else If Else If Switch 在初学者的学习过程中第一种和第二种比较普 ...

  6. 如何解决子元素设了margin-top之后父元素所受的影响

    解决方法: 1.在父元素上加:overflow:hidden. 2.给父元素加border; 3.外容器上加上padding.

  7. Migrating an ASP.NET MVC application to ADFS authentication

    I recently built an ASP.NET application at work to help track internal use of our products. It's bee ...

  8. 苹果MacBook Air安装win7

    同事的一台mba,说iOS不习惯,希望装一个win7系统.机器看上去很小巧精致,运行iOS速度飞快.试着点了下鼠标,没反应,翻过来看了下,有个电源开关.拨了一下,细小的指示灯闪了闪,应该加上电了.唉, ...

  9. About “this” of Javascript

    the 4 point about This: 1.the use of Object methods 2.the use of constructors 3.the use of ordinary ...

  10. [转载]ASP.NET中TextBox控件设立ReadOnly="true"后台取不到值

    原文地址:http://www.cnblogs.com/yxyht/archive/2013/03/02/2939883.html ASP.NET中TextBox控件设置ReadOnly=" ...