Set UART baudrate explicitly, add syslinux config, reduce kernel console spam
This commit is contained in:
3
overlay/etc/init.d/S02dmesg
Executable file
3
overlay/etc/init.d/S02dmesg
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "Setting default console loglevel to 4"
|
||||||
|
dmesg -n 4
|
||||||
2
qemu.sh
2
qemu.sh
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
qemu-system-i386 -cpu athlon -m 256 -nographic -serial mon:stdio -net nic,model=rtl8139 -net tap,helper=/usr/lib/qemu/qemu-bridge-helper -kernel buildroot/output/images/bzImage -initrd buildroot/output/images/rootfs.cpio.xz --append console=ttyS0
|
qemu-system-i386 -cpu athlon -m 256 -nographic -serial mon:stdio -net nic,model=rtl8139 -net tap,helper=/usr/lib/qemu/qemu-bridge-helper -kernel buildroot/output/images/bzImage -initrd buildroot/output/images/rootfs.cpio.xz --append console=ttyS0,115200
|
||||||
|
|||||||
5
syslinux.cfg
Executable file
5
syslinux.cfg
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
default linux
|
||||||
|
|
||||||
|
label linux
|
||||||
|
kernel bzImage
|
||||||
|
append initrd=rootfs.cpio.xz console=ttyS0,115200
|
||||||
Reference in New Issue
Block a user