Is it possible to root Beaglebone Black Android image

Hi,

I’m trying to mount USB storage from terminal. I’m using “Terminal Emulator” app. I’m trying to use following commands to mount USB:

?


1
|

mount -t vfat -o rw ``/dev/block/sd``* ``/storage/usb1

|

  • | - |

or

?


1
|

su mount -t vfat -o rw /dev/block/sd* /storage/usb1

|

  • | - |

I’m getting “permission denied” message. I tried different su binaries. One of them is: http://e2e.ti.com/support/embedded/android/f/509/t/279726.aspx

The shell command which I’m using is working in adb. But I have to execute it within an app. Without permissions I cannot do that. So:

  1. Is it possible to root this Android image (I’m using TI release for Beaglebone Black).

  2. Or can i give permissions using chmod ? If i can, which files should i give permission?

  3. Or is my approach wrong?

I’m just seeing this post. I’m amazed that no one has replied yet. I am desperately looking for this solution. Every android tool I have for rooting does not work on BBB. This is the 1st time I could not root an android device.

Where did you get the image ???

“No one could make a greater mistake than he who did nothing because he could do only a little.”

“All that is necessary for the triumph of evil is that good men do nothing” Edmond Burke (1729 - 1797)

http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book