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.

activating uart during boot

Hello,

on a beaglebone black we are using the TI -Android image: TI_Android_JB_4.2.2_DevKit_4.1.1_beagleboneblack

Activating uart1  is possible using the adb-shell with the commands:

  • echo 0 > /sys/kernel/debug/omap_mux/uart1_txd
  • echo 20 > /sys/kernel/debug/omap_mux/uart1_rxd
  • chmod 666 /dev/ttyO1

This is working for using e.g. the android-serialport-api

Now will execute this command on boot

We tried to add this commands to init.am335xevm.rc, only the chmod cmd was executed.

How to modify the init-scrpits accordingly?

Thanks

Andreas