Hi There,
I have a question. Does the linaro source include all the required drivers? I'm currently trying to build 13.02 for a Pandaboard ES, but it get's stuck at the boot screen. The kernel is starting, but the infamous "init: untracked pid 1507 exited" message is showing up at the serial log. When scrolling up a bit, my serial log shows the following message:
[ 3.250732] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c] [ 3.266113] omap_sr_disable: omap_sr struct for sr_core not found [ 3.272583] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c]
Scrolling even further up, there is also something I don''t realy understand:
[ 0.297973] ------------[ cut here ]------------ [ 0.298004] WARNING: at /home/guido/linaro02/android/kernel/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x234/0x264() [ 0.298004] Modules linked in: [ 0.298065] [<c0019e10>] (unwind_backtrace+0x0/0xf8) from [<c0044b18>] (warn_slowpath_common+0x4c/0x64) [ 0.298065] [<c0044b18>] (warn_slowpath_common+0x4c/0x64) from [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) [ 0.298095] [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) from [<c0022908>] (_enable+0x234/0x264) [ 0.298126] [<c0022908>] (_enable+0x234/0x264) from [<c0022d2c>] (_setup+0xa0/0x170) [ 0.298126] [<c0022d2c>] (_setup+0xa0/0x170) from [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) [ 0.298156] [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) from [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) [ 0.298187] [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) from [<c000864c>] (do_one_initcall+0x110/0x178) [ 0.298217] [<c000864c>] (do_one_initcall+0x110/0x178) from [<c0893854>] (kernel_init+0x8c/0x12c) [ 0.298217] [<c0893854>] (kernel_init+0x8c/0x12c) from [<c001433c>] (kernel_thread_exit+0x0/0x8) [ 0.298278] ---[ end trace 1b75b31a2719ed1c ]--- [ 0.298278] omap_hwmod: mcpdm: cannot be enabled (3)
Hi Guido,
Have you run the step to install graphics binaries:
$ wget http://people.linaro.org/~vishalbhoj/install-binaries-4.0.4.sh $ chmod a+x install-binaries-4.0.4.sh $ ./install-binaries-4.0.4.sh
On 11 April 2013 13:41, Guido Romijn guido.romijn@gmail.com wrote:
Hi There,
I have a question. Does the linaro source include all the required drivers? I'm currently trying to build 13.02 for a Pandaboard ES, but it get's stuck at the boot screen. The kernel is starting, but the infamous "init: untracked pid 1507 exited" message is showing up at the serial log. When scrolling up a bit, my serial log shows the following message:
[ 3.250732] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c] [ 3.266113] omap_sr_disable: omap_sr struct for sr_core not found [ 3.272583] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c]
Scrolling even further up, there is also something I don''t realy understand:
[ 0.297973] ------------[ cut here ]------------ [ 0.298004] WARNING: at /home/guido/linaro02/android/kernel/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x234/0x264() [ 0.298004] Modules linked in: [ 0.298065] [<c0019e10>] (unwind_backtrace+0x0/0xf8) from [<c0044b18>] (warn_slowpath_common+0x4c/0x64) [ 0.298065] [<c0044b18>] (warn_slowpath_common+0x4c/0x64) from [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) [ 0.298095] [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) from [<c0022908>] (_enable+0x234/0x264) [ 0.298126] [<c0022908>] (_enable+0x234/0x264) from [<c0022d2c>] (_setup+0xa0/0x170) [ 0.298126] [<c0022d2c>] (_setup+0xa0/0x170) from [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) [ 0.298156] [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) from [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) [ 0.298187] [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) from [<c000864c>] (do_one_initcall+0x110/0x178) [ 0.298217] [<c000864c>] (do_one_initcall+0x110/0x178) from [<c0893854>] (kernel_init+0x8c/0x12c) [ 0.298217] [<c0893854>] (kernel_init+0x8c/0x12c) from [<c001433c>] (kernel_thread_exit+0x0/0x8) [ 0.298278] ---[ end trace 1b75b31a2719ed1c ]--- [ 0.298278] omap_hwmod: mcpdm: cannot be enabled (3)
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Thanks! That does the trick!
On Thu, Apr 11, 2013 at 6:27 PM, Vishal Bhoj vishal.bhoj@linaro.org wrote:
Hi Guido,
Have you run the step to install graphics binaries:
$ wget http://people.linaro.org/~vishalbhoj/install-binaries-4.0.4.sh $ chmod a+x install-binaries-4.0.4.sh $ ./install-binaries-4.0.4.sh
On 11 April 2013 13:41, Guido Romijn guido.romijn@gmail.com wrote:
Hi There,
I have a question. Does the linaro source include all the required drivers? I'm currently trying to build 13.02 for a Pandaboard ES, but it get's stuck at the boot screen. The kernel is starting, but the infamous "init: untracked pid 1507 exited" message is showing up at the serial log. When scrolling up a bit, my serial log shows the following message:
[ 3.250732] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c] [ 3.266113] omap_sr_disable: omap_sr struct for sr_core not found [ 3.272583] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g pu/pvr/omap4/sysutils_linux.c]
Scrolling even further up, there is also something I don''t realy understand:
[ 0.297973] ------------[ cut here ]------------ [ 0.298004] WARNING: at /home/guido/linaro02/android/kernel/arch/arm/mach-omap2/omap_hwmod.c:1509 _enable+0x234/0x264() [ 0.298004] Modules linked in: [ 0.298065] [<c0019e10>] (unwind_backtrace+0x0/0xf8) from [<c0044b18>] (warn_slowpath_common+0x4c/0x64) [ 0.298065] [<c0044b18>] (warn_slowpath_common+0x4c/0x64) from [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) [ 0.298095] [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) from [<c0022908>] (_enable+0x234/0x264) [ 0.298126] [<c0022908>] (_enable+0x234/0x264) from [<c0022d2c>] (_setup+0xa0/0x170) [ 0.298126] [<c0022d2c>] (_setup+0xa0/0x170) from [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) [ 0.298156] [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) from [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) [ 0.298187] [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) from [<c000864c>] (do_one_initcall+0x110/0x178) [ 0.298217] [<c000864c>] (do_one_initcall+0x110/0x178) from [<c0893854>] (kernel_init+0x8c/0x12c) [ 0.298217] [<c0893854>] (kernel_init+0x8c/0x12c) from [<c001433c>] (kernel_thread_exit+0x0/0x8) [ 0.298278] ---[ end trace 1b75b31a2719ed1c ]--- [ 0.298278] omap_hwmod: mcpdm: cannot be enabled (3)
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org