[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

[android-porting] Kernel panic error when select both sndhdmi and apb sun4i codec driver.

2013-08-12 Thread Puneet B
I am using lychee kernel 3.0.8, android 4.0.4. --- ALSA for SoC audio support │ │ │ │[ ] Support LZO compression for register caches

[android-porting] Kernel panic while execute logleve 3 command

2011-06-21 Thread WuPublic
I compiled the android 2.3.4 ,and got error at init.c file, while executeloglevel 3. I add log info before, ret=cur_command-func(cur_ command-nargs,cur_command-args, get this result. cur_command: loglevel 3 Kernel panic - not syncing: Attempted to kill init! if I igonre this command

[android-porting] Android porting :Kernel panic - not syncing: Attempted to kill init!

2010-12-21 Thread Kamali
Hello, I am trying to port android (Eclair) to a hardware platform using Atmel's AT91SAM9261 processor.I am using linux kernel (2.6.29) with the board specific and android related patches.I have built a root file system for android according the link below.

Re: [android-porting] kernel panic!-----------

2010-09-13 Thread sanjeev sharma
HI, If you have been Doing on Omap then Follow Omap Repo or below link. *Git Repo:* http://git.omapzoom.org/?p=platform/omapmanifest.git;a=commit;h=4a9dfbf19ae64eb2c63c62412ea0d7ef54ac1251 *Pre built Binaries for OMAP* https://gforge.ti.com/gf/project/omapandroid/frs/ Sanjeev Sharma On

Re: [android-porting] kernel panic!-----------

2010-09-08 Thread Tung Dang
Hi, Froyo is tested with Kernel 2.6.31, since you are using kernel 2.6.32 , so my recommend is you try to port Froyo with kernel 2.6.31 first . (Extract the patch from your 2.6.32 kernel and apply that patch to 2.6.31 kernel, also some feature need to be enable in the kernel config: pmem, ashmem,

[android-porting] kernel panic!-----------

2010-09-07 Thread jayasantosh samal
hi all i am facing kernel panic form last 7days ,i am trying to add the android support in omap 2.6.32 kernel, i have also enable the kernel trace can any body have facing this type of problem privously, plz help me. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f

Re: [android-porting] kernel panic!-----------

2010-09-07 Thread Tung Dang
Hi, What version of android u are using? Is it froyo? On Sep 7, 2010 10:18 PM, jayasantosh samal joyn...@gmail.com wrote: hi all i am facing kernel panic form last 7days ,i am trying to add the android support in omap 2.6.32 kernel, i have also enable the kernel trace can any body have

[android-porting] kernel panic!

2010-09-03 Thread jayasantosh samal
hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs as follows. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f CPU: VIPT nonaliasing data cache, VIPT

[android-porting] kernel panic!

2010-09-03 Thread jayasantosh samal
hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs as follows. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f CPU: VIPT nonaliasing data cache, VIPT

Re: [android-porting] kernel panic!

2010-09-03 Thread Michael Grunditz
Hi, Do you have ashmem in your kernel? Michael Grunditz Den 2010 9 3 14:56 skrev jayasantosh samal joyn...@gmail.com: hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs

[android-porting] kernel panic at keyguard screen

2010-08-29 Thread Michael
Hi I have a problem with the keyguard screen on a widescreen resolution. The kernel panics with this: I/ActivityManager( 2012): Displayed activity com.android.launcher/.Launcher: 3302 ms (total 7804 ms) I/SurfaceFlinger( 2012): Boot is finished (20305 ms) I/WindowMa[ 54.843061] Kernel panic -

[android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-08-24 Thread anddev
Hi All, I have downloaded kernel/common.git from android git server and linux-2.6.35 branch, I am trying to port this kernel with froyo on my hardware. i the kernel i have only ported serial (UART) driver along with MTD driver (which is onenand device in this case). I dont have any framebuffer or

[android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-06-27 Thread Ranganath s
Hi, I got it my previous kernel panic problem solved. Now i am able to mount till rootfs but after that i am again running into Kernel panic - not syncing: Attempted to kill init! The boot log is as follows:- U-Boot 1.3.2-mini2440 (Oct 6 2009 - 12:51:09) I2C: ready DRAM: 64 MB

Re: [android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-06-27 Thread Ashwin Bihari
You want init=/init in your bootargs..and you can use rootwait instead of rootdelay=3.. Regards -- Ashwin On Sun, Jun 27, 2010 at 2:54 AM, Ranganath s rangana...@gmail.com wrote: Hi,   I got it my previous kernel panic problem solved. Now i am able to mount till rootfs but after that i am

Re: [android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-06-27 Thread Subramani Venkatesh
Hi Ranganath, There are some changes required when yuou try SD/MMC card as file system 1. copy entire out/target/product/board/root to your sd card 2. copy entire out/target/product/board/system your sd card sdcard/system directory created by root 3. Modify your init.rc file to avoid mounting

[android-porting] kernel panic ;(

2010-06-26 Thread Ranganath s
HI group, I am porting android 1.5 to mini 2440 board. I am getting the kernel panic and its not able to mount the root file system. So any help in this regard would be highly appreciable. I suspect about setenv in flash. I executed the following commands to set the env variables.

Re: [android-porting] kernel panic ;(

2010-06-26 Thread Manav Gautama
On Sat, Jun 26, 2010 at 5:58 PM, Ranganath s rangana...@gmail.com wrote: HI group, I am porting android 1.5 to mini 2440 board. I am getting the kernel panic and its not able to mount the root file system. So any help in this regard would be highly appreciable. I suspect about setenv

[android-porting] Kernel Panic - booting

2009-12-14 Thread linux newbie
Hi, Our embedded platform has pxa255. We downloaded linux_2_6_31_1, compiled with EABI (downloaded the toolchain from Codesourcery), modified the kernel to add our hardware based support. We also compiled the user space applications with latest tool chain and able to boot the system perfectly. I

[android-porting] [Kernel Panic] in case of building adb composite gadget dynamically

2009-03-20 Thread atom10jj
Hi~ there, I've been trying to build g_android(ADB Composite Gadget) dynamically. In case of building statically, ADB and Mass-storage are working well. But dynamical building doesn't work, I have no idea how to solve this problem. My init.rc add g_android.ko using insmod