I've just downloaded and built SeaBIOS ready to use with CoreBoot on my old MSI 6119 motherboard. Unfortunately, CoreBoot is stopping with a build error in src/lib/uart8250.c with an undeclared CONFIG_TTYS0_BASE error on line 83. I have checked and serial console output is definitely disabled in menuconfig.
Any ideas why? I'm using the latest svn checkout, many thanks!
On 6/1/10 2:54 PM, Alex Buell wrote:
I've just downloaded and built SeaBIOS ready to use with CoreBoot on my old MSI 6119 motherboard. Unfortunately, CoreBoot is stopping with a build error in src/lib/uart8250.c with an undeclared CONFIG_TTYS0_BASE error on line 83. I have checked and serial console output is definitely disabled in menuconfig.
Any ideas why? I'm using the latest svn checkout, many thanks!
I think disabling serial console is not supported at this point.
Stefan
On Tue, 2010-06-01 at 15:16 +0200, Stefan Reinauer wrote:
On 6/1/10 2:54 PM, Alex Buell wrote:
I've just downloaded and built SeaBIOS ready to use with CoreBoot on my old MSI 6119 motherboard. Unfortunately, CoreBoot is stopping with a build error in src/lib/uart8250.c with an undeclared CONFIG_TTYS0_BASE error on line 83. I have checked and serial console output is definitely disabled in menuconfig.
Any ideas why? I'm using the latest svn checkout, many thanks!
I think disabling serial console is not supported at this point.
OK, thanks for that one, I've now built CoreBoot and flashed it onto my MSI 6119 motherboard. Using serial console I can see the following
core-boot-4.0-r5601 Tue Jun 1 14:41:35 BST 2010 starting... SMBus controller enabled
I have the SeaBIOS built as a payload. The strange thing is that there seems to be no video. I'll try swapping graphic cards out and see if I can get video.
Can the serial console be used as a way to reload firmware if necessary?
On 6/1/10 5:47 PM, Alex Buell wrote:
OK, thanks for that one, I've now built CoreBoot and flashed it onto my MSI 6119 motherboard. Using serial console I can see the following
core-boot-4.0-r5601 Tue Jun 1 14:41:35 BST 2010 starting... SMBus controller enabled
Nothing else?
Can you enable CONFIG_DEBUG_RAM_SETUP in Kconfig and reflash?
I have the SeaBIOS built as a payload. The strange thing is that there seems to be no video. I'll try swapping graphic cards out and see if I can get video.
No need. It dies long before it could even theoretically attempt to initialize VGA according to above log.
Can the serial console be used as a way to reload firmware if necessary?
Not at this point.
Stefan
On Tue, 2010-06-01 at 18:14 +0200, Stefan Reinauer wrote:
On 6/1/10 5:47 PM, Alex Buell wrote:
OK, thanks for that one, I've now built CoreBoot and flashed it onto my MSI 6119 motherboard. Using serial console I can see the following
core-boot-4.0-r5601 Tue Jun 1 14:41:35 BST 2010 starting... SMBus controller enabled
Nothing else?
Can you enable CONFIG_DEBUG_RAM_SETUP in Kconfig and reflash?
If I could work out a way to boot the machine with Linux in order to reflash.. ;) (at this point I'm just glad it's a very old box)
Alex Buell wrote:
Can you enable CONFIG_DEBUG_RAM_SETUP in Kconfig and reflash?
If I could work out a way to boot the machine with Linux in order to reflash.. ;)
Is the flash chip socketed? If so you can flash that chip with the factory BIOS on another, compatible, mainboard.
//Peter