Go to previous topic
Go to next topic
Last Post 02 Nov 2011 03:06 PM by  jsarao
LogicLoader to load Linux Kernel and file system via network
 1 Replies
Author Messages
jsarao
New Member
New Member
Posts:29


--
02 Nov 2011 02:56 PM
    I command LogicLoader to load the elf over the network (see previous post).
    e.g. load elf /tftp/192.168.1.112:/tftpboot/image.elf
    And that works fine.

    I'd like to configure my system (I guess in this case Logic Loader), so that just the u-boot loads.
    then I'll configure u-boot to load the kernel via tftp.
    I'll then configure u-boot to instruct the kernel to mount the file system via NFS.

    I would then like to SAVE this configuration so that every time I turn on my Torpedo dev kit it does this.

    My end objective is to allow me to easily replace kernels (via TFTP) and file system (via NFS) on my server.
    Then when I reboot my DevKit it will load the latest and greatest.
    I do not want to create a single package in an ELF each time.

    Assistance is appreciated.
    jsarao
    New Member
    New Member
    Posts:29


    --
    02 Nov 2011 03:06 PM
    Found more appropriate BOARD at top level to post this.


    ---