Hi, I just have mini6410 with RAM: 256 MB DDR RAM, 32 bit Bus Flash: 1GB NAND Flash but in Wince just display 64MB memory. Please help me, how to view all hardware information about my mini6410. Thank you.
Hardware Information
edit your config.bib to the following value... IF IMGMULTIXIP ! #define NKNAME NK #define NKSTART 80100000 #define NKLEN 03F00000 ; 63MB (Max size, to match image_cfg.* files. This will be auto-sized) #define RAMNAME RAM #define RAMSTART 84000000 #define RAMLEN 0C000000 ; 29MB (Will be auto-sized from the end of NK) ;#define RAMSTART 82900000 ;#define RAMLEN 03600000 ; 54MB replace the original RAMLEN 03F00000 by 0C000000 (this should give you about 240 mb ram the max without crashing CE) also modify oemaddrtab_cfg.inc replace DCD 0x80000000, 0x50000000, 128 ; 128 MB DRAM by : DCD 0x80000000, 0x50000000, 256 ; 256 MB DRAM do a clean sysgen and its done ! :) laurent
Thanks ELCouz, Here is config.bib #define NKNAME NK #define NKSTART 80100000 #define NKLEN 03F00000 ; 63MB (Max size, to match image_cfg.* files. This will be auto-sized) #define RAMNAME RAM #define RAMSTART 84000000 #define RAMLEN 01D00000 ; 29MB (Will be auto-sized from the end of NK) ;#define RAMSTART 82900000 ;#define RAMLEN 03600000 ; 54MB following for modifying and it will be: ;#define RAMLEN 01D00000 ; 29MB (Will be auto-sized from the end of NK) #define RAMLEN 0C000000 ; 29MB (Will be auto-sized from the end of NK) The result: My Windows Ce 6.0 cannot boot up. David Tran.