上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 1、环境配置 sudo apt install qemu-user-static -y sudo apt install debootstrap -y mkdir Debian_rootfs 2、Debian文件系统构建 第一阶段: 使用华为镜像源抽取根文件系统 sudo debootstrap – 阅读全文
posted @ 2024-04-30 19:26 *^VV^* 阅读(263) 评论(0) 推荐(0)
摘要: 录/drivers/gpu/drm/panel/panel_simple.c中 阅读全文
posted @ 2024-04-28 10:42 *^VV^* 阅读(7) 评论(0) 推荐(0)
摘要: 报错 error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or directory…… 找不到库文件 排查解决 首先,查找文件是否存在。 然后,在/etc/ld.so. 阅读全文
posted @ 2024-02-02 15:16 *^VV^* 阅读(355) 评论(0) 推荐(0)
摘要: 进程间通讯->共享内存 struct shmid_ds { struct ipc_perm shm_perm; /* operation perms */ int shm_segsz; /* size of segment (bytes) */ __kernel_time_t shm_atime; 阅读全文
posted @ 2024-01-24 13:14 *^VV^* 阅读(10) 评论(0) 推荐(0)
摘要: 1、sshd启动问题:/var/empty must be owned by root and not group or world-writable.chown -R root.root /var/empty/ 2、ssh登录问题 添加到:sshd_config LoginGraceTime 12 阅读全文
posted @ 2024-01-19 18:52 *^VV^* 阅读(14) 评论(0) 推荐(0)
摘要: 查看音频设置详细信息: tinymix contentsctl type num name value0 INT 1 DAC Playback Volume 59 (range 0->63)1 INT 1 Headphone Playback Volume 20 (range 0->63)2 BOO 阅读全文
posted @ 2024-01-19 18:41 *^VV^* 阅读(51) 评论(0) 推荐(0)
摘要: [root]~# fdisk /dev/mmcblk0 The number of cylinders for this disk is set to 60672.There is nothing wrong with that, but this is larger than 1024,and c 阅读全文
posted @ 2024-01-12 10:06 *^VV^* 阅读(34) 评论(0) 推荐(0)
摘要: cmake_minimum_required(VERSION 3.1) #设置交叉编译SET(CMAKE_SYSTEM_NAME Linux)SET(CMAKE_SYSTEM_PROCESSOR arm) SET(TOOLCHAIN_DIR "/usr/local/lib/gcc-linaro-7. 阅读全文
posted @ 2024-01-10 19:54 *^VV^* 阅读(40) 评论(0) 推荐(0)
摘要: 1、检查串口的配置。查看串口的波特率、数据位、校验位等可以使用以下命令: $ stty -F /dev/ttyS0 2、修改串口的配置。使用stty命令可以修改串口的波特率、数据位、校验位等选项,例如,将串口波特率修改为115200,按如下方式操作: $ stty -F /dev/ttyS0 115 阅读全文
posted @ 2023-11-04 14:54 *^VV^* 阅读(1057) 评论(0) 推荐(0)
摘要: 1、修改设备树(sun8i-h3-nanopi-m1.dts添加内容,确保SPI接口硬件上拉) &spi0 { status="okay"; st7735s@0 { status = "okay"; compatible = "sitronix,st7735s"; reg = <0>; spi-ma 阅读全文
posted @ 2023-10-25 13:29 *^VV^* 阅读(346) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页
点击右上角即可分享
微信分享提示