On 30 Sep 2024, at 10:29, Quentin Schulz via lists.openembedded.org <[email protected]> wrote: >> -KERNEL_CONSOLE ?= "ttyS0" >> +# if SERIAL_CONSOLES is set, take the first device entry. Otherwise use >> ttyS0 as the default >> +KERNEL_CONSOLE ?= "${@','.join(d.getVar('SERIAL_CONSOLES').split(' >> ')[0].split(';')[::-1]) or 'ttyS0'}" > > Here we removed ",115200" from the default value we used to have in the > bootloader section of the mkefidisk WKS, is this expected? Are there possible > side effects from that change?
I just checked the kernel documentation and the default is 9600, so I’d say yes there are side effects. The default should remain ttyS0,115200. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205166): https://lists.openembedded.org/g/openembedded-core/message/205166 Mute This Topic: https://lists.openembedded.org/mt/108564893/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
