This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Change boot device for omap-l138

Expert 1115 points
Other Parts Discussed in Thread: OMAP-L138

I dont have sd card for my omap-l138 dev. board from logic. It is stucking up while booting the linux and looks for sd card. Is it possible to change to another device on the board. Plz suggest.

mahesh

  • pk,

     

       The boot mode are changed by the value of the boot switches on the OMAP-L138 board. Chapter 2 of the User Guide that is supplied with the EVM board gives you a very good summary of the board and well as a pictural presentation of where the boot DIP switch is located. You can download from LogicPD

     

      The bootsettings of the OMAP-L138 can be found in the OMAP-L1x Bootload Application Report. You should be able to use the two of these documents to switch the boot mode of the board to the setting of your preference.

  • You can also try booting from TFTP if you have a server setup. The SDK documentation and accompanying scripts explain how to do this.

    Jeff

  • Drew,

    Is it possible to boot from flash drive(USB pen drive) if SD card is not available. If yes, what is the name of file that is to be loaded into usb pen drive?

  • mahesh,

    Are you trying to change the boot device for the board or change the boot device for Linux file system? Changing the boot file system for Linux is not related to board switches. It is controlled by one of the bootloaders, U-Boot.

    If you just want to boot into Linux, you might be able to make recreate the original SD Card. My experience is with the OMAP-L138 EMM and it's relatively easy to create a SD Card with a Linux file system. You will need a Linux host.

    If you are trying to get a Linux file system running, you might want to repost in the Embedded Sofware/Linux.

    http://processors.wiki.ti.com/index.php/GSG:_EVM_Overview_-_OMAP-L138
    http://processors.wiki.ti.com/index.php/GSG:_Booting_the_OMAP-L138/AM18x_Out_of_the_Box
    http://processors.wiki.ti.com/index.php/GSG:_OMAP-L138_DVEVM_Additional_Procedures

  • Putting in simple terms,  the original SD card is lost and I want to prepare it for my work.

    What is the procedure and what are the files have to copied into it. ?