123
返回列表 发新帖
楼主: comnet

[已解决] I.MX6 无论怎么烧U-BOOT都无法从成功(已解决)

[复制链接]

该用户从未签到

6

主题

52

帖子

0

注册会员

Rank: 2

积分
83
最后登录
1970-1-1
 楼主| 发表于 2014-3-18 16:56:52 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

你好,
MFG Tool V2 在i.MX_6Dual6Quad_SABRE-SD_Linux_User's_Guide.pdf中说明
“The MFGTool V2 follows the instructions in &quotrofiles\MX6Q Linux Update\OS
Firmware\ucl2.xml" to execute program operations. The user must read and update
ucl2.xml to understand the operations before using the MFGTool V2.”
这个ucl2.xml文件,是HTML格式吧,怎么理解这个
The user must read and update
ucl2.xml to understand the operations before using the MFGTool V2 ?????
回复 支持 反对

使用道具 举报

该用户从未签到

45

主题

2369

帖子

0

金牌会员

Rank: 6Rank: 6

积分
3275
最后登录
1970-1-1
发表于 2014-3-18 17:04:09 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

回复第 21 楼 于2014-03-18 16:56:52发表:
你好,
MFG Tool V2 在i.MX_6Dual6Quad_SABRE-SD_Linux_User's_Guide.pdf中说明
“The MFGTool V2 follows the instructions in &quotrofiles\MX6Q Linux Update\OS
Firmware\ucl2.xml" to execute program operations. The user must read and update
ucl2.xml to understand the operations before using the MFGTool V2.”
这个ucl2.xml文件,是HTML格式吧,怎么理解这个
The user must read and update
ucl2.xml to understand the operations before using the MFGTool V2 ?????
 

烧写过程是按照ucl2.xml中的内容来执行的。你可以用notepad或者wordpad打开。

The user must read and update ucl2.xml to understand the operations before using the MFGTool V2
这句话的意思是你在使用MFGTool V2时候,先理解和查看ucl2.xml文件对你使用烧写工具MFGTool V2的使用及其烧写过程有很大的帮助。
回复 支持 反对

使用道具 举报

该用户从未签到

6

主题

52

帖子

0

注册会员

Rank: 2

积分
83
最后登录
1970-1-1
 楼主| 发表于 2014-3-18 17:07:11 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

哇哇,老大,谢谢
回复 支持 反对

使用道具 举报

该用户从未签到

45

主题

2369

帖子

0

金牌会员

Rank: 6Rank: 6

积分
3275
最后登录
1970-1-1
发表于 2014-3-18 17:28:32 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

回复第 23 楼 于2014-03-18 17:07:11发表:
哇哇,老大,谢谢 

不客气的~~
回复 支持 反对

使用道具 举报

该用户从未签到

6

主题

52

帖子

0

注册会员

Rank: 2

积分
83
最后登录
1970-1-1
 楼主| 发表于 2014-3-19 10:30:27 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

有一个补丁文件由代理商提供:
ubuntu@ubuntu:~/ltib/410/ltib$ vim patch-ltib-ubuntu12.04.sh
#!/usr/bin/env bash
# get the patch tarball and untar it
wget -O ubuntu-ltib-patch.tgz http://community.freescale.com/servlet/JiveServlet/downloadBody/93454-102-3-2834/ubuntu-ltib-patch.tgz
tar -xzvf ubuntu-ltib-patch.tgz
# execute the script which do the patching
ltibDir=`pwd`
cd ubuntu-ltib-patch
./install-patches.sh $ltibDir
======这个补丁文件,是否是必须的,用途是什么,因为在文件
“i.MX6 Ubuntu12.04上编译LTIB.pdf”没有提及此补丁文件,故有此一问。
回复 支持 反对

使用道具 举报

该用户从未签到

45

主题

2369

帖子

0

金牌会员

Rank: 6Rank: 6

积分
3275
最后登录
1970-1-1
发表于 2014-3-19 11:37:48 | 显示全部楼层

回复:I.MX6 无论怎么烧U-BOOT都无法从成功

回复第 25 楼 于2014-03-19 10:30:27发表:
有一个补丁文件由代理商提供:
ubuntu@ubuntu:~/ltib/410/ltib$ vim patch-ltib-ubuntu12.04.sh
#!/usr/bin/env bash
# get the patch tarball and untar it
wget -O ubuntu-ltib-patch.tgz http://community.freescale.com/servlet/JiveServlet/downloadBody/93454-102-3-2834/ubuntu-ltib-patch.tgz
tar -xzvf ubuntu-ltib-patch.tgz
# execute the script which do the patching
ltibDir=`pwd`
cd ubuntu-ltib-patch
./install-patches.sh $ltibDir
======这个补丁文件,是否是必须的,用途是什么,因为在文件
“i.MX6 Ubuntu12.04上编译LTIB.pdf”没有提及此补丁文件,故有此一问。
 

这个补丁的作用是安装一些Ubuntu12.04环境下需要的packages,“i.MX6 Ubuntu12.04上编译LTIB.pdf”中是我手动安装的,所以如果是安装文档“i.MX6 Ubuntu12.04上编译LTIB.pdf”来编译的话就不再需要打patch-ltib-ubuntu12.04.sh patch。
回复 支持 反对

使用道具 举报

该用户从未签到

45

主题

2369

帖子

0

金牌会员

Rank: 6Rank: 6

积分
3275
最后登录
1970-1-1
发表于 2014-3-19 11:40:00 | 显示全部楼层

RE:I.MX6 无论怎么烧U-BOOT都无法从成功

这两种方法都可以,你可以根据自己需要选择~~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

关闭

站长推荐上一条 /3 下一条

Archiver|手机版|小黑屋|恩智浦技术社区

GMT+8, 2025-7-20 16:11 , Processed in 0.098625 second(s), 26 queries , MemCache On.

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.

快速回复 返回顶部 返回列表