Hi greg,
coming back on your thread-entry. We would like to get the IWILL DK8-HTX Rev. 1.0 running. Is it possible to use devbios or mtd to access the bios or is the hardware flash programmer the only possible (better) way?
The board uses an AMIbios, SVR 2000, AA46 (6827) with the following layout:
(x7)
, , , , , , , - - - - - - - - - - (x9) - - - - - - - - , , , , , , ,
What hardware flash programmer would you suggest to get started?
thx a lot
-- phil
On Fri, Dec 09, 2005 at 08:24:34AM -0600, Young, Jeff wrote:
I see that the Iwill board dk82s is supported? Does anyone know if the dk8-hkt board will work? It is interesting because it has an HTK connector on it.
Do you mean the DK8-HTX ? If so, we ran LinuxBios during initial bring-up of this board, and I believe we contributed back the changes we needed for it.
-- greg
On Tue, Jan 31, 2006 at 03:32:13PM +0100, Philipp Degler wrote:
The board uses an AMIbios, SVR 2000, AA46 (6827) with the following layout:
(x7) , , , , , , ,
-
-
-
-
- (x9)
-
-
-
, , , , , , ,-
What hardware flash programmer would you suggest to get started?
To give reliable advice it would be good to know the flash part number of this PLCC32 chip. Try gently peeling off the AMIbios sticker to see a logo and model number on the black plastic part itself.
//Peter
Peter Stuge wrote:
To give reliable advice it would be good to know the flash part number of this PLCC32 chip. Try gently peeling off the AMIbios sticker to see a logo and model number on the black plastic part itself.
we generally use those holographic bios labels for more picturesque uses, such as those electronic valves you see on toilets nowadays. Looks nice.
ron
* Philipp Degler pdegler@rumms.uni-mannheim.de [060131 15:32]:
coming back on your thread-entry. We would like to get the IWILL DK8-HTX Rev. 1.0 running. Is it possible to use devbios or mtd to access the bios or is the hardware flash programmer the only possible (better) way?
Is your bios chip in a socket, ie. can it be removed with a chip gripper?
Use flashbios from the LinuxBIOS source tree (util/...)
devbios is obsolete, I will put further development into flashbios instead.
The board uses an AMIbios, SVR 2000, AA46 (6827) with the following layout:
[..]
What hardware flash programmer would you suggest to get started?
You might find the bios savior useful. Generally most hw flash programmers are pretty expensive if they're supposed to work for more than a chip type.
You need to find out what flash chip you have (ie. look at the ID beneath the AMI sticker. It's probably an SST49LF040)
Cheapest and quickest solution is to get a backup chip and and exchange the AMI chip after booting the system to burn the new one.
Stefan
to start, for a test, get linuxbios v2 on your node, build flashrom, and run it with no arguments. If it prints out the flash type, you're in pretty good shape to start.
ron