RE: boot from ide

2004-11-19 Thread Ronald G. Minnich
On Fri, 19 Nov 2004, Gin wrote: Thanks for the file. But would it work if I specify the ROM_IMAGE_SIZE larger than 0x1? good question. I just found this out: there is a bug in the new build that has crept in. If I build linuxbios from this file, and flash a 512KB flash, it won't

Re: boot from ide

2004-11-18 Thread Ronald G. Minnich
Here is my filo-using config # Sample config file for the Arima HDAMA target hdama.filo mainboard arima/hdama option DEFAULT_CONSOLE_LOGLEVEL=5 option MAXIMUM_CONSOLE_LOGLEVEL=5 romimage normal option USE_FALLBACK_IMAGE=0 option ROM_IMAGE_SIZE=0x1 option

RE: boot from ide

2004-11-18 Thread Gin
Thanks for the file. But would it work if I specify the ROM_IMAGE_SIZE larger than 0x1? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ronald G. Minnich Sent: Thursday, November 18, 2004 11:11 PM To: Gin Cc: 'LinuxBIOS' Subject: Re: boot from ide

Re: boot from ide

2004-11-17 Thread Greg Watson
Actually, don't set CONFIG_FS_STREAM if you're using Filo as a payload. Use the CONFIG_IDE_STREAM instead. Greg On Nov 17, 2004, at 7:05 PM, Gin wrote: Hello, I've got my linuxbios run to the point it tries to load the image from an IDE drive. I use FILO as the payload. 1. What do I have to add

Re: boot from ide

2004-11-17 Thread Gin
: *** [linuxbios.rom] Error 2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Watson Sent: Thursday, November 18, 2004 10:21 AM To: Gin Cc: 'LinuxBIOS' Subject: Re: boot from ide Actually, don't set CONFIG_FS_STREAM if you're using Filo as a payload