Hi guys,
I currently use the /dev/bios work for flashing BIOS in a production evironment on a GX1+5530A platform. It works great. It may not work out of the box for SC2200/SC1200 (I have no experience on these platforms), but it would be well worth getting it working - it supports a large number of different flash parts and provides a great interface. Sounds like Adam has already done the hard bit!
James
-----Original Message----- From: John Allen [mailto:jallen@integraltech.com] Sent: 02 January 2003 12:34 To: linuxbios@clustermatic.org; bezanson@netaudiotech.com Subject: Re: Help NS Geode experts
Adam, I am also working on a board that integrates the Geode SC2200/SC1200 chip. I am not sure if I can answer your questiuon, but I am interrested in how you programed your flash. I was planning on trying the /dev/bios utility before I attemted to do it on my own. Have you look at this utility? http://www.freiburg.linux.de/OpenBIOS/development/devbios.html John
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Imerge Limited Tel :- +44 (0)1954 783600 Unit 6 Bar Hill Business Park Fax :- +44 (0)1954 783601 Saxon Way Web :- http://www.imerge.co.uk Bar Hill Cambridge CB3 8SL United Kingdom ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Thu, Jan 02, 2003 at 12:40:37PM -0000, James Finnie wrote:
I currently use the /dev/bios work for flashing BIOS in a production evironment on a GX1+5530A platform. It works great. It may not work out of the box for SC2200/SC1200 (I have no experience on these platforms), but it would be well worth getting it working - it supports a large number of different flash parts and provides a great interface. Sounds like Adam has already done the hard bit!
One issue might be that most SCx2xx-platforms probably wire up the flash CE and WE differently, and they need to be enabled before any writing to the flash will work. Register hunt, anyone?
OTOH, if you're working on flashing LinuxBIOS on a platform you might already have access to the neccessary documentation, it's needed for tweaking the configuration as well.
//Peter
James Finnie jf1@imerge.co.uk writes:
Hi guys,
I currently use the /dev/bios work for flashing BIOS in a production evironment on a GX1+5530A platform. It works great. It may not work out of the box for SC2200/SC1200 (I have no experience on these platforms), but it would be well worth getting it working - it supports a large number of different flash parts and provides a great interface. Sounds like Adam has already done the hard bit!
devbios works fine for me too and I've tried it on one SC2200 board and a lot of GX1+CS5530 boards. I've had to add definitions for a few new chip ID's every now but that's all.
/Christer