Displaying 1 result from an estimated 1 matches for "hardware_init".
2019 May 16
0
Serial output does not work
...s not work corret in this version
# INCLDUE /COMMON/common.cfg
CONSOLE 1
serial 0 115200 0
# 2017-11-07 obejoh: add threadirqs to activate threaded irqs
#
# Clear LEDs before starting Linux. After this salamander LABEL is called internally.
# show screen
DISPLAY screen.lpg
# load plugin
DEFAULT hardware_init.c32
LABEL salamander
KERNEL /bzImage
APPEND root=/dev/sda2 rw nohlt idle=poll quiet xeno_hal.smi=1 isolcpus=0 irqaffinity=1 threadirqs
LABEL salamander_update
KERNEL /bzImage
INITRD /initramfs.igz
APPEND root=/dev/ram init=/init
---------------------------...