Has anyone worked with the JTAG debug tools from:
International Test Technologies
µMaster 4010 for AMD® processor boards
http://www.intertesttech.com/ate/products_4010.htm
They also make a cpu interposers for boards that don't have JTAG or HDT
connectors. The interposer plugs into the cpu socket and the cpu plugs
into the interposer socket. They don't seem to have them for the latest
AMD processors though.
http://www.intertesttech.com/ate/products_interposers.htm
-Bari
OOps. Forgot to reply to all
> Actually, the JTAG debugger (for GX2) is not made by AMD. It is made by
> a company called FS2. I don't remember who made the JTAG debugger for
> K8.
>
Yeah supposedly this is TCL code that works with the FS2 and will do
things like read and write MSR's and some other stuff.
--
Richard A. Smith
--
Richard A. Smith
Hi All,
I've been playing around on and off for the last few years with these
8363 thin clients made by IBM. They are really brilliant machines and
are powerful enough to use either diskless (running local apps via NFS),
as thin clients, or as standalone devices (CF).
They are also x86 (Cyrix chipset) with a Geode VGA. They have VGA out,
sound out, mic in, 2 USB and a NIC. It also has a built in CF card that
is seen as hda when used.
More info can be found here:
http://www.bluetrait.com/archive/2005/08/07/installing-linux-2200-onto-th...
However an issue with them is that the bios that is supplied with them
is annoying to say the least. It does not support any boot loaders
(lilo/grup etc...) but instead loads up an elf uncompressed kernel. For
reasons I'm not yet sure, the kernel (2.4) needs to be compiled by gcc
2.95, and requires various patches to get it to work. I've never got 2.6
working, and never got even 2.4 working with a compiler other than gcc 2.95.
However, with the old kernel, I've gotten a pile of these going and they
are fantastic. They can play mp3's, play video, and as I test I setup 20
of them with distcc and used them to assist in compiles. Also they are
extremely low voltage and could possibly run in a car from the cigarette
lighter.
I believe that this device is a perfect candidate for LinuxBios. You can
pick them up dirt cheap (~$10) from ebay, and in fact there are LOTS of
these just floating around, and a decent bios that will allow one the
flexibility of loading a newer kernel would be great. You can run them
diskless as I mentioned before or can install to CF, with the CF seen as
a drive.
The bios is a 32ping socketed PLCC AM29F040B.
I was wondering if anyone has tried LinuxBios on this and what the
results were? Would anyone be willing to get it going? I would be happy
to package one of these up, with a working linux distro on its internal
CF and mail it (to keep) if it would help. Ideally it would be great if
it was possible to be able to boot via NFS (PXE would be brilliant) and
also have the option of direct from the internal CF.
Cheers,
Brendan
Hi Ronald,
On 7/24/06, Ronald G Minnich <rminnich(a)lanl.gov> wrote:
> good news! write enable is working!
>
bad news! flash write enable is not working! :-(
In the datasheet said pins TBL# (pin 8) and WP# (7) need go to high to
enable flash erasing/writing, but enable_flash_write() on vt8235 is
not activating it (I verifyied these pins using oscilloscope).
Then enable_flash_write from vt8235 is not working on vt8237!
> Your problem is that your flash chip driver needs some work. You need to
> look at the spec sheet for the flash part, look at your code, and see
> what's not working.
>
Sure, but I think the problem is because enable_flash_write() is not
unprotecting flash (at hardware) to erase.
Another idea to solve it?
> But you are on the way!
>
Thank you,
> ron
>
Alan
--
------------------------------------------------------------
| Alan Carvalho de Assis |
------------------------------------------------------------
--
Não importa o que os outros irão pensar,
A cura para a infelicidade é a felicidade
Hi!
The VSA2 bios for OLPC seems to be quite minimal: 64 KB.
I would be glad to know:
- is there only vsainit and sysmgr inside vsa for olpc?
- does audio, ohci/ehci and video handled by kernel drivers?
- does OLPC target booting without major problems?
It seems to be true but it is better to know for sure ;)
Indrek
Hello!
I read a thread about getting linuxbios work on the PC-Chips M810LR
Mainboard
from Antony Stone:
http://www.linuxbios.org/index.php?title=The_PC_CHIPS_M810LR&redirect=no
My question is, if there are any newer boards from pc-chips which are
supported
by linuxbios.
Or are there any other boards like these ones (the opteron boards of tyan
are too large for me, i would prefer micro atx), because I only find
relative
old boards, or the huge ones of tyan.
In another thread I read about the win-ent mb06047/48/49. These boards would
be definitely too expensive for me.
Many thanks in advance,
greetings,
Martin
It is using NVIDIA nForce3 250.
You'd better to find one with Nvidia Nforce 4 or Ck804.
YH
-----Original Message-----
From: linuxbios-bounces(a)linuxbios.org
[mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Marco Costa
Sent: Thursday, July 20, 2006 4:39 AM
To: linuxbios(a)openbios.org
Subject: [LinuxBIOS] ASUS K8N
Hi,
I run a search on the mailing list, but found no mention of it: does
anybody know if the ASUS K8N (without any qualifiers like Deluxe or so)
will work with linuxbios?
Thank you in advance.
Marco
--
linuxbios mailing list
linuxbios(a)linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios
Hi,
I was just trying to understand the code flow of LinuxBIOS on x86
architecture. I understood that on a power on (cold boot), there is a wait
for power good.
Later there is a transition from real mode to protected mode (32 bit).
The file that makes the transition is entry32.inc of src/cpu/x86/32bit
directory.
After this point I was not able to make able to make much progress as to
which part of the code is executed.
Any help in this regard will be helpful.
I did check through the available documentation in documentation directory
of the source tree, but
would appreciate if there are any pointers at the code level.
Regards
Anil