Ubuntu 16.04 制作rootfs无法启动,串口ttyFIQ不正常

http://wiki.t-firefly.com/index.php/Firefly-RK3399/Build_Ubuntu_rfs

Timed out waiting for device dev-ttyFIQ0.device


我也遇到同样的问题,请问解决了吗

在.config中配置
-# CONFIG_FHANDLE is not set
+CONFIG_FHANDLE=y
试试

binary_ubuntu_1604_armhf/lib/systemd/system/serial-getty@.service

修改 BindsTo=dev-%i 去掉后面 .device

luvings 发表于 2018-3-26 10:40
binary_ubuntu_1604_armhf/lib/systemd/system/serial-getty@.service

修改 BindsTo=dev-%i 去掉后面 …

这个在哪里?

你好,这个问题解决了吗?求指导