复制到 target/ 下面的板级目录 rootfs文件夹。

whycan 发布的最佳帖子
-
回复: D1s电阻触摸屏能用,但是非常不好用,得用大力戳,这是什么问题呢?
可以参考这个帖子:D1s 在tina-sdk2.0下无法识别电阻触摸屏
改一下触摸屏驱动的时钟初始化寄存器参数
if (of_device_is_compatible(np, "allwinner,sun8i-ts")) writel(ADC_FIRST_DLY(0xf) | ADC_FIRST_DLY_MODE(1) | ADC_CLK_DIV(2) | FS_DIV(6) | T_ACQ(63), ts->base + TP_CTRL0);
-
回复: D1s 使用 XR829 BT 配置 a2dp-source 出错
ln: /var/lib/bluetooth: No such file or directory bluetoothd[296]: Bluetooth daemon 5.54 D-Bus setup failed: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory bluetoothd[296]: Unable to get on D-Bus bluealsa: Couldn't initialize controller thread: Bad file descriptor
看起来好像没开 dbus?