[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] qemu-system-arm error when emulatting firmware
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] qemu-system-arm error when emulatting firmware |
Date: |
Thu, 2 Nov 2017 13:49:52 +0000 |
On 2 November 2017 at 13:44, poxyran <address@hidden> 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