cube_work 发布的最佳帖子
-
全志 D1 添加 telnetd 支持, 基于韦老师的buildroot sdk
参考: https://bbs.aw-ol.com/topic/158/完整支持buildroot-2021-lts构建d1开发板sd卡系统镜像
make busybox-menuconfig
勾选 Networking Utilities ---> telnetd
然后执行 make
用 win32diskimager 烧录 output/images/sdcard.img 到 TF卡,插TF卡启动即可。
-
转一个大佬用 T3 做的驾驶员预警系统 (转载)
@webb_2002
我感觉V3s跑不动啊,这是我在全志T3上跑的,感觉都有点吃力,如果V3s上能跑,真的是牛人啊。
https://whycan.com/t_6411.html#p67017 -
回复: 用 PhoenixCard烧卡之后的分区分析
配置文件: tina_d1_open/device/config/chips/d1/configs/nezha/sys_partition.fex
[partition_start] [partition] name = boot-resource size = 8064 downloadfile = "boot-resource.fex" user_type = 0x8000 [partition] name = env size = 504 downloadfile = "env.fex" user_type = 0x8000 [partition] name = env-redund size = 504 downloadfile = "env.fex" user_type = 0x8000 [partition] name = boot size = 20664 downloadfile = "boot.fex" user_type = 0x8000 [partition] name = rootfs size = 40824 downloadfile = "rootfs.fex" user_type = 0x8000 [partition] name = dsp0 size = 1008 downloadfile = "dsp0.fex" user_type = 0x8000 [partition] name = recovery size = 28224 ;downloadfile = "recovery.fex" user_type = 0x8000
"boot-resource.fex" 开机画面
"env.fex" uboot参数
"rootfs.fex" squashfs根文件系统 -
回复: D1s 的 usb host 口插U盘正常,插键盘没有生成 /dev/input/event* ,这个怎么解决呢?
谢谢两位 ,搞定啦。
lichee/linux-5.4/drivers/hid/usbhid/Kconfig
menu "USB HID Boot Protocol drivers" depends on USB!=n && USB_HID!=y && EXPERT config USB_KBD tristate "USB HIDBP Keyboard (simple Boot) support" depends on USB && INPUT ---help--- Say Y here only if you are absolutely sure that you don't want to use the generic HID driver for your USB keyboard and prefer to use the keyboard in its limited Boot Protocol mode instead. This is almost certainly not what you want. This is mostly useful for embedded applications or simple keyboards. To compile this driver as a module, choose M here: the module will be called usbkbd. If even remotely unsure, say N. config USB_MOUSE tristate "USB HIDBP Mouse (simple Boot) support" depends on USB && INPUT ---help--- Say Y here only if you are absolutely sure that you don't want to use the generic HID driver for your USB mouse and prefer to use the mouse in its limited Boot Protocol mode instead. This is almost certainly not what you want. This is mostly useful for embedded applications or simple mice. To compile this driver as a module, choose M here: the module will be called usbmouse.
神奇了,一定要屏蔽 USB_HID 才能打开 USB_KBD和 USB_MOUSE
难道是互斥的吗?
-
回复: 给官方的D1s开发板设计一个 LCD 扩展版
收到货了, 看起来还不错。
可以全贴,就是换料费贵,剩下那几个手贴算了。
( 很久没在JLC贴片,发现居然可以贴FPC了。