当前位置:网站首页>Using vscode to build u-boot development environment
Using vscode to build u-boot development environment
2022-07-27 19:13:00 【Cheap sword】
Last section Original factory SDK Unzip it to the virtual machine Ubuntu in , Then we use vscode Conduct SDK Medium uboot Source code remote view .
One 、 To configure Ubuntu
- Use command
apt-get install openssh-server
install openssh The server .
open
/etc/ssh/sshd_configfile , takePermitRootLoginTo change the value ofyes, And uncomment , as follows
Use command
/etc/init.d/ssh restartrestart ssh serviceClose graphical interface
Due to the compilation u-boot There is no need for a graphical interface, but only a connection SSH Can operate . So we use the following command to close the default graphical interface ( If you are sure to use the graphical interface, do not execute this command ), This can also greatly save computer resources .
systemctl set-default multi-user.target
To restore the startup of the graphical interface , Use the following command to .
systemctl set-default graphical.target
Two 、 To configure vscode
- stay vscode End installation
remote-sshplug-in unit , Click on “+” Then enterssh [email protected]( for example ssh [email protected])
- Next, select the commonly used configuration file ( I choose the first ).

- You can open this file , Then the last line will show the information just modified , Will usually
HostThe field is modified into an easily recognizable Chinese field , give the result as follows
- Then back
remote-sshPlug in interface , Click on Refresh Button , The one just configured appears !
- Next, right-click it to select an opening method , Then output the password to connect successfully .

- choice Open folder , Select in virtual uboot Catalog , Click ok .

- choice “ terminal ”–>“ New terminal ”. It's similar to opening the character terminal in the virtual machine . You can directly operate the virtual machine here .

- Next, from the top Makefile To analyze .
边栏推荐
- 微机原理学习笔记-通用整数指令及应用
- Kinect2 for unity3d - avatardemo learning
- `this.$ Emit ` the child component passes multiple parameters to the parent component
- NPM basic use
- 一个经验
- Nacos基本概念和单机部署
- 新系统安装MySQL+SQLyog
- Kinect for Unity3D——BackgroundRemovalDemo学习
- Basic concepts of Nacos and single machine deployment
- ES6 learning notes (1) - quick start
猜你喜欢

`this.$emit` 子组件给父组件传递多个参数

Nodejs template engine EJS

IDEA成功连接Database但不显示表怎么办

Jmeter接口自动化-如何解决请求头Content-Type冲突问题

阿里云视频点播服务的开通和使用

专项测试之「 性能测试」总结

ES6 learning notes (1) - quick start

What if idea successfully connects to the database without displaying the table

如何用自动化测试搞垮团队

Sentinel1.8.4 persistent Nacos configuration
随机推荐
Unity学习笔记(刚体-物理-碰撞器-触发器)
NPM's ID card and dependence
C # interaction with MySQL database - MySQL configuration and addition, deletion, query and modification operations
新系统安装MySQL+SQLyog
2022备战秋招10W字面试小抄pdf版,附操作系统、计算机网络面试题
C#与Mysql数据库交互-Mysql配置及增删查改操作
Greedy method, matroid and submodular function (refer)
Word 2007+ tips
How to generate random numbers with standard distribution or Gaussian distribution
Resource for NS2 beginner
Kinect for unity3d - backgroundremovaldemo learning
sql 时间处理(SQL SERVER\ORACLE)
Self control principle learning notes - system stability analysis (2) - loop analysis and Nyquist bode criterion
Ruiji takeout SQL table
转行软测&跳槽到新公司,工作怎样快速上手?
The great idea of NS2
Selenium automated test interview questions family bucket
【云图说】 第250期 初识华为云微服务引擎CSE
ES6学习笔记(1)——快速入门
SSM project uses filter to realize login monitoring