From 233e195475cf53180ac3831a68d155f2ff568b70 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Fri, 6 May 2016 04:56:54 +0200 Subject: [PATCH] Leave these cfgs at the last state. --- build/boot-linux | 4 ++-- buildroot-overlay/etc/inittab | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/boot-linux b/build/boot-linux index e78e825..a925e28 100755 --- a/build/boot-linux +++ b/build/boot-linux @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot -# -load buildroot/images/bzImage console=ttyS0,115200 memmap=66M$0x3b000000 nohpet +# +load buildroot/images/bzImage memmap=0x4200000$0x3b000000 nohpet load buildroot/images/rootfs.cpio.gz diff --git a/buildroot-overlay/etc/inittab b/buildroot-overlay/etc/inittab index ccf4afd..dced2e5 100644 --- a/buildroot-overlay/etc/inittab +++ b/buildroot-overlay/etc/inittab @@ -25,7 +25,7 @@ null::sysinit:/bin/hostname -F /etc/hostname # Put a getty on the serial port #console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL -console::respawn:/bin/login root tty0 /dev/tty0 2>&1 +console::respawn:/bin/login root ttyS0 /dev/tty0 2>&1 #Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot -- 2.39.2