Project

General

Profile

Actions

Bug #100

closed

Serial console is broken on embedded/nanobsd on 8.x builds

Added by Scott Ullrich over 14 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
09/23/2009
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

Boot: 1
/boot.config: -D
Consoles: internal video/keyboard serial port
BIOS drive C: is disk0
BIOS 639kB/490496kB available memory

FreeBSD/i386 bootstrap loader, Revision 1.1
(sullrich@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org, Wed Sep 23 10:04:49 UTC 2009)
Loading /boot/defaults/loader.conf
/boot/kernel/kernel text=0x789c44 data=0x149494+0x80de0 - |
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/boot/kernel/kernel]...
\

And then nothing else happens. The box is NOT locked up as I see the hard disk light blinking. If testing on a alix I can ping 192.168.1.1 once the box has booted.

Actions #1

Updated by Scott Ullrich over 14 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

sio was replaced with uart which we had already taken care of. but it seems that isa probing is no longer happening so we needed add some device.hints:

set hint.uart.0.at="isa" 
set hint.uart.0.port="0x3F8"
set hint.uart.0.flags="0x10"
set hint.uart.0.irq="4"
Actions

Also available in: Atom PDF