Hi,
thanks for all, the compile works now. I used the redhat 7.1. with Debian stable (woody) it works also.
Now i try to use the romimage with my stpc elite board but it hangs after: Call init Enabling com device: 04 iobase = 0x03f8 irq=4
after this some strange character ... On my stpc elite card, i have only 2 serial ports, no floppy, no parallel port. Maybe something goes wrong with this ...
i try to use NO_KEYBOARD option set to 1 and MUST_ENABLE_FLOPPY option set to 0 but no change.
if someone have an idea ..., now i'm looking into the sources.
Best regards
-- Fathi
These are the versions I used (from redhat 7.1):
Program Version Used for python 1.5.2 Configuring the BIOS. perl 5.6.0 Used during building the image. make 3.79.1 For orchestrating compilation etc gcc 2.96 The C compiler. binutils 2.10.91 Other program building tools, assembler, linker etc. fileutils 4.0.36 dd, cp, ls, mkdir etc textutils 2.0.11 cat etc sed 3.02 scripts bash 2.04.1 Command shell, shell scripts cvs 1.11 Extracting/updating files from the external project archive sh-utils 2.0 date etc, note some such as echo, test etc are bash built-ins
-- Peter Fox peter.fox@aeroflex.com Aeroflex Test Solutions Principal Design Engineer Stevenage Any opinions expressed above are http://www.aeroflex.com/ not necessarily those of Aeroflex. Tel: + 44 (0) 1438 742200
my superio base adress is 0x370.
the debug show : handle_superio: port 0x0, defaultport 0x3f0 handle_superio: using port 0x3f0
in the Makefile.settings, i have : export SMC_BASE:=0x370
what's wrong ?
Hi,
thanks for all, the compile works now. I used the redhat 7.1. with Debian stable (woody) it works also.
Now i try to use the romimage with my stpc elite board but it hangs after: Call init Enabling com device: 04 iobase = 0x03f8 irq=4
after this some strange character ... On my stpc elite card, i have only 2 serial ports, no floppy, no parallel port. Maybe something goes wrong with this ...
i try to use NO_KEYBOARD option set to 1 and MUST_ENABLE_FLOPPY option set to 0 but no change.
if someone have an idea ..., now i'm looking into the sources.
Best regards
-- Fathi
On Wed, 25 Feb 2004, Fathi BOUDRA wrote:
my superio base adress is 0x370.
the debug show : handle_superio: port 0x0, defaultport 0x3f0 handle_superio: using port 0x3f0
in the Makefile.settings, i have : export SMC_BASE:=0x370
OK, you've found the problem. Send me your configure file again.
ron
On Wed, 25 Feb 2004, Fathi BOUDRA wrote:
my superio base adress is 0x370.
the debug show : handle_superio: port 0x0, defaultport 0x3f0 handle_superio: using port 0x3f0
in the Makefile.settings, i have : export SMC_BASE:=0x370
OK, you've found the problem. Send me your configure file again.
ron
send the config file for the src/mainboard/elite
ron
Le Mercredi 25 Février 2004 15:57, ron minnich a écrit :
send the config file for the src/mainboard/elite
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
nsuperio SMC/fdc37b78x com1={1,9600} floppy=0 lpt=0 keyboard=0
This line is what is really going to set the SMC base unless the code is incorrectly written.
So to change the port you can try this: nsuperio SMC/fdc37b78x port=0x3f0 com1={1,9600} floppy=0 lpt=0 keyboard=0
try that and let me know.
ron
ok it works, the boot doesn't hang anymore, but now i have an infinite loop after the jump to the boot code : Jumping to boot code at 0x1048dc FILO version 0.4 ...
i send a capture of what I have.
Probably a problem with filo now.
nsuperio SMC/fdc37b78x com1={1,9600} floppy=0 lpt=0 keyboard=0
This line is what is really going to set the SMC base unless the code is incorrectly written.
So to change the port you can try this: nsuperio SMC/fdc37b78x port=0x3f0 com1={1,9600} floppy=0 lpt=0 keyboard=0
try that and let me know.
ron
is your filo trying to use VGA? make sure that it is only trying to use the serial port.
ron
no, i use set these options : VGA_CONSOLE = 0 PC_KEYBOARD = 0
this is ok, the same problem of peter fox. I used the modified timer.c for filo (don't use rdtsc in filo because it's a 486) and now it works.
if someone need it, i join it.
is your filo trying to use VGA? make sure that it is only trying to use the serial port.
ron