当前位置:网站首页>Raspberry pie trivial configuration
Raspberry pie trivial configuration
2022-06-30 07:11:00 【Delta-delta】
User password
Default user name : pi
The default password is : raspberry
Only advanced pi user , then su root Get into root
raspi-config To configure
Turn on SD Card capacity


Turn on VNC



Enter... On the command line
vncserver

If appear cannot currently show the desktop
function sudo raspi-config

And then choose 1920,sudo reboot
install Qt
sudo apt-get update
sudo apt-get install qt5-default
sudo apt-get install qtcreator
sudo apt-get install qtmultimedia5-dev
sudo apt-get install libqt5serialport5-dev
Update firmware
Go to https://github.com/Hexxeh/rpi-firmware download , And transmit it to /home/pi
mkdir /root/.rpi-firmware
Will download zip Copy in . then unzip
Check to see if there is... In the current directory *.elf file , without , Just explain the files
One in the current directory is called rpi-firmware-master Subdirectory of
Copy all the files to the current directory (/root/.rpi-firmware)
cp -r ./rpi-firmware-master/* ./
UPDATE_SELF=0 SKIP_DOWNLOAD=1 rpi-update
reboot
ls -la /opt/vc/lib
See if there is... Under this directory libEGL.so and libGLESv2.so These two libraries , These two libraries are not available before the update .
边栏推荐
- grep命令用法
- 【Hot100】11. Container with the most water
- Utilisation de la commande grep
- The class imported by idea import clearly exists, but it is red?
- Linux服務器安裝Redis
- 【已解决】MySQL异常:ERROR 1045 (28000): Unknown error 1045,忘记初始密码
- 网络安全-单臂路由、DHCP中继和ICMP协议
- Google Earth Engine(GEE)——墨累全球潮汐湿地变化 v1 (1999-2019) 数据集
- 元宇宙由哪些底层技术支撑?
- Xshell transfer file
猜你喜欢

Linux server installation redis

Pit stepping record: Supervisor log return information: redis extension is not installed

2、 Layout system

汇编语言学习一(有栈协程铺垫,32位寄存器和相关指令学习,未完待续06/29)

Steps for formulating class or file templates in idea
![[JSON tutorial] Chapter 1 learning notes](/img/ce/cf74b396a8bd4c4c7028663b8cb665.png)
[JSON tutorial] Chapter 1 learning notes

MAX6675 usage notes

Class templates and friends

社招两年半10个公司28轮面试面经

Linux服務器安裝Redis
随机推荐
If I am in Zhuhai, where can I open an account? In addition, is it safe to open a mobile account?
Nested if statement in sum function in SQL Server2005
解决:div获取不到键盘事件
[Hot100]10. Regular Expression Matching
2022年6月29日--使用C#迈出第一步--使用 C# 中的“if”、“else”和“else if”语句向代码添加决策逻辑
Idea running run and services
Installation du serveur linux redis
[JSON tutorial] Chapter 1 learning notes
[Hot100]10. 正则表达式匹配
Idea shortcut key
MySQL Optimization: from more than ten seconds to 300 milliseconds
神经网络计算量及参数量
The solution of memcpy memory overlap
网络安全-三层交换技术和内部网络规划
What does the real name free domain name mean?
Win10 step pit - power on 0xc0000225
[semidrive source code analysis] [x9 chip startup process] 33 - Analysis of related concepts of display module
[daily question] 535 Encryption and decryption of tinyurl
JS null judgment operators | and? Usage of
Go常用命令