Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Burning_Tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AM335X
Burning_Tool
Commits
0cfc620b
Commit
0cfc620b
authored
Jun 28, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Readme
parent
dd7155b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
README.md
README.md
+52
-0
No files found.
README.md
0 → 100644
View file @
0cfc620b
**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 目录
单层全部内容
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment