[android-porting] Kernel panic at 'copy_to_user()' function execution in AOSP 9

2018-10-25 Thread Jaymin D
Hi All, I am facing kernel panic issue at 'copy_to_user()' function execution in Kernel msm-3.18. Below are my development environment: PLATFORM_VERSION_CODENAME=REL > PLATFORM_VERSION=9 > TARGET_PRODUCT=msm8953_64 > TARGET_BUILD_VARIANT=userdebug > TARGET_BUILD_TYPE=release > TARGET_ARCH=arm64

Re: [android-porting] New Display Porting

2018-10-25 Thread Elif Kaplan
By mistake I antwortet via my email not through forum.In order others to benefit i am sending here Tramphong Vu's and my reponses. *Answer by Tranphong Vu on 19th Oct* HI, for your first question. Display = Panel + Display controller + Backlight Module (opt) + Touch screen

[android-porting] Problem in Booting Android Nougat over NFS

2018-10-25 Thread radhika somaiya
Hi, I am trying to boot the Android Nougat 7.1.1 over NFS. For this I am following Android 6 Marshmallow over Network File System (NFS) on the Wandboard link but unfortunately got blocked at below error ; init: SELinux: Could not set context for /cache:

[android-porting] LK display Bringup in Nogut

2018-10-25 Thread chirag vaghela
Hi Team, I am doing LK display bringup. As per i know we need to send ON and OFF command to display in either HS mode or LP mode. in current sdk i can see same setting is present. But my requirement is some ON command in LP mode and some ON command in HS mode. can anyone suggest how can do.