<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<P> </P>
<P>Hi all, </P>
<P> I'm porting u-boot-1.1.3 to my S3C44B0X based evaluation board, so I
referenced B2 board configuration(because it also based on S3C44B0X) and
lart board configuration(because it also consists of an Intel flash memory).
Last night, I got the u-boot.bin successfully and downloaded it into the Intel
28F320C3B flash. I could see the command line after reset the board. Then I
tried to erase the last 64KB sector of the flash like this:</P>
<P> </P>
<P>jx44b0>protect off 003F0000 003FFFFF</P>
<P>Un-protected 1 sectors</P>
<P>jx44b0>erase 003F0000 003FFFFF</P>
<P>Erasing...Device protect error</P>
<P>1 sector erased</P>
<P> </P>
<P>I checked the last 8KB with "md 003FE000" and I found former data
remained other than FFFFs. Erasing just didn't work correctly. I wonder what's
the problem and shall I revise the flash.c in my board's folder. </P>
<P>Any hint would be appriecated.</P>
<P> </P>
<P>Best regard,</P>
<P>Zhen Wang</P></FONT></DIV></BODY></HTML>