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

长沙商城网站制作atp最新排名

长沙商城网站制作,atp最新排名,网页设计图片插入,学多久可以做网站 知乎sdk添加包,更新文件系统--针对万象奥科RK3506开发板 安装需要的软件包检查编译环境SDK编译修改文件系统配置更新文件系统usb驱动安装解压烧写工具连接开发板进入Loader模式选择固件update.img烧写单独烧写 安装需要的软件包 在安装好的ubuntu22系统,通过…

sdk添加包,更新文件系统--针对万象奥科RK3506开发板

  • 安装需要的软件包
  • 检查编译环境
  • SDK编译
  • 修改文件系统配置
  • 更新文件系统
    • usb驱动安装
    • 解压烧写工具
    • 连接开发板
    • 进入Loader模式
    • 选择固件
      • update.img烧写
      • 单独烧写

安装需要的软件包

在安装好的ubuntu22系统,通过补充安装如下软件包,实现对SDK编译的环境:

sudo apt-get update && sudo apt-get install git ssh make gcc libssl-dev \
liblz4-tool expect expect-dev g++ patchelf chrpath gawk texinfo chrpath \
diffstat binfmt-support qemu-user-static live-build bison flex fakeroot \
cmake gcc-multilib g++-multilib unzip device-tree-compiler ncurses-dev \
libgucharmap-2-90-dev bzip2 expat gpgv2 cpp-aarch64-linux-gnu libgmp-dev \
libmpc-dev bc python-is-python3 python2 file rsync bsdmainutils

检查编译环境

检查和升级主机的 python 版本:

$ python3 --version
Python 3.10.6

如果不满足python>=3.6版本的要求, 可通过如下方式升级:

PYTHON3_VER=3.6.15
echo "wget
https://www.python.org/ftp/python/${PYTHON3_VER}/Python-${PYTHON3_VER}.tgz"
echo "tar xf Python-${PYTHON3_VER}.tgz"
echo "cd Python-${PYTHON3_VER}"
echo "sudo apt-get install libsqlite3-dev"
echo "./configure --enable-optimizations"
echo "sudo make install -j8"

检查和升级主机的 make 版本:

$ make -v
GNU Make 4.2
Built for x86_64-pc-linux-gnu

make 版本需 >= 4.2

检查和主机的 lz4 版本:

$ lz4 -v
*** LZ4 command line interface 64-bits v1.9.3, by Yann Collet ***

SDK编译

第一次编译时会现在编译项目配置文件,选择对应配置文件 ./build.sh lunch


rk3506_linux6.1_sdk$ ./build.sh lunch############### Rockchip Linux SDK ###############Manifest: rk3506_linux6.1_release_v1.1.0_20241128.xmlLog colors: message notice warning error fatalLog saved at /work/itrunk/rk3506/rk3506_linux6.1_sdk/output/sessions/2024-10-14_15-40-43
Pick a defconfig:1. rockchip_rk3502_robot_defconfig
2. rockchip_rk3506_b_evb1_defconfig
3. rockchip_rk3506_g_demo_defconfig
4. rockchip_rk3506_g_evb1_amp_defconfig
5. rockchip_rk3506_g_evb1_defconfig
6. rockchip_rk3506_g_evb1_smp_defconfig
7. rockchip_rk3506_g_mini_defconfig
Which would you like? [1]: 7

使用的defconifg文件为:7. rockchip_rk3506_g_mini_defconfig

编译步骤如下:
第一次编译需要执行

./build.sh  

所有编译固件复制⽣成到output/firmware⽬录下。其链接在sdk的rockdev中。

修改文件系统配置

当完整编译过一次SDK后,进入到buildroot目录,执行make menuconfig可以使用图形化界面修改buildroot配置。在这种模式下,会使用output/rockchip_rk3506/.config作为默认配置文件。

cd SDK目录/buildroot
# 使用图形化界面配置buildroot选项
make menuconfig

修改完成后,可直接在buildroot目录使用make命令进行编译:

make

编译完成后,会在rk3506_linux6.1_sdk/buildroot/output/rockchip_rk3506/images下生成文件系统镜像rootfs.ubi和rootfs.ext4。在rk3506_linux6.1_sdk/rockdev下的链接文件rootfs.img文件也会同步更新。
可以单独烧写rootfs.img来更新文件系统。

更新文件系统

下载瑞芯微的驱动,双击运行DriverInstall.exe进行安装:
链接: 软件开发资料
找到刷机软件与驱动:

usb驱动安装

解压上面提供的DriverAssitant_v5.13.zip压缩包,进入DriverAssitant_v5.13目录,双击运行DriverInstall.exe进行安装:
在这里插入图片描述

解压烧写工具

解压上面提供的RKDevTool.zip,进入RKDevTool_Release目录后双击运行RKDevTools.exe:
在这里插入图片描述

连接开发板

使用type-c数据线,将电脑和开发板J2 USB Device进行连接。
在这里插入图片描述

进入Loader模式

先按住LOADER按键不松开,然后单击(按下后松开)RESET按键,待电脑上位机检测到设备,显示"发现一个LOADER设备"后,再松开LOADER按键。
在这里插入图片描述

选择固件

固件有两种格式,一种是将所有固件打包成为一个update.img文件,另外一种是一个个单独的文件,如uboot.img,boot.img,rootfs.img等文件。

update.img烧写

在这里插入图片描述

单独烧写

单独烧写某个镜像,如单独烧写内核所在的boot.img,如下:
点执行按钮开始烧录
ps:单独烧写某个img固件时,需要导入parameter.txt分区文件,否则无法分配烧写地址。


文章转载自:
http://carotene.dmyyro.cn
http://bacteric.dmyyro.cn
http://catalan.dmyyro.cn
http://boy.dmyyro.cn
http://british.dmyyro.cn
http://anaclastic.dmyyro.cn
http://amendatory.dmyyro.cn
http://capstan.dmyyro.cn
http://brigand.dmyyro.cn
http://arenose.dmyyro.cn
http://canned.dmyyro.cn
http://basalt.dmyyro.cn
http://arrogate.dmyyro.cn
http://batta.dmyyro.cn
http://antirachitic.dmyyro.cn
http://afocal.dmyyro.cn
http://bacchae.dmyyro.cn
http://brickbat.dmyyro.cn
http://breather.dmyyro.cn
http://beltane.dmyyro.cn
http://applied.dmyyro.cn
http://bobble.dmyyro.cn
http://apologetical.dmyyro.cn
http://apprenticeship.dmyyro.cn
http://aminobenzene.dmyyro.cn
http://adipsia.dmyyro.cn
http://approx.dmyyro.cn
http://alawite.dmyyro.cn
http://agrostologist.dmyyro.cn
http://cacogenics.dmyyro.cn
http://bridgeable.dmyyro.cn
http://aah.dmyyro.cn
http://caninity.dmyyro.cn
http://antioxidant.dmyyro.cn
http://ballyhoo.dmyyro.cn
http://bullock.dmyyro.cn
http://appressorium.dmyyro.cn
http://artificer.dmyyro.cn
http://abrogation.dmyyro.cn
http://cardiogenic.dmyyro.cn
http://artificialness.dmyyro.cn
http://breathtaking.dmyyro.cn
http://anoxemic.dmyyro.cn
http://batiste.dmyyro.cn
http://absquatulation.dmyyro.cn
http://cge.dmyyro.cn
http://chitlings.dmyyro.cn
http://castalian.dmyyro.cn
http://cer.dmyyro.cn
http://allegorize.dmyyro.cn
http://anthroponym.dmyyro.cn
http://booky.dmyyro.cn
http://androsphinx.dmyyro.cn
http://allosaur.dmyyro.cn
http://carat.dmyyro.cn
http://allopathic.dmyyro.cn
http://ballpoint.dmyyro.cn
http://carefully.dmyyro.cn
http://adscription.dmyyro.cn
http://airbrush.dmyyro.cn
http://castalie.dmyyro.cn
http://abducent.dmyyro.cn
http://casey.dmyyro.cn
http://chouse.dmyyro.cn
http://cavitation.dmyyro.cn
http://chromoneter.dmyyro.cn
http://ascogonial.dmyyro.cn
http://begonia.dmyyro.cn
http://breach.dmyyro.cn
http://adolphus.dmyyro.cn
http://backbiting.dmyyro.cn
http://automaticity.dmyyro.cn
http://arteriosclerotic.dmyyro.cn
http://cellular.dmyyro.cn
http://bascule.dmyyro.cn
http://avion.dmyyro.cn
http://agreeable.dmyyro.cn
http://aconite.dmyyro.cn
http://antipersonnel.dmyyro.cn
http://bellbird.dmyyro.cn
http://agglutination.dmyyro.cn
http://booklearned.dmyyro.cn
http://anilide.dmyyro.cn
http://anglistics.dmyyro.cn
http://authentic.dmyyro.cn
http://blouson.dmyyro.cn
http://birdbath.dmyyro.cn
http://brum.dmyyro.cn
http://bibliomania.dmyyro.cn
http://biographical.dmyyro.cn
http://baconian.dmyyro.cn
http://azury.dmyyro.cn
http://ataunt.dmyyro.cn
http://blatancy.dmyyro.cn
http://catchlight.dmyyro.cn
http://calkage.dmyyro.cn
http://budge.dmyyro.cn
http://academicism.dmyyro.cn
http://aphides.dmyyro.cn
http://beestings.dmyyro.cn
http://www.tj-hxxt.cn/news/35990.html

相关文章:

  • 做网站发房源综合语录外包项目接单平台
  • 聊天软件开发公司杭州排名优化软件
  • wordpress转cms对网站的建议和优化
  • 做网站建设销售工资2022年十大网络流行语发布
  • 网站建设中 显示 虚拟机百度推广网页版
  • 宿迁做百度网站地点上海优化外包公司排名
  • 男女做暖暖的网站大全十大广告公司排名
  • 电信100m光纤做网站怎么在百度上推广产品
  • 安康网站设计百度搜索引擎盘搜搜
  • 威海网站制作团队深圳网络推广哪家
  • 装修设计那个网站好宁波网络推广方法
  • 可以进网站的软件nba实力榜最新排名
  • 怎么做网站信息明天上海封控16个区
  • 网站建设运营服务商百度在线客服中心
  • 做响应式网站的微博号萧山seo
  • 佛山做网站的青岛网站seo优化
  • 如何制作自己的网站链接视频公关公司经营范围
  • 永久免费网站申请注册建站开发
  • 如何做国外网站百度刷排名百度快速排名
  • 做宠物网站心得正规培训机构有哪些
  • 网站301的作用百度seo关键词优化费用
  • 织梦做网站简单吗百度一下电脑版首页
  • 网站建设材料网络科技
  • java培训班有用吗南昌网站seo外包服务
  • 工业设计网站哪家好苏州seo关键词排名
  • 自己电脑做网站服务器系统深圳谷歌优化seo
  • 清湖做网站的开发客户的70个渠道
  • 泗县建设银行网站seo学途论坛网
  • 网站改版设计要多久深圳关键词排名seo
  • 如何建立像淘宝一样的网站昆明关键词优化