随笔分类 - linux_drivers
有关 Linux 设备驱动程序 的文章
摘要:内核config 确定已经打开对应驱动,路径如下 Device Drivers -> <*>Sound Card Support -> <*> Advanced Linux Sound Architecture -> [*] USB sound devices -> <*> USB Audio/MI
阅读全文
摘要:HamsterBear Linux ST7789V FBTFT驱动适配 平台 - F1C200s Linux版本 - 5.18 TFT屏 - 1.69寸IPS高清ST7789V 修改设备树,在spi0节点下添加 &spi0 { pinctrl-names = "default"; pinctrl-0
阅读全文
摘要:HamsterBear lradc按键驱动的适配 平台 - F1C200s Linux版本 - 5.17.2 ADC按键 - 4 KEY tablet 驱动程序位于主线内核: drivers/input/keyboard/sun4i-lradc-keys.c 设备树binding Documenta
阅读全文
摘要:主线linux f1c200s fbtft ssd1306 适配记录 menuconfig中开启staging drivers下small tft菜单中 fb ssd1306, 选择*编译进内核。 修改pio节点如下,添加 spi1 复用引脚。 pio: pinctrl@1c20800 { comp
阅读全文