[android-kernel] Using SIGRTMIN in Android N Kernel

2018-01-04 Thread Deepika Teriar
Hi, I am writing a driver in which I need to handle 6 interrupts from different GPIO and I need to send the signals to user space application in Android N. Can I use the SIGRTMIN+x for all the signals? Can it work on Android? Thanks Deepika -- -- unsubscribe: android-kernel+unsubscr...@goo

[android-kernel] Re: How to compile the Trusty OS? and Can I run Trusty OS on android emulator like ranchu?

2018-01-04 Thread Michał Król
Same here. There is no information on how to deploy it on a device. Le dimanche 8 octobre 2017 18:33:51 UTC+2, Ali Reza Barkhordari a écrit : > > Hi Kailiang, > > Did you find a way to install TrustyOS on a device? I managed to compile > it but couldn't find a way to deploy it on a read device.

[android-kernel] Porting android kernel to new version of android

2018-01-04 Thread Au
So I've worked with building existing kernels, but never have I tried to port a kernel to a new version of android. I've started to gain an interest in porting kernels, but could not find anywhere a proper guide to assist me. Would I have to merge the changes of the new common android kernel wit