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.

unable to push the libraries using adb

Hi ,

 

I have omap blaze board ES2.2 gp and i am able to boot the board using prebuilt images.

when i am trying to push the binary fileparser  i am getting the following errror

 

failed to copy 'out/target/product/blaze/system/bin/fileparser' to 'system/bin/fileparser': Read-only file system

 

can somebody help me regards this

 

Thanks....

  • Please check the init.rc for your device, there may be a step where the filesystem is remounted read-only.

    In the TI Android DevKit (which does not support Blaze), in init.rc the filesystem remount is not performed:


        # Mount /system rw first to give the filesystem a chance to save a checkpoint
    ##    mount yaffs2 mtd@system /system
    ##    mount yaffs2 mtd@system /system ro remount