I have created a nanobsd image which I am attempting to boot. My only connection to the embedded machine, an Alix board http://pcengines.ch/alix3d2.htm, is by serial console.
The serial console to bios works fine, but after the freebsd boot-loader I only see hash-marks. I attached a copy of the output below. The first line of gibberish is due to the BIOS having a different console speed setting.
I edited the /etc/ttys file to include the proper console
changed the 'off' tag to 'on' for the dumb console and added 'set console="comconsole"' to /boot/loader.conf as per http://www.freebsd.org/doc/en/books/handbook/serialconsole-setup.html
Can anybody notice something that I have done incorrectly, or are there changes that were made to 8.0 which I have missed?
EDIT: http://blog.brixandersen.dk/?p=94 solved some of the problems. Now it seems to hang on the bootloader, the spinning '|/-\' sequence which normally shows up doesn't.
The serial console to bios works fine, but after the freebsd boot-loader I only see hash-marks. I attached a copy of the output below. The first line of gibberish is due to the BIOS having a different console speed setting.
Code:
J644{Ã’|#>?ä*beep*^#ÿûð²ðúû߸ýYfY¶ÈöÃìI¿Ù¿°
1 FreeBSD
2 FreeBSD
F6 PXE
Boot: 1 #################
I edited the /etc/ttys file to include the proper console
Code:
console "/usr/libexec/getty std.9600 unknown on secure"
Can anybody notice something that I have done incorrectly, or are there changes that were made to 8.0 which I have missed?
EDIT: http://blog.brixandersen.dk/?p=94 solved some of the problems. Now it seems to hang on the bootloader, the spinning '|/-\' sequence which normally shows up doesn't.