Re: [poky] [PATCH 2/4] genericarm64.conf: add AMD Kria KV260 serial consoles
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
On 29 Oct 2024, at 08:05, Mikko Rapeli via lists.yoctoproject.org <[email protected]> wrote: > > Current practice is to add new device serial devices to > SERIAL_CONSOLES. Enables testing and test automation with > the board. Note that SERIAL_CONSOLES get added to /etc/inittab > and missing physical serial consoles causes respawn warnings > at runtime: > > INIT: Id "S0" respawning too fast: disabled for 5 minutes > INIT: Id "S1" respawning too fast: disabled for 5 minutes The use of ttyrun should avoid the respawning issue, have you confirmed this still happens? If so, any idea why? Ross