On 2 November 2017 at 13:44, poxyran <poxyran...@gmail.com> wrote: > I mean, the right question would be "how can I add the /dev/ttysomthing > or /dev/ttyAMA0 to the QEMU guest image?"
If it has devices in /dev/ as static things in the filesystem, the answer is mknod. If it doesn't then you're going to need to figure out how it is setting up /dev/ (udev?) and how to configure that to add the right node. thanks -- PMM