Re: if nk.nbo is more than 32MB,i can't use DNW download it
- From: "Anthony Pellerin" <apellerin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Sep 2006 19:15:34 +0200
Just one thing : why do you use DNW to transfer your image ? Don't you have
a bootloader with ethernet enabled?
HTH
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>
http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"Yannick Chamming's [eMVP]" <ychammings_nospam@xxxxxxxxxx> a écrit dans le
message de news: eBg7AzT3GHA.4648@xxxxxxxxxxxxxxxxxxxxxxx
size of your image is not linked to your config files, but to the
component you put in your OSDesign. If you're talking about a debug build
image, a size of 32 MB is not surprizing. If it's a release build, then
you have to put lots and lots of stuff to reach the 32 MB, and maybe there
are things useless in your image.
ROMSIZE setting in config.bib allow you defining the max size of each
nk.nbx file, so you can change this one if you want to have only one
NK.Nb0 with a size >32MB or having a 32MB NK.Nb0 and a small NK.Nb1
--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO
Windows Embedded Manager
ychammings AT adeneo DOT adetelgroup DOT com>
http://www.adeneo-embedded.com
Tel : +33 (0)4.72.18.08.40
Fax : +33 (0)4.72.18.08.41
----------------------------------------------------------------
"frank" <OraFrank@xxxxxxxxx> a ecrit dans le message de news:
1158741327.128688.266200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
if i add many item form PB catalog,then nk.nb0 file size will be great
than 32MB.
i can't use DNW to download nk.nb0 if it is great than 32MB.
we use s3c2440
32mb nand flash
64mb sdram
anyone have good idea about the big nk.nb0 file?
my config.bib & OEMAddressTable
MEMORY
; NK 80001000 01E00000 RAMIMAGE
; RAM 8C200000 01E00000 RAM
; FLASH 92000000 00100000 RESERVED
NK 80001000 01E00000 RAMIMAGE
RAM 8C200000 01E00000 RAM
FLASH 92000000 00100000 RESERVED
; Common RAM areas
AUD_DMA 8c002000 00000800 RESERVED
SDIO_DMA 8c010000 00010000 RESERVED
ARGS 8C020800 00000800 RESERVED
DBGSER_DMA 8c022000 00002000 RESERVED
SER_DMA 8c024000 00002000 RESERVED
IR_DMA 8c026000 00002000 RESERVED
SLEEP 8c028000 00002000 RESERVED
EDBG 8c030000 00020000 RESERVED
DISPLAY 8c100000 00100000 RESERVED
CONFIG
COMPRESSION=ON
KERNELFIXUPS=ON
IF IMGPROFILER
PROFILE=ON
ELSE
PROFILE=OFF
ENDIF
;
; ROMFLAGS is a bitmask of options for the kernel
; ROMFLAGS 0x0001 Disallow Paging
; ROMFLAGS 0x0002 Not all KMode
; ROMFLAGS 0x0010 Trust Module only
;
IF IMGTRUSTROMONLY
IF IMGNOTALLKMODE
ROMFLAGS=12
ELSE
ROMFLAGS=10
ENDIF
ELSE
IF IMGNOTALLKMODE
ROMFLAGS=02
ELSE
ROMFLAGS=00
ENDIF
ENDIF
ROMSTART = 80001000
ROMWIDTH = 32
ROMSIZE = 01E00000
g_oalAddressTable
DCD 0x80000000, 0x32000000, 32 ; 32 MB DRAM BANK 6
DCD 0x82000000, 0x08000000, 32 ; 32 MB SROM(SRAM/ROM)
BANK 1
DCD 0x84000000, 0x10000000, 32 ; nGCS2: PCMCIA/PCCARD
DCD 0x86000000, 0x18000000, 32 ; 32 MB SROM(SRAM/ROM)
BANK 3
DCD 0x88000000, 0x20000000, 32 ; 32 MB SROM(SRAM/ROM)
BANK 4
DCD 0x8A000000, 0x28000000, 32 ; 32 MB SROM(SRAM/ROM)
BANK 5
DCD 0x8C000000, 0x30000000, 32 ; 32 MB DRAM BANK 6
DCD 0x90800000, 0x48000000, 1 ; Memory control
register
DCD 0x90900000, 0x49000000, 1 ; USB Host register
DCD 0x90A00000, 0x4A000000, 1 ; Interrupt Control
register
DCD 0x90B00000, 0x4B000000, 1 ; DMA control register
DCD 0x90C00000, 0x4C000000, 1 ; Clock & Power
register
DCD 0x90D00000, 0x4D000000, 1 ; LCD control register
DCD 0x90E00000, 0x4E000000, 1 ; NAND flash control
register
DCD 0x90F00000, 0x4F000000, 1 ; Camera control
register
DCD 0x91000000, 0x50000000, 1 ; UART control register
DCD 0x91100000, 0x51000000, 1 ; PWM timer register
DCD 0x91200000, 0x52000000, 1 ; USB device register
DCD 0x91300000, 0x53000000, 1 ; Watchdog Timer
register
DCD 0x91400000, 0x54000000, 1 ; IIC control register
DCD 0x91500000, 0x55000000, 1 ; IIS control register
DCD 0x91600000, 0x56000000, 1 ; I/O Port register
DCD 0x91700000, 0x57000000, 1 ; RTC control register
DCD 0x91800000, 0x58000000, 1 ; A/D convert register
DCD 0x91900000, 0x59000000, 1 ; SPI register
DCD 0x91A00000, 0x5A000000, 1 ; SD Interface register
DCD 0x92000000, 0x00000000, 32 ; 32 MB SROM(SRAM/ROM)
BANK 0
DCD 0x00000000, 0x00000000, 0 ; end of table
;------------------------------------------------------------------------------
END
.
- References:
- if nk.nbo is more than 32MB,i can't use DNW download it
- From: frank
- Re: if nk.nbo is more than 32MB,i can't use DNW download it
- From: Yannick Chamming's [eMVP]
- if nk.nbo is more than 32MB,i can't use DNW download it
- Prev by Date: Re: File system is not working in Retail Version in WinCE 5.0
- Next by Date: Re: NOR flash file system in Win CE 5.0
- Previous by thread: Re: if nk.nbo is more than 32MB,i can't use DNW download it
- Next by thread: ASP website on WinCE device to upload files
- Index(es):
Relevant Pages
|