This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[AM3359 Wince7][BSP_WINCE_ARM_A8_02_30_00]H27S2G8F2C support

Other Parts Discussed in Thread: AM3359

Dear all,

I am useing BSP_WINCE_ARM_A8_02_30_00 bsp code in AM3359 wince7 platform.  and I want support Hynix "H27S2G8F2C" 256MB SLC .

So I modified below code: 

Bspcfg.c (platform\am33x_bsp\src\bsp_common\bspcfg) 文件中的NAND_INFO SupportedNands[] :

#define NAND_MFR_HYNIX 0xAD

{ // 
NAND_MFR_HYNIX, //manufacturerId
0xDA, //deviceId
2048, //blocks
64, //sectorsPerBlock 
2048, //sectorSize - pageSize
1 //wordData
}

but my system always run here and stop:

CCCCCCCC
Texas Instruments Windows2 CE SD X-Loader v0.0.0 for SubArctic 33X
Built Mar 14 2013 at 10:51:39
Version BSP_WINCE_ARM_A8 02.30.00.01
open ebootsd.nb0 file
Init HW: controller RST
SDCARD: requested speed 1000000, actual speed 1000000
SDCARD: requested speed 25000000, actual speed 19200000
read ebootsd.nb0 file

XLDRMSGDEINIT

Microsoft Windows CE Bootloader Common Library Version 1.4 Built Mar 14 2013 10:40:07
INFO:OALLogSetZones: dpCurSettings.ulZoneMask: 0x8409

Texas Instruments Windows CE EBOOT for AM33x, Built Mar 14 2013 at 10:51:31
EBOOT Version 0.0.1, BSP BSP_WINCE_ARM_A8 02.30.00.01

TI AM33X GPIOInit

TI AM33X

ecc type:2
System ready!
Preparing for download...
INFO: Predownload....
BLShowLogo+++++++++++++++++
SD ShowSDLogo~~~~~~~~~~~~~~~~~~~~~~~
SetBacklightPower_OnOff======0=======+++++
SetBacklightLevel_GPIO=======ff======+++++
Pclk ............... 300000000
BLShowLogo-----------------
SetBacklightPower_OnOff======1=======+++++
Checking bootloader blocks are marked as reserved (Num = 34)
#

So could you please help me check this issue?