随笔分类 - linux
摘要:环境:ubuntu 软件 配置zsh终端界面 #安装zsh git sudo apt-get install zsh git #切换到用户目录 cd ~/ #下载主题配置文件 git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
阅读全文
摘要:linux 初学入门
阅读全文
摘要:root@MaixLinux:/mnt/SDCARD# wpa_cli -i wlan0 scan_result bssid / frequency / signal level / flags / ssid 3c:cd:57:7b:2c:cc 2467 -26 [WPA2-PSK-CCMP][ES
阅读全文
摘要:原文来自: 首页» 全志 SOC» 使用mainline中最新的buildroot编译生成Lichee RV Dock系统镜像 by xkrisc buildroot上游已经支持了D1 Nezha开发板,我为Lichee RV Dock做了如下适配开发: A.uboot、opensbi使用了上游li
阅读全文
摘要:uvc摄像头调试 改分辨率: 源码中 v412fmt.fmt.pix.width 图像宽度 v412fmt.fmt.pix.height 图像高度 /* * capturing from UVC * platform: rk3568 */ #include <stdint.h> #include <
阅读全文
摘要:以下内容大部分来自参考 wiki.sipeed.com Lichee RV 系统烧录 准备 Lichee RV 核心板 TF 内存卡(建议使用官方店的的内存卡,其他的卡可能会有各种奇怪的问题) 烧录工具 PhoenixCard 系统镜像: LicheeRV_Tina_dock_hdmi_8723ds
阅读全文