Commit 0cfc620b authored by wangjunqiang's avatar wangjunqiang

add Readme

parent dd7155b0
**Burning_Tool**
使用方法
----
第一步
git clone http://211.161.200.169:81/AM335X/Burning_Tool.git
将SD卡分成两个区域
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2099199 2097152 1G c W95 FAT32 (LBA)
/dev/sdb2 2099200 15126527 13027328 6.2G 83 Linux
使用mount挂载两个分区(sudo 权限)
mkdir /mnt/boot
mkdir /mnt/rootfs
mount -t vfat /dev/sdb1 /mnt/boot
mount /dev/sdb1 /mnt/rootfs
将相关内容cp到各个目录
cp MLO /mnt/boot
cp am335x-wth.dtb /mnt/boot
cp u-boot.img /mnt/boot
cp uEnv.txt /mnt/boot
cp zImage /mnt/boot
解压文件系统
tar -xvf rootfs.tar.bz2 -C /mnt/rootfs
cp emmc_linux.sh/emmc_wince.sh /mnt/rootfs/etc/init.d/S50xxxx
最后在/mnt/boot里放入要更新的镜像
在/mnt/boot中创建linux 或wince放入相应的内容
linux目录
/linux
/boot
MLO
u-boot.imag
am335x-wth.dtb
uEnv.txt
zImage
/rootfs
wt2416-rootfs.tar
wt2416-userfs.tar
wince 目录
单层全部内容
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment