3600|1

115

帖子

4

TA的资源

一粒金砂(中级)

楼主
 

【i.MX6UL开发】内核,uboot源代码有改动,Yocto如何修改? [复制链接]

i.MX6UL/i.MX6ULL开发常见问题

 

基于米尔电子 i.MX6UL/i.MX6ULL产品

 

2.1内核,uboot源代码有改动,Yocto如何修改?

 

答:当对内核或uboot进行修改了 再在Yocto中构建时 需要在Yocto 中修改内核或ubootcommit ID 

  1. 得到内核或uboot的commit ID

在内核或uboot目录下

git add .   (提交所有的改变)

git config - -gobal user.email “your Email address”(提交修改者邮件)

git config - - global user.name “your name” (提交修改者名字)

git commit -m “comment”添加注释

git log (得到commit ID)

  1. Yocto 中内核修改地址

/home/roy/MYD-Y6ULX-devel/04-Source/fsl-release-Yocto/sources/meta-myir-imx6ulx/recipes-kernel/linux/linux-mys6ulx_4.1.15.bb 中的“SRCREV”

代码示例如下:

# Copyright (C) 2013-2016 Freescale Semiconductor

# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "Linux Kernel for MYiR MYS6ULx board"

DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \

i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."

require recipes-kernel/linux/linux-imx.inc

require recipes-kernel/linux/linux-dtb.inc

DEPENDS += "lzop-native bc-native"

 

LOCALVERSION = "-1.2.0"

SRCREV = "d87b5be6bfc5a78cd45d8efa044fddcd7f4b2ac1"

SRCBRANCH = "mys-6ulx"

SRC_URI = "git:///${HOME}/MYiR-iMX-Linux;protocol=file;branch=${SRCBRANCH} \

           file://defconfig \

        "

DEFAULT_PREFERENCE = "1"

COMPATIBLE_MACHINE = "(mx6ull|mx6ul)"

 

  1. Yocto uboot 修改ID位置

/home/roy/MYD-Y6ULX-devel/04-Source/fsl-release-Yocto/sources/meta-myir-imx6ulx/recipes-bsp/u-boot/u-boot-mys6ulx_2016.03.bb

 




说明:
感谢大家的关注。本文转自米尔公众号专题文章,是由米尔电子工程师基于米尔电子 i.MX6UL/i.MX6ULL产品对i.MX6UL/i.MX6ULL开发中常见问题梳理。

此帖出自ARM技术论坛

最新回复

  详情 回复 发表于 2019-6-15 08:17
点赞 关注(1)
个人签名

米尔电子,专注嵌入式处理器

 

回复
举报

164

帖子

0

TA的资源

一粒金砂(中级)

沙发
 

此帖出自ARM技术论坛
 
 
 

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

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/7 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表