四号程序员

Keep It Simple and Stupid

Skip to content
  • Home
  • 读过的书
  • 从0到1实战微服务架构(第2版)

Linux下使用esp32做micropython开发

Leave a reply

1 安装工具
python -m pip install esptool
如果是conda,最好先切换到root,然后激活conda
source /your_path/anaconda3/bin/activate
conda init
更推荐提前添加权限
sudo adduser $USER $(stat --format="%G" /dev/ttyACM0 )
or
sudo usermod -aG dialout $USERNAME
需要重启操作系统才能生效

2 下[......]

继续阅读

This entry was posted in Linux and tagged esp32, Linux, micropython, vscode on 2025-05-08 by coder4.

Rockchip的RK3588的CPU上测试Electron(以及硬件加速)

Leave a reply

1 安装Node.js
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"

# Download and install Node.js:
nvm install 20

# Verify t[......]

继续阅读

This entry was posted in Linux and tagged cpu, electron, gpu, RK3588, 硬件加速 on 2025-04-29 by coder4.

开发板GPU跑分记录

Leave a reply

跑分附录
我的香橙派5 pro (xfce)
OpenGL Information
GL_VENDOR: Mesa/X.org
GL_RENDERER: llvmpipe (LLVM 15.0.6, 128 bits)
GL_VERSION: 4.5 (Compatibility Profile) Mesa 22.3.6
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=32 stencil=0 samples=0
S[......]

继续阅读

This entry was posted in Linux and tagged glmark2, gpu, Linux, 驱动 on 2025-04-28 by coder4.

Linux设备驱动相关命令

1 Reply

1 查看某个驱动的支持设备信息
modinfo rtc-ds1307
会列出很多,其中能alias是都能兼容的
alias: i2c:m41t11
alias: i2c:m41t00
alias: i2c:m41t0
alias: i2c:ds3231
alias: i2c:ds1341
alias: i2c:ds1340
alias: i2c:ds13[......]

继续阅读

This entry was posted in Linux and tagged Linux, 设备驱动 on 2025-04-13 by coder4.

【转】香橙派 5 Plus 折腾笔记

Leave a reply

https://hqshi.cn/info/ops/orange-pi-5-plus[......]

继续阅读

This entry was posted in Linux on 2025-04-11 by coder4.

Post navigation

← Older posts

Categories

  • Android
  • C && C++
  • Go
  • iOS
  • Java
  • Linux
  • Mac
  • NLP
  • opencv
  • Perl
  • PHP
  • Python
  • RPC
  • Ruby
  • Visual C++ && C#
  • Windows
  • Wordpress
  • 前端技术
  • 大数据技术
  • 心情随笔
  • 搜索技术
  • 数据库技术
  • 未分类
  • 机器学习
  • 笔面题
  • 算法&数据结构
  • 网络&网络模拟
  • 计算机技术
  • 设计

Tags

  • Android
  • C
  • CentOS
  • c语言
  • Debian
  • docker
  • go
  • gtk
  • Hadoop
  • Hive
  • ios
  • Java && J2EE
  • Java && J2EE
  • Java核心技术
  • KVM
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • Python
  • Python Essential Reference
  • shell
  • socket
  • ssh
  • Ubuntu
  • VC
  • 严蔚敏
  • 中文
  • 乱码
  • 卷2
  • 字符串
  • 安装
  • 实现
  • 排序
  • 教程
  • 数据结构
  • 核心技术
  • 算法
  • 算法技术手册
  • 编译
  • 读书笔记
  • 递归
  • 配置
  • 重读
Proudly powered by WordPress