[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 execute " loglevel 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 comman

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

2010-12-22 Thread Srikant
check your root=/dev/sda1 is the correct partion? also can you send the complete kernel logs? On Dec 21, 1:50 am, Kamali wrote: > 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 spe

[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. http://free-electrons.com/blog/and

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 Tue

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,

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" 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 facing this type o

[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 CPU:

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" : > 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.

[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 nona

[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 nona

[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 - n

[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 c

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//root to your sd card 2. copy entire out/target/product//system your sd card /system directory created by root 3. Modify your init.rc file to avoid mounting again system by yaff

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 wrote: > 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

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

2010-06-26 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 Flas

Re: [android-porting] kernel panic ;(

2010-06-26 Thread Manav Gautama
On Sat, Jun 26, 2010 at 5:58 PM, Ranganath s 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 in flash. I > ex

[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. commands

[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 occurs while Android is running

2009-12-03 Thread jack
Dear all, I am porting Android to our own ARM11 platform. I use android-2.6.29 to be the kernel with some patches for our own ARM11 CPU. Besides, cupcake is used as the root file system. The kernel is written on the flash and I use nfs to mount the root file system. The bootargs is nfsroot=10.20.

[android-porting] Kernel panic after clicking on the browser button

2009-12-03 Thread jack
Hi all, I am porting Android to our own ARM11 platform. Right now it can successfully boot it up. However, when I click on the browser icon, the following message shows and the system dies. Kernel panic - not syncing: Attempted to kill init! I suffer this problem for many days and cannot figure o

[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 /lib/modules/g_and

[android-porting] "Kernel panic - not syncing: No init found. Try passing init= option to kernel."

2008-11-19 Thread nimit
Hi All, I compiled the kernel & after booting, I got "Warning: unable to open an initial console." "Kernel panic - not syncing: No init found. Try passing init= option to kernel." I tried passing init=/init in my bootargs on u-boot but still the problem is same. My bootargs are :- bootfile=