Search found 2 matches

by HKY
2024-07-26 4:14
Forum: Luckfox Pico-RV1103/RV1106
Topic: 使用“兼容设备”中的1.3寸LCD例程时Failed to open SPI device.
Replies: 1
Views: 1293

使用“兼容设备”中的1.3寸LCD例程时Failed to open SPI device.

使用Luckfox Pico Plus按照文档要求与1.3寸LCD(使用第三方屏幕,并非1.3 英寸 LCD Pico 扩展板)连接如下:

VCC -> 5V
GND -> GND
DIN -> 34(SPI0_MOSI)
CLK -> 49(SPI0_SCK)
CS -> 48
DC -> 34
RST -> 51
BL -> 4

使用cat /dev/urandom > /dev/fb0测试花屏成功,系统存在的 SPI 总线如下:

# ls /sys/bus/spi/devices/
spi0.0 spi2.0

但运行例程时显示Failed to open SPI ...
by HKY
2024-04-09 9:53
Forum: Luckfox Pico-RV1103/RV1106
Topic: buildroot无法使用hwclock 工具
Replies: 1
Views: 1154

buildroot无法使用hwclock 工具

我在使用LuckFox Pico Plus 的Buildroot镜像时,无法通过hwclock工具读写RTC

Code: Select all

[root@luckfox ~]$ hwclock
hwclock: can't open '/dev/misc/rtc': No such file or directory