【XR806开发板试用】WSL环境搭建问题及解决措施

本文主要记录在WSL环境下搭建XR806开发环境的过程中遇到的一些问题,如果后续大家有遇到类似问题可以参考;有部分地方的解决方法不一定是最好的,有些步骤也不一定是必要的,经过多次尝试和资料查询才最终解决,因此没有特地去复现问题并尝试最终有效的那一个或者几个操作。最开始我用的是virtualbox+ubuntu,后来搞出很多问题,无意中在群里面看到有大佬在说WSL,第一次听说有这东西,于是赶紧上网查了一下,然后在网络的前辈们的指导下装好了WSL以及ubuntu,这个过程中还升级了windows的版本,差点被一个贴子带偏重装系统,还好没这么干,下面是我装好WSL和ubuntu后在搭建XR806开发环境的过程中遇到的一些典型问题,本文仅供参考。

1、repo init命令出现fork_flow错误,如下:

jackie@USER-20200124ZG:~$ repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony_1.0.1_release --no-repo-verify
Downloading Repo source from http://mirrors.tuna.tsinghua.edu.cn/git/git-repo/
remote: Enumerating objects: 7113, done.
remote: Counting objects: 100% (7113/7113), done.
remote: Compressing objects: 100% (3728/3728), done.
remote: Total 7113 (delta 4590), reused 5464 (delta 3311)s   s
Receiving objects: 100% (7113/7113), 3.09 MiB | 1.76 MiB/s, done.
Resolving deltas: 100% (4590/4590), done.
repo: warning: verification of repo code has been disabled;
repo will not be able to verify the integrity of itself.repo: error: unable to resolve "fork_flow"
fatal: cloning the git-repo repository failed, will remove '.repo/repo'

解决措施:切换到root权限执行,命令“sudo su”,然后再输入密码就行了,如果需要再切回原用户目录使用命令“su <用户名>”。

2、同步源码错误

error: Unable to fully sync the tree.
error: Downloading network changes failed.
Try re-running with "-j1 --fail-fast" to exit at the first error.

解决措施:增加–fail-fast,然后就没有错误了,具体意思不太清楚,是在网上的某个贴子里看到的

robot@ubuntu:~/aosp81$ repo sync -j1 --fail-fast
Fetching: 26% (156/592) platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9

3、repo forall -c ‘git lfs pull’ 错误

root@USER-20200124ZG:/home/jackie/xr806_openharmony# repo forall -c 'git lfs pull'
git: 'lfs' is not a git command. See 'git --help'.The most similar command islog
git: 'lfs' is not a git command. See 'git --help'.The most similar command islog
git: 'lfs' is not a git command. See 'git --help'.

解决措施:可以参考github - git: ‘lfs’ is not a git command unclear - Stack Overflow安装一个工具

root@USER-20200124ZG:/home/jackie/xr806_openharmony# curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
Detected operating system as Ubuntu/bionic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/github_git-lfs.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.The repository is setup! You can now install packages.
root@USER-20200124ZG:/home/jackie/xr806_openharmony# sudo apt-get install git-lfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:git-lfs
0 upgraded, 1 newly installed, 0 to remove and 161 not upgraded.
Need to get 6526 kB of archives.
After this operation, 14.7 MB of additional disk space will be used.
Get:1 https://packagecloud.io/github/git-lfs/ubuntu bionic/main amd64 git-lfs amd64 3.0.2 [6526 kB]
Fetched 6526 kB in 24s (268 kB/s)
Selecting previously unselected package git-lfs.
(Reading database ... 35599 files and directories currently installed.)
Preparing to unpack .../git-lfs_3.0.2_amd64.deb ...
Unpacking git-lfs (3.0.2) ...
Setting up git-lfs (3.0.2) ...
Git LFS initialized.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@USER-20200124ZG:/home/jackie/xr806_openharmony#

4、安装必要的文件和库的时候出现错误 Unable to locate package libc6-dev-amd64

root@USER-20200124ZG:/home/jackie/xr806_openharmony# sudo apt-get install build-essential gcc g++ make zlib* libffi-dev e2fsprogs pkg-config flex bison perl bc openssl libssl-dev libelf-dev libc6-dev-amd64 binutils binutils-dev libdwarf-dev u-boot-tools mtd-utils gcc-arm-linux-gnueabi cpio device-tree-compiler
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'zlib-bin' for glob 'zlib*'
Note, selecting 'zlib-gst' for glob 'zlib*'
Note, selecting 'zlib1g' for glob 'zlib*'
Note, selecting 'zlib1' for glob 'zlib*'
Note, selecting 'zlibc' for glob 'zlib*'
Note, selecting 'zlib1g-dbg' for glob 'zlib*'
Note, selecting 'zlib1g-dev' for glob 'zlib*'
Note, selecting 'zlib1-dev' for glob 'zlib*'
E: Unable to locate package libc6-dev-amd64

解决措施:
1、直接去掉libc6-dev-amd64,不安装这个,目前跑了几个例程,暂时没发现有什么影响;
2、看到有同学说去掉后面的-amd64就可以了,我没试过,如果有遇到这个问题的同学可以试试看;

5、llvm安装错误

jackie@USER-20200124ZG:~/llvm$ tar -zxvf llvm.tar -C ~/
tar (child): llvm.tar: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting nowjackie@USER-20200124ZG:~/llvm$ tar -zvf llvm-linux-9.0.0-36191.tar -C ./
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.

解决措施:更换了解压命令

root@USER-20200124ZG:/home/jackie/llvm# tar -xvf llvm-linux-9.0.0-36191.tar
llvm/
llvm/lib/
llvm/lib/libLLVM.so
llvm/lib/libclang.so.9
llvm/lib/libclang-cpp.so.9

6、make menuconfig报错

jackie@USER-20200124ZG:~/xr806_openharmony/device/xradio/xr806/xr_skylark$ sudo make menuconfig
make[1]: Entering directory '/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark/tools/config'
HOSTLD build/mconf.o
/usr/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
chmod: cannot access 'mconf': No such file or directory
Makefile:27: recipe for target 'mconf' failed
make[1]: *** [mconf] Error 1
make[1]: Leaving directory '/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark/tools/config'
/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark
tools/config/mconf ./Kconfig
make: tools/config/mconf: Command not found
Makefile:124: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 127

解决措施:安装libncurses5-dev

jackie@USER-20200124ZG:~/xr806_openharmony/device/xradio/xr806/xr_skylark$ sudo apt install libncurses5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:libtinfo-dev
Suggested packages:ncurses-doc
The following NEW packages will be installed:libncurses5-dev libtinfo-dev
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 256 kB of archives.
After this operation, 1422 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrors.aliyun.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB]
Get:2 http://mirrors.aliyun.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB]
Fetched 256 kB in 1s (181 kB/s)
Selecting previously unselected package libtinfo-dev:amd64.
(Reading database ... 56605 files and directories currently installed.)
Preparing to unpack .../libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...jackie@USER-20200124ZG:~/xr806_openharmony/device/xradio/xr806/xr_skylark$ sudo make menuconfig
make[1]: Entering directory '/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark/tools/config'
HOSTLD build/mconf.o
make[1]: Leaving directory '/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark/tools/config'
/home/jackie/xr806_openharmony/device/xradio/xr806/xr_skylark
tools/config/mconf ./Kconfig*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.python config.py

7、关于代码下载

XR806代码的device和vendor两部分可以用git clone命令直接下载,比repo好用

8、关于vscode连接远程库进行开发

可以参考以下链接,写的很详细:https://aijishu.com/a/1060000000288355

9、关于window和ubuntu文件交互

在ubuntu下可以用cd命令访问到Windows下的盘符,这样直接可以用cp命令进行文件传输,windows的盘符挂载到了 /mnt/,如下操作是将编译出的img文件拷贝到windows的d盘根目录下;你也可以cd到/mnt/下用ls命令查看盘符

# cp xr_system.img /mnt/d/

在这个过程中还遇到了各种各样的小问题,最后通过网上查资料解决了,没有一一记录,这个过程是比较煎熬的,但是我想说不管怎样,不要放弃,每天都去弄一下,查资料、论坛求助、微信、qq群求助都可以,问题总会解决的;经过这一段的折腾,环境算是可以运行了,万里长征走完了第一步,接下来要好好琢磨做点应用了。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/755560.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

深入解析分布式ID生成机制

一、概述 背景&#xff1a;随着数据库数据量的增长, 基于性能原因需要进行分库分表&#xff0c;分库分表会导致主键ID重复问题。 特点&#xff1a; 全局唯一性[必须];趋势递增[非必须]。由于互联网大部分采用Mysql的Innodb引擎,因此保持有序主键ID有利于insert的效率;单调递增…

KKVIEW远程: TODESK退出了还能远程吗

Todesk退出了还能远程吗 当我们谈论Todesk或其他远程桌面软件时&#xff0c;一个经常被提及的问题是&#xff1a;当我退出Todesk后&#xff0c;是否仍然可以远程访问我的计算机&#xff1f;为了回答这个问题&#xff0c;我们首先需要了解Todesk的工作原理和远程访问的基本条件…

【视觉语言大模型+LLaVA1.0】大语言模型视觉助手(视觉指令调优)GPT4-Vision丐版

官方资源汇总&#xff1a; 项目主页 || https://huggingface.co/liuhaotian 23.04.LLaVA1.论文: Large Language and Vision Assistant&#xff08;Visual Instruction Tuning) 23.10 LLaVA-1.5论文: Improved Baselines with Visual Instruction Tuning 23.11 LLaVA-Plus项目&…

java基于zxing生成二维码的工具类

java生成指定内容二维码工具类及其用法&#xff1a; 首先导入zxing相关pom依赖 <!--二维码生成识别组件--><dependency><groupId>com.google.zxing</groupId><artifactId>core</artifactId><version>3.3.3</version></dep…

李畑受邀出席第20届“韩国品牌大奖”颁奖典礼

2024年3月14日&#xff0c;第20届“韩国品牌大奖”颁奖典礼在韩国国家新闻中心举行。李畑女士受邀出席&#xff0c;和与会嘉宾一同见证这一年度盛事。 “韩国品牌大奖”是由政府主管的品牌奖项&#xff0c;旨在奖励在品牌经营方面作出突出贡献的企业和机构。该奖项依据公信力&a…

1.python安装

1.检查是否已经安装python 打开cmd 输入 python --version查看是否有返回版本,没有返回则环境变量未设置好,或者未安装 2.下载安转python https://www.python.org/downloads/windows/ 勾选配置环境变量路径 安装成功

外贸网站常用的wordpress模板

零件配件WordPress外贸建站模板 汽车行业零配件WordPress外贸建站模板&#xff0c;卖配件、零件的外贸公司可以使用的WordPress主题。 https://www.jianzhanpress.com/?p4912 WordPress外贸独立站主题 简洁实用的WordPress外贸独立站主题&#xff0c;适合时尚服装行业搭建w…

Java使用itextpdf往pdf中插入图片

引入maven依赖 <dependency><groupId>com.itextpdf</groupId><artifactId>itextpdf</artifactId><version>5.5.9</version> </dependency>java代码 import cn.hutool.extra.qrcode.QrCodeUtil; import com.itextpdf.text.*; i…

UE5中各类型的英文名称缩写(直接用于文件前缀)

真正开发项目时用到的素材文件是相当巨量的&#xff0c;在资产中查找时由于不区分文件夹&#xff0c;因此查找是比较头疼的&#xff0c;所以很多同类型的文件名命名时要加入缩写。 本文提供初学者内容包中的缩写&#xff0c;并会在此后陆续加入自定义的缩写&#xff08;本部分…

抖音视频批量提取软件|无水印视频下载

抖音视频批量提取软件&#xff0c;让您高效下载精彩内容&#xff01; 您是否经常需要下载抖音视频&#xff0c;但传统的下载方式繁琐且低效&#xff1f;别担心&#xff0c;我们为您提供了一款强大而智能的抖音视频批量提取软件&#xff0c;让您轻松实现下载无水印的精彩内容&am…

Java Web项目—餐饮管理系统Day11-Linux-基本知识点(二)

文章目录 1. 打包压缩命令2. 文本编辑命令命令模式插入模式底行模式 4-5. 查找命令findgrep 5. 软件包安装安装 Java安装 tomcat防火墙操作停止Tomcat服务 安装 MySQL 服务登录MySQL数据库&#xff0c;查阅临时密码 1. 打包压缩命令 打包压缩命令 tar 作用:对文件进行打包、解…

【好书推荐2】AI提示工程实战:从零开始利用提示工程学习应用大语言模型

【好书推荐2】AI提示工程实战&#xff1a;从零开始利用提示工程学习应用大语言模型 写在最前面AI辅助研发方向一&#xff1a;AI辅助研发的技术进展方向二&#xff1a;行业应用案例方向三&#xff1a;面临的挑战与机遇方向四&#xff1a;未来趋势预测方向五&#xff1a;与法规的…

深入理解模板进阶:掌握C++模板的高级技巧

&#x1f389;个人名片&#xff1a; &#x1f43c;作者简介&#xff1a;一名乐于分享在学习道路上收获的大二在校生 &#x1f648;个人主页&#x1f389;&#xff1a;GOTXX &#x1f43c;个人WeChat&#xff1a;ILXOXVJE &#x1f43c;本文由GOTXX原创&#xff0c;首发CSDN&…

Reactor线程模型

线程模型 一、背景1.socket网络通信2.IO模型与线程模型3.线程模型分类3.1 阻塞模型3.2 Reactor模型3.3 Proactor模式 二、阻塞模型1.代码示例 三、Reactor模型1.单Reactor单线程1.1 处理过程1.2 优缺点1.3 代码示例 2.单Reactor多线程2.1 处理机制2.2 优缺点 3.主从Reactor3.1 …

缓存雪崩、缓存穿透、缓存预热、缓存更新、缓存降级的理解

一&#xff1a;缓存雪崩 我们可以简单的理解为&#xff1a;由于原有缓存失效&#xff0c;新缓存未到期间 (例如&#xff1a;我们设置缓存时采用了相同的过期时间&#xff0c;在同一时刻出现大面积的缓存过期)&#xff0c;所有原本应该访问缓存的请求都去查询数据库了&#xff…

Ubuntu Desktop 设置 gedit

Ubuntu Desktop 设置 gedit 1. View2. Editor3. Font & Colors4. keyboard shortcut5. Find and ReplaceReferences gedit (/ˈdʒɛdɪt/ or /ˈɡɛdɪt/) is the default text editor of the GNOME desktop environment and part of the GNOME Core Applications. Desig…

[蓝桥杯 2015 省 B] 生命之树

水一水的入门树形DP #include<iostream> #include<algorithm> #include<vector> using namespace std; using ll long long; #define int long long const int N 2e610; const int inf 0x3f3f3f3f; const int mod 1e97;int n; int w[N]; vector<vecto…

Unity双击全屏UI按钮、长按UI按钮

1.长按按钮 将下面的代码挂载到按钮上&#xff0c;去掉按钮本射的Button组件 using System.Collections; using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems;public class LongPressButton : MonoBehaviour, IPointerDownHandler, IPointerUpHand…

递推与递归

92. 递归实现指数型枚举 - AcWing题库 #include <bits/stdc.h> using namespace std; const int N17; int n; bool vis[N];//记录某一个数是否出现过 void dfs(int dep){// if(vis[dep])continue;//没有这一句 因为一定不会有已经选过的数if(depn1){//对于每个数都做完了…

NCP1031DR2G集成DC-DC转换器 为以太网供电设备提供低成本、高可靠性解决方案

NCP1031DR2G是微型高电压单片 DC-DC 转换器&#xff0c;带有片上电源开关和启动电路。使用极少的外部部件&#xff0c;将实施若干开关稳压器应用所需的所有有源电源、控制逻辑和保护电路相结合&#xff0c;这些应用有辅助侧偏置电源和低功率 DC-DC 转换器。此控制器系列适用于 …