Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 29 Nov 2007 08:55 AM by  Badguy
Installing Linux Kernel and 2nd stage Bootloader to NOR
 4 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Badguy
New Member
New Member
Posts:


--
07 Nov 2007 09:29 AM
    I am having trouble locating the command sequence to install the kernel and bootloader to NOR flash.

    If someone who knows could describe the operation and provide a listing of the commands I would be most gratefull.

    I am looking to make this iMX31 Litekit stand alone, so I will not need the Host machine.

    Edit:
    I've been trying :
    add-yaffs boot nor 0xA0000000 0x00100000

    and that will succedd, but I cannot mount it.
    mount yaffs boot

    this returns error code 21, which does not tell me much.

    any insight on what I am doing wrong would be great.
    Thanks
    ThomasHill
    New Member
    New Member
    Posts:


    --
    08 Nov 2007 07:35 AM
    Not sure, but try "mount yaffs /boot" (note the /).
    Badguy
    New Member
    New Member
    Posts:


    --
    08 Nov 2007 08:23 AM
    yea, actually that is a typo I left here.

    I have tried
    mount yaffs /boot

    as well as various other stuff.

    Thanks tho.
    huangbo666@hotmail.com
    New Member
    New Member
    Posts:


    --
    12 Nov 2007 09:49 AM
    Hi Badguy,

    I think I am doing the same job with you, but I stucked at the moment for I am not sure how to put linux loader, kernel image, file systems into imx31 module.

    so could you give me any instructions or commands for this.

    Thanks,
    Bo
    Badguy
    New Member
    New Member
    Posts:


    --
    29 Nov 2007 08:55 AM
    Hello huangbo74,

    Actually I gave up on the NOR flash install.

    and Instead I am using the NAND.

    Here is a listing of the commands I used.


    erase B0 B128 /dev/nand0
    add-yaffs boot nand B0 B128
    mount yaffs /boot
    cp /tftp/192.168.1.161:loader /boot/loader
    cp /tftp/192.168.1.161:zImage /boot/zImage
    load elf /boot/loader
    load raw 0x81000000 1635640 /boot/zImage
    exec 0x800d03a8
    You are not authorized to post a reply.