Go to previous topic
Go to next topic
Last Post 06 Jul 2007 05:32 PM by  EricHolmberg
Burn problem with jffs2 image files
 2 Replies
Author Messages
hasanhuseyin.yilmaz@vestel.com.tr
New Member
New Member
Posts:


--
31 Jan 2007 03:13 AM
    Hi I have problem with burning jffs2 image file

    losh> load raw 0x81300000 8388608 /tftp/10.105.20.24:rootfs.jffs2
    loading from /tftp/10.105.20.24:rootfs.jffs2:
    loading raw binary to 0x81300000 (ram) len 00800000:
    ............................................................................................................................e
    file loaded
    losh> burn 128 /dev/nand0
    error: burn: image does not fit in flash (128)
    error: burn: image does not fit in flash
    losh>

    is anything wrong with work ?
    hasanhuseyin.yilmaz@vestel.com.tr
    New Member
    New Member
    Posts:


    --
    31 Jan 2007 12:38 PM
    burn command doesnt work but I figure a way around I boot system from nfs and write jffs2 image file by using

    cat rootfs.jffs2 > /dev/mtd/1

    it works now I am able to boot my system from flash
    EricHolmberg
    New Member
    New Member
    Posts:


    --
    06 Jul 2007 05:32 PM
    How did you create your rootfs.jffs2 files? I'm using the patched i.MX31ADS Lite Kit BSP and only see the rootfs directory.

    Thanks,

    Eric


    ---