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 21 Mar 2014 05:36 AM by  Jean-Paul De Lemos
Problem with init_sd.rc file
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Jean-Paul De Lemos
New Member
New Member
Posts:15


--
20 Mar 2014 11:02 AM

    Hello,

     I'm actually trying to create a bootable SD Card with "Android Ice Cream Sandwich 4.0.4".

    The guide says that I must copy the file init_sd.rc which should be in the folder ~/ISC4.0.4v1.0-04/DM3730/out/target/product/dm3730logic/  but it isn't there.

    Where could I find it please?

    Joe Charboneau
    New Member
    New Member
    Posts:81


    --
    20 Mar 2014 04:55 PM
    • Accepted Answer

    Jean-Paul,

    I checked with LogicPD's Android software engineer on this question. Here is his response:

    I looked into the missing file init_sd.rc on my Android folder. Now, I am thinking the command highlighted below in green is not necessary, because init.rc file has already been copied to the target directory on SD card through previous tar commands.

     

    $ sudo tar xjvf ${ANDROID_PRODUCT_OUT}/root.tar.bz2 --numeric-owner

    $ sudo tar xjvf ${ANDROID_PRODUCT_OUT}/system.tar.bz2 --numeric-owner

    $ sudo tar xjvf ${ANDROID_PRODUCT_OUT}/userdata.tar.bz2 --numeric-owner

    $ sudo cp -a ${ANDROID_PRODUCT_OUT}/init_sd.rc init.rc

     

    Init_sd.rc file does not exist on the documented location. I don’t remember why that command was on the document first time. ICS guide has been tested by multiple persons (me,  QA and two AE engineers) who went through every step.

    Another suggestion for the customer posting the question is to use section 5.1, which is marked “recommended” on user guide to deploy ICS image onto SD card. Section 5.1 uses automatic script, which avoids errors on manual typing.

    Hopefully this resolves your question.

    Regards,

    Joe

    Jean-Paul De Lemos
    New Member
    New Member
    Posts:15


    --
    21 Mar 2014 05:36 AM
    Thank you Joe,

    My problem is now solved.
    I've tried before to use the section 5.1 but my computer couldn't find my SD Card.

    Regards,
    Jean-Paul
    You are not authorized to post a reply.