Embedded Linux

2005-02-22 Thread Gin
Dont know if anyone has a good tool package in mind that I can use to develop an Embedded Linux. We want a linux that is just enough to run the flash_rom program+usb support and we hope it would be small enough so we can fit it into a Bios chip. Its all for the convenience of updating Bios

Re: Embedded Linux

2005-02-22 Thread Stefan Reinauer
* Gin [EMAIL PROTECTED] [050222 10:07]: Don't know if anyone has a good tool package in mind that I can use to develop an Embedded Linux. We want a linux that is just enough to run the flash_rom program+usb support and we hope it would be small enough so we can fit it into a Bios chip. It's

RE: Embedded Linux

2005-02-22 Thread Gin
If it's just about reading a file from usb and writing it to flash, you might want to have a look at filo. It should be easy to integrate the functionality of flash_rom into it, so you don't need a full blown linux system in flash. That will be a good idea if FILO can launch the flash_rom

Porting Linuxbios to Via P4m266A

2005-02-22 Thread sherlock
Hi all I ve been lurking on this list for some time. Has linuxbios been ported to the Via p4m266A mobo? (vt8633, vt8235, IT8705) If not can i do it?. Basically i would like to boot from a usb thumb drive (transcend 512Mb). The problem is that the bios recognizes the usb only as a floppy and if

LinuxBios support for the ELAN SC520

2005-02-22 Thread Robin Randhawa
Greetings List and Hi Ron! Ron, its been a while since I made on offlist enquiry about Linuxbios support for AMD's ELANSC520 microcontroller. Couldn't get my hands on the devel board hence the delay. Apologies for the same! I'll have the board by the weekend so I thought now would be a good time

Re: LinuxBios support for the ELAN SC520

2005-02-22 Thread Stefan Reinauer
* Robin Randhawa [EMAIL PROTECTED] [050222 16:40]: After a bit of digging around, I've narrowed down my choice of bootloaders to telios' ALIOS and Linuxbios from you good people. Alios seems to support only the ELAN SC400 and I am not sure of the existing Linuxbios support for the ELAN SC520.

Re: yet another reason to use linuxbios in laptops I guess

2005-02-22 Thread Ronald G. Minnich
yeah, I hit this problem 2 weeks ago. Tried to put an X24 minicard into a T41 and got the same error. I hate fuctory BIOS. ron ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: LinuxBios support for the ELAN SC520

2005-02-22 Thread Robin Randhawa
Hi Stefan. Thanks for your prompt response. That would be nice. Will look forward to checking out your code. Do let me know when you would be able to hand it over, Cheers and thanks, Robin On Tue, 2005-02-22 at 16:58 +0100, Stefan Reinauer wrote: * Robin Randhawa [EMAIL PROTECTED] [050222

Re: Porting Linuxbios to Via P4m266A

2005-02-22 Thread Ronald G. Minnich
I would love it if you could do that port. You need to get data from via on how the chips work. That is your first step. ron ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: yet another reason to use linuxbios in laptops I guess

2005-02-22 Thread Bryan O'Sullivan
On Tue, 2005-02-22 at 08:59 -0700, Ronald G. Minnich wrote: yeah, I hit this problem 2 weeks ago. Tried to put an X24 minicard into a T41 and got the same error. Far from an ideal solution, but: http://www.srcf.ucam.org/~mjg59/thinkpad/hacks.html b

Re: Embedded Linux

2005-02-22 Thread Stefan Reinauer
* Gin [EMAIL PROTECTED] [050222 12:47]: If it's just about reading a file from usb and writing it to flash, you might want to have a look at filo. It should be easy to integrate the functionality of flash_rom into it, so you don't need a full blown linux system in flash. That will be a

Re: Embedded Linux

2005-02-22 Thread yhlu
Why waste time on that? USB stick should be big enough to put (kernel+Initrd)elf in it. LinuxBIOS--FILO in Etherboot--ELF on USB--console... flash_rom and get image from USB too. YH On Tue, 22 Feb 2005 20:43:47 +0100, Stefan Reinauer [EMAIL PROTECTED] wrote: * Gin [EMAIL PROTECTED] [050222

Any update on linuxbios for laptops

2005-02-22 Thread Justin Rietz
I have been following/searching this mailing list, and haven't been able to find whether or not there has / will be a successful attempt at linuxbios on a laptop. Any news? Thanks. -Justin ___ Linuxbios mailing list Linuxbios@clustermatic.org

Porting nVidia's Crush chip - I seem to be having smbus trouble.

2005-02-22 Thread Ken Fuchs
I'm porting LinuxBIOS to nVidia's CK8-04 (nForce4) chip. Currently, the serial port is working and I believe the soft reset is working OK. It seems that the smbus is not being setup properly. Any suggestions are most welcome. Attached below is the serial output. I will follow up with more

Re: Porting nVidia's Crush chip - I seem to be having smbus trouble.

2005-02-22 Thread yhlu
Which MB you are using? ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Any update on linuxbios for laptops

2005-02-22 Thread Ronald G. Minnich
On Tue, 22 Feb 2005, Justin Rietz wrote: I have been following/searching this mailing list, and haven't been able to find whether or not there has / will be a successful attempt at linuxbios on a laptop. we need a cooperative company. IBM *almost* was one, but it did not work out. I tried

Re: Porting nVidia's Crush chip - I seem to be having smbus trouble.

2005-02-22 Thread Ronald G. Minnich
On Tue, 22 Feb 2005, Ken Fuchs wrote: I'm porting LinuxBIOS to nVidia's CK8-04 (nForce4) chip. Currently, the serial port is working and I believe the soft reset is working OK. sure wish we could get a release. Are you doing reverse engineering or ... thanks ron