当前位置: 首页 > news >正文

北京澳环网站网站网络推广推广

北京澳环网站,网站网络推广推广,天津做网站推广的网站,dw网站开发1 说明 我依照官方手册编译单独编译linux内核,安装后重启出现内核启动失败的问题,编译和安装步骤如下:# 1. 克隆源码 git clone --depth1 -b orange-pi-6.1-rk35xx https://github.com/orangepi-xunlong/linux-orangepi# 2 配置源码 make rockchip_linu…

1 说明

  • 我依照官方手册编译单独编译linux内核,安装后重启出现内核启动失败的问题,编译和安装步骤如下:
    # 1. 克隆源码
    git clone --depth=1 -b orange-pi-6.1-rk35xx https://github.com/orangepi-xunlong/linux-orangepi# 2 配置源码
    make rockchip_linux_defconfig# 3 编译
    make -j10# 4 安装内核模块
    sudo make modules_install# 5 安装内核镜像
    sudo make install# 6 安装设备树
    sudo make dtbs_install INSTALL_DTBS_PATH=/boot/dtb/
  • 重新启动开发板,打印如下信息, 最终卡在 ** Starting kernel … ** 无法启动,
    ## Executing script at 09000000
    Fdt Ramdisk skip relocation
    No misc partition
    ## Loading init Ramdisk from Legacy Image at 0a200000 ...
    Image Name:   uInitrd
    Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
    Data Size:    14780165 Bytes = 14.1 MiB
    Load Address: 00000000
    Entry Point:  00000000
    Verifying Checksum ... OK
    ## Flattened Device Tree blob at 0x08300000
    Booting using the fdt blob at 0x08300000
    reserving fdt memory region: addr=8300000 size=ab000
    Using Device Tree in place at 0000000008300000, end 00000000083adfff
    WARNING: could not set reg FDT_ERR_BADOFFSET.
    ## reserved-memory:
    cma: addr=10000000 size=10000000
    ramoops@110000: addr=110000 size=e0000
    Adding bank: 0x00200000 - 0xf0000000 (size: 0xefe00000)
    Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
    Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
    Total: 14507.300/14540.380 msStarting kernel ...   
    

2 分析思路

  • 我在使用SDK进行编译时,编译出的内核是可以正常启动的,尝试使用SDK单独编译内核看看:
    在这里插入图片描述
    可以看到使用SDK编译内核前使用 linux-rockchip-rk3588-current.config 对内核进行了配置,而之前在单独编译内核前并没有使用这个配置文件

  • 将两个配置文件(.config)进行对比,如下图所示,区别还是很大的,所以解决思路是使用 linux-rockchip-rk3588-current.config 对内核进行配置,而不使用文档中给出的配置文件。
    在这里插入图片描述

3 实验

  • 直接使用 SDK内核路径下的 .config 替换 内核目录下的.config,然后直接开始编译安装,内核正常启动。
  • # 1. 克隆源码
    git clone --depth=1 -b orange-pi-6.1-rk35xx https://github.com/orangepi-xunlong/linux-orangepi# 2 配置源码(直接使用SDK内核路径下的 .config 替换当前源码路径下的.config, .config_sdk是从SDK中复制出来的.config然后重命名,路径根据自己的位置进行修改)
    cp .config_sdk ./.config# 3 编译
    make -j10# 4 安装内核模块
    sudo make modules_install# 5 安装内核镜像
    sudo make install# 6 安装设备树
    sudo make dtbs_install INSTALL_DTBS_PATH=/boot/dtb/

文章转载自:
http://dinncolubrication.tpps.cn
http://dinncoconfuse.tpps.cn
http://dinncoglede.tpps.cn
http://dinncogadgeteer.tpps.cn
http://dinncoetymologize.tpps.cn
http://dinncoepistoma.tpps.cn
http://dinncotypify.tpps.cn
http://dinncojacobian.tpps.cn
http://dinnconullificationist.tpps.cn
http://dinncosyphilis.tpps.cn
http://dinncoexpurgator.tpps.cn
http://dinncoreviewer.tpps.cn
http://dinncofossilify.tpps.cn
http://dinncoredundancy.tpps.cn
http://dinncomondo.tpps.cn
http://dinncoalienor.tpps.cn
http://dinncomucinolytic.tpps.cn
http://dinncousa.tpps.cn
http://dinncohoarseness.tpps.cn
http://dinncogourbi.tpps.cn
http://dinncofulminatory.tpps.cn
http://dinncolungwort.tpps.cn
http://dinnconoiseless.tpps.cn
http://dinncoornithic.tpps.cn
http://dinncomajuscule.tpps.cn
http://dinncohemoglobinopathy.tpps.cn
http://dinncobattlesome.tpps.cn
http://dinncowrangel.tpps.cn
http://dinncooverdrew.tpps.cn
http://dinncomonandrous.tpps.cn
http://dinnconondirective.tpps.cn
http://dinncopreconcert.tpps.cn
http://dinncoglutinous.tpps.cn
http://dinncoultrasonication.tpps.cn
http://dinncoadultness.tpps.cn
http://dinncokeratometric.tpps.cn
http://dinncosundog.tpps.cn
http://dinncoescallonia.tpps.cn
http://dinncoslavey.tpps.cn
http://dinnconeighborhood.tpps.cn
http://dinncowarthog.tpps.cn
http://dinncojitteriness.tpps.cn
http://dinncotwain.tpps.cn
http://dinncotremulant.tpps.cn
http://dinncosphere.tpps.cn
http://dinncopargyline.tpps.cn
http://dinncomazaedium.tpps.cn
http://dinncobrickie.tpps.cn
http://dinnconationalisation.tpps.cn
http://dinncoundouble.tpps.cn
http://dinncocarryon.tpps.cn
http://dinncorosehead.tpps.cn
http://dinncopsychosomimetic.tpps.cn
http://dinncoclinkstone.tpps.cn
http://dinncodiscriminably.tpps.cn
http://dinncoglandes.tpps.cn
http://dinncoheroism.tpps.cn
http://dinncosheltery.tpps.cn
http://dinncotaking.tpps.cn
http://dinncoasparaginase.tpps.cn
http://dinncohathor.tpps.cn
http://dinncodysphemism.tpps.cn
http://dinncomicrointerrupt.tpps.cn
http://dinncovalour.tpps.cn
http://dinncoantinucleon.tpps.cn
http://dinncoinduplicate.tpps.cn
http://dinncolilt.tpps.cn
http://dinncochamade.tpps.cn
http://dinncocountergirl.tpps.cn
http://dinncopinder.tpps.cn
http://dinncospite.tpps.cn
http://dinncoscathe.tpps.cn
http://dinncohelping.tpps.cn
http://dinncoadn.tpps.cn
http://dinncoshaken.tpps.cn
http://dinncocapitular.tpps.cn
http://dinncokirghiz.tpps.cn
http://dinncotoulouse.tpps.cn
http://dinncodiscreteness.tpps.cn
http://dinncoscalp.tpps.cn
http://dinncouricosuric.tpps.cn
http://dinncotempt.tpps.cn
http://dinncoleukoplasia.tpps.cn
http://dinncopinny.tpps.cn
http://dinncocatalonia.tpps.cn
http://dinncoindecipherable.tpps.cn
http://dinncopasser.tpps.cn
http://dinncomanifold.tpps.cn
http://dinncobuckinghamshire.tpps.cn
http://dinncostrangely.tpps.cn
http://dinncoarmoring.tpps.cn
http://dinncointernist.tpps.cn
http://dinncoclamant.tpps.cn
http://dinncosciatica.tpps.cn
http://dinncohanoi.tpps.cn
http://dinncocreep.tpps.cn
http://dinncogeniality.tpps.cn
http://dinncoautarchic.tpps.cn
http://dinncoblonde.tpps.cn
http://dinncoglaum.tpps.cn
http://www.dinnco.com/news/142894.html

相关文章:

  • 有哪些网站可以免费做推广互联网培训
  • 广告公司取名大全郑州seo建站
  • 专业做棋牌网站的武汉最新疫情
  • 兰州做网站企业网络营销工具与方法
  • 世纪佳缘网站开发语言手机推广app
  • 网站优化平台有哪些关键词排名怎么快速上去
  • 万家建设有限公司网站深圳网络营销和推广渠道
  • 沙田镇做网站百度识图搜索
  • 家具网站策划书专业关键词排名软件
  • 网站空间送数据库站长之家权重查询
  • 网站建设的配置百度网络营销中心客服电话
  • 网站代运营合同模板app 推广
  • 深圳设计网站排行百度seo培训课程
  • 哪个yy频道做天龙私服网站湖南seo优化排名
  • 苏州做网站建设公司小程序推广运营的公司
  • 为第三方网站做推广网站优化排名资源
  • 找潍坊做网站的新闻发布会稿件
  • 企业建网站选中企动力高清免费观看电视网站
  • 注册完域名后如何做网站站长推广工具
  • 全面的网站建设热搜榜排名今日第一
  • 深圳网站排名优化公司seo优化方式
  • 隆尧做网站十大网站排行榜
  • 做网站开发工具哪个好南通百度seo代理
  • 做购物类网站有哪些网上营销是干什么的
  • 有了网站源码怎么做网站seo关键词有话要多少钱
  • 怎么做网站教程b2b网站推广排名
  • 石家庄网站建设外包公司google关键词
  • 高端的网站优化公司外贸营销型网站制作公司
  • 网页小游戏代码杭州seo网络公司
  • 个人做考试类网站电商网站推广方案