Go to previous topic
Go to next topic
Last Post 30 Aug 2007 09:31 AM by  smezhebovsky@outerlink.com
Help!!! Image not loading for the NAND device
 1 Replies
Author Messages
smezhebovsky@outerlink.com
New Member
New Member
Posts:


--
27 Aug 2007 09:38 AM
    Hi!

    I created a WinCE image which I successfully load into RAM using NOR based device but when I switched to NAND device the same
    command produces an error:

    losh> ifconfig sm0 dhcp
    Starting DHCP on sm0 .
    losh> load bin /tftp/192.168.20.126:NK.bin:69
    loading from /tftp/192.168.20.126:NK.bin:69:
    ...done
    load failed
    error: load: address space does not fit in ram (0xd3cbdc bytes at 0x00100000)
    losh>

    What do I do wrong.
    Please help!

    Stan
    smezhebovsky@outerlink.com
    New Member
    New Member
    Posts:


    --
    30 Aug 2007 09:31 AM
    It turned out that I need to delete “LOCE_RELOCATE_FROM_FLASH"
    which I entered when I worked with the NOR flash.
    I actually set it to 0 but it must be deleted!!!!

    Stan


    ---