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