[EMAIL PROTECTED] writes:

> Can I use DoC instead of bios flash only if it comes with 32pin-DIP socket?
> or do I need specially designed mainboad for using DoC? 
> 
> If there's no special requiment except 32-pin DIP, I think following
> development senario. 
> 1. buy a m/b (SIS 745 chipset) comes with 32pin-DIP socket for bios.
> 2. buy a DoC evaluation board and plug it into host system.  
> 3. program DoC for target in host. ofcause it's content should be linuxbios
> + linux. 
> 4. eject programmed DoC and plug it into target by replacing bios. 
> 5. if 4 works on target, evaluation board is not required anymore. after
> then, programming 
>     is only occured in target system using MTD.  
> 
> It that correct senario?. Or Is there any better way? 
> I know that SIS 745 is not currently supported, but i hope to join this
> developement. 

The big limitation with the DoC is that is has just a 512 byte array that can
be used as memory mapped ROM.   It that sapce you either need to pull the
cache as ram trick, or actually enable ram.  There is just enough more work
enabling DDR memory that it probably will not work.

I haven't even gotten close to doing the cache as ram trick on the
Athlon.  The problem may was probably that I hadn't stopped my second cpu 
when I tried.  After I had linux up I had some caching of rom areas
going so I think it was just attempting it wrong...

Eric

Reply via email to