* Stefan Reinauer <[EMAIL PROTECTED]> [061014 00:01]:
> And maybe try the attached patch, maybe play a little with the delay,...
> 
> *10,*100,*500,*1000
 

sorry, wrong diff :-( I messed it up.

The new one is correct.

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/
Index: pm49fl004.c
===================================================================
--- pm49fl004.c (revision 2455)
+++ pm49fl004.c (working copy)
@@ -44,6 +44,8 @@
                /* erase the page before programming */
                erase_block_jedec(bios, i * page_size);
 
+               usleep(200);
+
                /* write to the sector */
                printf("%04d at address: 0x%08x", i, i * page_size);
                write_sector_jedec(bios, buf + i * page_size,
-- 
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to