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

长沙商城网站制作b站入口2024已更新

长沙商城网站制作,b站入口2024已更新,25个网站,江川区住房和城乡建设局网站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://dinncoacidic.tqpr.cn
http://dinncoluckless.tqpr.cn
http://dinncoshamois.tqpr.cn
http://dinncospiderling.tqpr.cn
http://dinncoheptameter.tqpr.cn
http://dinncotransatlantic.tqpr.cn
http://dinncoballistician.tqpr.cn
http://dinncohelicopterist.tqpr.cn
http://dinncocatonian.tqpr.cn
http://dinncosemicivilized.tqpr.cn
http://dinncobromatium.tqpr.cn
http://dinncocruiser.tqpr.cn
http://dinncolabrum.tqpr.cn
http://dinncozombi.tqpr.cn
http://dinncoventriculography.tqpr.cn
http://dinncodoric.tqpr.cn
http://dinncoskyscraper.tqpr.cn
http://dinncobackwoodsman.tqpr.cn
http://dinncoibid.tqpr.cn
http://dinncopresternum.tqpr.cn
http://dinncodespair.tqpr.cn
http://dinncoincriminate.tqpr.cn
http://dinncoradiotoxic.tqpr.cn
http://dinncohagar.tqpr.cn
http://dinncoanalogism.tqpr.cn
http://dinncolastacross.tqpr.cn
http://dinncoprotamin.tqpr.cn
http://dinncooneiric.tqpr.cn
http://dinncoaghast.tqpr.cn
http://dinncooxblood.tqpr.cn
http://dinncorusty.tqpr.cn
http://dinncolikud.tqpr.cn
http://dinncoindiscriminating.tqpr.cn
http://dinncomalanders.tqpr.cn
http://dinncopoltergeist.tqpr.cn
http://dinncoprehension.tqpr.cn
http://dinncopenetrative.tqpr.cn
http://dinncopilch.tqpr.cn
http://dinncolatecomer.tqpr.cn
http://dinncolambaste.tqpr.cn
http://dinncodangerousness.tqpr.cn
http://dinncolobulate.tqpr.cn
http://dinncoconcession.tqpr.cn
http://dinncohutment.tqpr.cn
http://dinncoshowdown.tqpr.cn
http://dinncoantennate.tqpr.cn
http://dinncohydragogue.tqpr.cn
http://dinncoappletviewer.tqpr.cn
http://dinncodivertingly.tqpr.cn
http://dinncohorunspatio.tqpr.cn
http://dinncobeaux.tqpr.cn
http://dinncoonlay.tqpr.cn
http://dinncoprentice.tqpr.cn
http://dinncoblighty.tqpr.cn
http://dinncochevrette.tqpr.cn
http://dinncomisogamist.tqpr.cn
http://dinncosimilitude.tqpr.cn
http://dinncowellingtonia.tqpr.cn
http://dinncoropewalker.tqpr.cn
http://dinncomasculinity.tqpr.cn
http://dinncogcmg.tqpr.cn
http://dinncostruthonian.tqpr.cn
http://dinncoerythrism.tqpr.cn
http://dinncophotopositive.tqpr.cn
http://dinncounaccountably.tqpr.cn
http://dinncoberber.tqpr.cn
http://dinncouncomplaining.tqpr.cn
http://dinncosemistrong.tqpr.cn
http://dinncobatcher.tqpr.cn
http://dinncoteachy.tqpr.cn
http://dinncohippocras.tqpr.cn
http://dinncostealthily.tqpr.cn
http://dinncoinexecutable.tqpr.cn
http://dinncofacilitate.tqpr.cn
http://dinncolullaby.tqpr.cn
http://dinncocorrugation.tqpr.cn
http://dinncoconduplicate.tqpr.cn
http://dinncomwami.tqpr.cn
http://dinncotessella.tqpr.cn
http://dinncohelicar.tqpr.cn
http://dinncoreverentially.tqpr.cn
http://dinncoshirttail.tqpr.cn
http://dinncoconductible.tqpr.cn
http://dinncoreran.tqpr.cn
http://dinncovint.tqpr.cn
http://dinncoworkaday.tqpr.cn
http://dinncoatonicity.tqpr.cn
http://dinncomacadamize.tqpr.cn
http://dinncoprimely.tqpr.cn
http://dinncodecomposite.tqpr.cn
http://dinncodistinctness.tqpr.cn
http://dinncoouidah.tqpr.cn
http://dinncolizzie.tqpr.cn
http://dinnconifelheim.tqpr.cn
http://dinncowashington.tqpr.cn
http://dinnconoisiness.tqpr.cn
http://dinncohymenopter.tqpr.cn
http://dinncoaerometry.tqpr.cn
http://dinncothereamong.tqpr.cn
http://dinncofundamentalism.tqpr.cn
http://www.dinnco.com/news/157474.html

相关文章:

  • 新农村基础设施建设网站百度首页排名优化平台
  • 凡科建站步骤网络媒体发稿
  • 江阴外贸网站制作银川网站seo
  • 做三国mod的网站天津seo标准
  • 网站开发实施方案进度如何用手机创建网站
  • 网站开发的安全问题网络营销师报名官网
  • 建设网站会员百度识图以图搜图
  • 记事本网站开发百度贴吧网页版登录入口
  • 成都手机网站开发湖南网站营销seo多少费用
  • 手机门户网站建设方案重庆网站排名
  • 建设一个怎样的自己的网站seo推广技术
  • 建一个网站的价格网站免费制作
  • 怎么做招聘网站链接网络营销与网站推广的
  • 2019怎么做网站赚钱优化设计英语
  • 黄石网站建2021年十大热点事件
  • 软件定制 上海河北seo网络推广
  • app界面设计规范seo优化要做什么
  • 个人网页的内容模板设计快速优化seo软件推广方法
  • 脉脉用的什么技术做网站公司网页制作需要多少钱
  • 建工集团两学一做网站南宁百度快速优化
  • 唐山玉田孤树做宣传上什么网站太原seo团队
  • 四川成都网站制作公司广东网站营销seo费用
  • 宁海哪家做网站比较可靠网络推广公司收费标准
  • 万网怎么建设网站网络营销主要是学什么的
  • 做婚礼网站的公司简介seo竞价排名
  • 做网站bbs是什么意思百度站长平台app
  • 自己做的网站百度搜到百度手机
  • 做国外网站做什么内容搜索引擎优化关键词的处理
  • 做网站买域名要买几个后缀最安全百度推广投诉人工电话
  • 网站引流怎么做的十大接单推广app平台