×

EVB-P6UL嵌入式开发板的linux根文件系统定制手册

消耗积分:0 | 格式:rar | 大小:1.06 MB | 2019-12-10

分享资料个

  Buildroot 是一个包含Makefile 和修补程序(patch)的集合,这个集合可以使你很容易的为你的目标构建交叉工具链(cross-compilationtoolchain),根文件系统(root filesystem)以及Linux 内核映像(kernelimage)。Buildroot 可以独立的实现其中的一个或几个功能。

  Buildroot 对于从事嵌入式系统(embeddedsystems)开发的人很有帮助。通常嵌入式系统使用的处理器(processor)不同于在PC 跑的x86 架构的CPU。嵌入式系统可以使用IBM 公司的PowerPC,可以是RISC 指令的MIPS(包括龙芯II),也可以是ARM 处理器,等等。

  编译工具链(compilation toolchain)是为你的操作系统编译程序的工具的集合。主要包括编译器(compiler,比如说gcc),包括汇编器(assembler)和链接器(linker)的二进制工具集(binaryutils)(在我们的linux 系统中通常为binutils),C 标准类库(比如GNU Libc、uClibc 或者dietlibc)。

  你用来做开发的电脑上安装的OS 通常已经包含一个默认的编译工具链,通过它便已出来的程序可以在你的系统上运行。如果当你使用PC,你的编译工具链工作在x86 架构的处理器上,产生的程序也是在x86 处理器上使用的。在大多数Linux 系统中,交叉工具链采用GNU libc(glibc)[2]作为标准类库。这种编译工具链通常被称为“主机编译工具链(hostcompilation toolchain)。你用来做开发工作的电脑上跑的系统被称作“主机系统(hostsystem)”。这个编译工具链由你的Linux 发行版(distribution)的操作系统自带,而Buildroot 则于你的操作系统无关(但使用Buildroot 建立的交叉工具链和其他工具可以在你的主机系统执行)。

 

  正如前面所述,编译工具链由你的系统所提供,运行在你的系统上,产生你系统所用处理器可以执行的代码文件。由于你的嵌入式系统的处理器通常与你的开发主机不同,你需要一个交叉编译(cross-compilation)工具链,这工具链运行在你的开发主机上,但产生你的嵌入式目标主机(目标处理器)的可执行代码。比如你的开发主机系统采用x86 处理器,而你的嵌入式目标系统处理器是ARM 的,普通的编译工具链在你的开发主机上只能产生x86 处理器的执行代码,而交叉编译工具链则可以在你的开发主机上产生ARM 处理器的可执行代码。

  即使你的嵌入式系统上使用的同样是x86 处理器,你同样可以使用Buildroot,因为以下两个原因:

  你开发主机上使用的编译工具链GNU Libc 是一个完整的C 标准库,但它很大。而在你的嵌入式目标系统上除了使用GNU Libc,你可以使用uClibc,它是一个裁剪的C 标准库,很小。当你想使用uClibc 的时候,你需要一个编译工具链使用它作为链接库产生目标代码。Buildroot 可以为你做到这一点。

  Buildroot 自动使用所用可能用到的工具(比如busybox)构建根文件系统。与手动操作相比,更容易。由于你可以手动使用gcc、binutils、uClibc 和其他工具进行编译,你一定很好奇为什么非得用Buildroot 这个工具呢。你当然可以使用手动设置,但处理每一个配置选项以及由gcc 或binutils 版本所产生问题都是非常耗时和无聊的。Buildroot 通过使用Makefile 自动处理这些问题,而且还对任一个gcc和binutils 版本都有补丁集合以使得它可以在大多数Linux 版本中工作。

  此外,Buildroot 里面提供了一个基础结构,用于再现你构建内核交叉工具链和嵌入式根文件系统的过程。当需要补丁、更新或当其他人接手这个项目时,构建过程能够重现是很有用处的。

  本手册主要介绍使用buildroot 定制EVB-P6UL 的根文件系统,并实现文件系统的移植到QSPI Nor Flash/eMMC/Nand Flash。

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.jibsdb.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'EVB-P6UL嵌入式开发板的linux根文件系统定制手册',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"https://www.elecfans.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);