Re: Image and Data on the same StrataFlash
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
To do that, you need to config your config.bib like the following, your
bootloader need to copy the image from flash to RAM and jumps to the right
RAM address.
Why does your debug image work? A debug image starts with no flash access?
IF CEIMAGE_16MB
; 16MB Image
NK 800B8000 01000000 RAMIMAGE ; 16MB
RAM 810B8000 02C00000 RAM ; SDRAM 44MB
ENDIF
; 4MB reserved
--
Zhongwei Wang
Applied Data Systems
www.applieddata.net
Application - Ready embedded systems
Microsoft Windows Embedded Partner
Gold Level Member
"Michael H" <MichaelH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9CD5D15F-606C-426A-B7FE-185DB367C890@xxxxxxxxxxxxxxxx
.
Relevant Pages
- Re: Performance and Flash Pipelining on TI 28F12 DSPs
... > of "critical code" we could move to RAM. ... > from internal flash? ... Since the external RAM is as big as the internal flash, ... the timers and all other interrupts are shut off, ... (comp.dsp) - Re: [ANNOUNCE] Ramback: faster than a speeding bullet
... The fact is, enterprise scale ramdisks are here now, while ... enterprise scale flash is not. ... does not approach the write performance of RAM, ... My goal is not to replace RAM with flash, but disk with flash. ... (Linux-Kernel) - Re: Relocate from nor to ddr CE 5.0
... programmed into flash. ... but the image info says it belongs to ram. ... Your bootloader needs to have code that recognizes if the image is ... blt CODEINRAM ... (microsoft.public.windowsce.platbuilder) - XIP vs RAM
... Maybe the system can even get away with the next small size RAM ... Does anyone know if/what the premimum of the "K" Strata FLASH is? ... Also what are the steps needed to transition to a XIP OS? ... >>> My bootloader create a BINFS partition and an EXTENDED partition on ... (microsoft.public.windowsce.platbuilder) - Re: Checksum error while performing Ethernet debug
... You often get this error when you overwrite the end of RAM. ... My Debug image size is 36.7 MB.So after ... "Henrik Viklund" wrote: ... Sent BOOTME to 255.255.255.255 ... (microsoft.public.windowsce.embedded) |
|