-Jonathan
I grabbed the new tree.
Here is the new output. (on the first boot) And that just keeps going, never stops. After the first reboot, I need to set my com settings to 57600 and just get "LinuxBIOS-1.1.8.0Normal Mon Jun 6 08:25:38 PDT 2005 starting..." and nothing else.
Hope this helps in the debug process.
-Adam

LinuxBIOS-1.1.8.0Normal Mon Jun  6 08:08:08 PDT 2005 starting...
vt8623 init starting
00000000 is the north
                    1106 3123
e4 is the computed timing
                        vt8623 done
00:06 11 23 31 06 00 30 22 00 00 00 06 00 08 00 00
10:08 00 00 d0 00 00 00 00 00 00 00 00 00 00 00 00
20:00 00 00 00 00 00 00 00 00 00 00 00 06 11 01 aa
30:00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00
40:00 18 88 80 82 44 00 00 18 99 88 80 82 44 00 00
50:c8 de cf 88 e0 07 00 00 e0 00 10 10 10 10 00 00
60:02 ff 00 30 e6 32 01 2e 59 2d 43 58 00 44 00 00
70:82 48 00 01 01 08 50 00 01 00 00 00 00 00 00 00
80:0f 65 00 00 f0 00 00 00 03 80 34 01 00 00 00 00
90:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0:02 c0 20 00 07 02 00 1f 04 00 00 00 2f 02 04 00
b0:00 00 00 00 80 00 00 00 68 00 00 00 00 00 00 00
c0:01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
d0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0:80 df 42 00 00 00 01 00 40 00 00 00 00 00 00 00
f0:00 00 00 00 00 00 11 13 00 00 00 00 00 00 00 00
Copying LinuxBIOS to ram.
Jumping to LinuxBIOS.
0

LinuxBIOS-1.1.8.0Fallback Mon Jun  6 08:08:40 PDT 2005 starting...
0

LinuxBIOS-1.1.8.0Normal Mon Jun  6 08:08:08 PDT 2005 starting...
vt8623 init starting
00000000 is the north
                    1106 3123
e4 is the computed timing
                        vt8623 done
00:06 11 23 31 06 00 30 22 00 00 00 06 00 08 00 00
10:08 00 00 d0 00 00 00 00 00 00 00 00 00 00 00 00
20:00 00 00 00 00 00 00 00 00 00 00 00 06 11 01 aa
30:00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00
40:00 18 88 80 82 44 00 00 18 99 88 80 82 44 00 00
50:c8 de cf 88 e0 07 00 00 e0 00 10 10 10 10 00 00
60:02 ff 00 30 e6 32 01 2e 59 2d 43 58 00 44 00 00
70:82 48 00 01 01 08 50 00 01 00 00 00 00 00 00 00
80:0f 65 00 00 f0 00 00 00 03 80 34 01 00 00 00 00
90:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0:02 c0 20 00 07 02 00 1f 04 00 00 00 2f 02 04 00
b0:00 00 00 00 80 00 00 00 68 00 00 00 00 00 00 00
c0:01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
d0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0:80 df 42 00 00 00 01 00 40 00 00 00 00 00 00 00
f0:00 00 00 00 00 00 11 13 00 00 00 00 00 00 00 00
Copying LinuxBIOS to ram.
Jumping to LinuxBIOS.


----- Original Message ----- From: "Jonathan McDowell" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, June 06, 2005 2:17 AM
Subject: Re: [LinuxBIOS] EPIA-M Almost there


On Sun, Jun 05, 2005 at 10:42:02PM -0700, Adam Talbot wrote:
Humm, so I am working on the EPIA-MII. Jonathan was kind enough to provide
me with a compiling version of the source code. OK, I am stuck at this
point.  The code is compiled and flashed.  Here is my console output. On
the first reboot.

   0

   LinuxBIOS-1.1.8.0Fallback Sun Jun  5 22:31:42 PDT 2005 starting...
   vt8623 init starting
   vt8623 done

After the first reboot I have to set my connection speed to 57600 instead
of 115200, and I get.

   ...`(...H....`(...H.

   LinuxBIOS-1.1.8.0Normal Sun Jun  5 22:31:09 PDT 2005 starting...

Oh cool. I was worried there wouldn't be any output at all which would
be harder to diagnose. :)

Where do I turn up the debug so I can get a bit more info and perhaps
track the problem??

Try adding:

uses DEFAULT_CONSOLE_LOGLEVEL
uses MAXIMUM_CONSOLE_LOGLEVEL

to src/mainboard/via/epia-m/Options.lb just under "uses OBJCOPY"

and then:

option DEFAULT_CONSOLE_LOGLEVEL=9
option MAXIMUM_CONSOLE_LOGLEVEL=9

to targets/via/epia-m/Config.filo.lb just under
"option HAVE_FALLBACK_BOOT=1"

You'll need to do the ./buildtarget again afterwards obviously.

J.

--
OK, if we can't have a tour, can  |  .''`.  Debian GNU/Linux Developer
 we at least have a look around?  | : :' :  Happy to accept PGP signed
                                  | `. `'   or encrypted mail - RSA +
                                  |   `-    DSA keys on the keyservers.

_______________________________________________
LinuxBIOS mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios




_______________________________________________
LinuxBIOS mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to