Re: [systemd-devel] systemd doesn't see ttyPS0 devices from udev

2020-09-26 Thread ZhouPeng
Thanks all, At 2020-09-24 00:25:44, "Michael Olbrich" wrote: >Hi, > >On Wed, Sep 23, 2020 at 04:58:57PM +0800, ZhouPeng wrote: >> I find that boot with the 'rescue' option, then exit 'rescue' mode, then >> I can login to the ttyPS0, as below &

Re: [systemd-devel] systemd doesn't see ttyPS0 devices from udev

2020-09-23 Thread ZhouPeng
ut how boot directly normally. Thanks all, At 2020-09-23 16:37:48, "ZhouPeng" wrote: >Thank you very much. ' udevadm info -a /dev/ttyPS0' output: > > >bash-4.4# udevadm info -a /dev/ttyPS0 > >Udevadm info starts with the device specified by the devpath and then

Re: [systemd-devel] systemd doesn't see ttyPS0 devices from udev

2020-09-23 Thread ZhouPeng
=="(null)" looking at parent device '/devices/platform': KERNELS=="platform" SUBSYSTEMS=="" DRIVERS=="" bash-4.4# ls /dev/ttyPS0 -lh crw-rw 1 root dialout 254, 0 Jan 28 16:05 /dev/ttyPS0 Thanks, On Wed, Sep 23, 2020, 15:34,&q

Re: [systemd-devel] systemd doesn't see ttyPS0 devices from udev

2020-09-22 Thread ZhouPeng
something like 'mknod /dev/ttyPS0 c 248 0' for systemd or udev pls? If needed, where is the proper place to add this action pls? >What does "udevadm info -a /dev/ttyPS0" output? I can not get a console from ttyPS0, so I can not run "udevadm info -a /dev/ttyPS0" in

[systemd-devel] systemd doesn't see ttyPS0 devices from udev

2020-09-22 Thread ZhouPeng
Hi all, When I use Fedora image as rootfs on Xilinx PYNQ-Z2, I encountered the issue when use the /dev/ttyPS0. I think the issue is because systemd and udev on fedora can didn't detect ttyPS0 properly. Do I need to install any other package or do some special configuration? **systemd version