如何制作一张启动卡

1.在linux下找到sd卡及读卡器

#cat /proc/partitions

一般SD卡的设备文件节点是:/dev/sdb

2.删除sd卡分区

#sudo fdisk /dev/sdb
command(m for help):
输入:d, 删除所有分区,返回:
selected partition 1
command(m for help):
输入:w并回车,保存已经修改的分区信息,返回:
the partitions table has been altered!
calling ioctl() to re-read partitions table.
syncing disks.

3.给sd卡进行分区
下载使用gparted工具。预留256MB给uboot映像。
#sudo apt-get install gparted
#sudo gparted /dev/sdb
在弹出页面:
选择"分区"–>“新建”,“之前的空余空间”–>选择"256MB" —>“文件系统”–>选择"fat32"—>“添加”—>“对号”–>保存。

4、将uboot烧写到SD卡

#sudo ./GEC6818-sdmmc.sh  /dev/sdb GECuboot.bin

5.将要恢复的映像文件拷贝到sd卡
在SD中创建GEC6818-qt目录,GEC6818-qt目录下放如下文件:
GECuboot.bin boot.img qt-rootfs.img env.txt

其中:
env.txt文件的内容如下:

**************************linux3.4.39 & qt5.7 ****************************
 bootcmd=ext4load mmc 2:1 0x48000000 uImage;bootm 0x48000000
 bootargs=lcd=at070tn92 tp=ft5x06-linux root=/dev/mmcblk0p2 rw rootfstype=ext    4 cam=OV5645
 GECuboot=1
 boot=1
 system=1
 userdata=0
 cache=0
*************** web:www.gec-edu.org ********************

6.将sd卡插入sd0插槽,上电后自动完成烧写。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值