Utilite - kernel panic booting 3.0.35-17

This forum is for supported devices using an ARMv7 Freescale SoC.

Utilite - kernel panic booting 3.0.35-17

Postby gckoch » Fri Jan 16, 2015 5:26 am

I upgraded the kernel on my utilite pro and it is consistently panicking on boot:

$this->bbcode_second_pass_code('', '[ 0.833484] Unable to handle kernel paging request at virtual address 746e7572
[ 0.840726] pgd = c0004000
[ 0.843439] [746e7572] *pgd=00000000
[ 0.847040] Internal error: Oops: 5 [#1] SMP
[ 0.851321] Modules linked in:
[ 0.854399] CPU: 0 Not tainted (3.0.35-17-ARCH #1)
[ 0.859564] PC is at kmem_cache_alloc+0xc8/0x12c
[ 0.864194] LR is at 0xcdcd000
[ 0.867258] pc : [<c010fad8>] lr : [<0cdcd000>] psr: 60000093
[ 0.867262] sp : e9f8bef8 ip : 20000013 fp : 00000003
[ 0.878775] r10: 00000000 r9 : c035a7b0 r8 : e9ff9300
[ 0.884013] r7 : 000000d0 r6 : 746e7572 r5 : c08a05c8 r4 : e9f8a000
[ 0.890556] r3 : c0047920 r2 : 00000001 r1 : c08a05c8 r0 : 0000065f
[ 0.897102] Flags: nZCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 0.904516] Control: 10c5387d Table: 1000404a DAC: 00000015
[ 0.910276] Process swapper (pid: 1, stack limit = 0xe9f8a2f0)
[ 0.916124] Stack: (0xe9f8bef8 to 0xe9f8c000)
[ 0.920494] bee0: 0000f804 0000001f
[ 0.928694] bf00: e9fd9540 0000005f c08c7262 c08c725c 0000005f c035a7b0 c08c741f 00000000
[ 0.936894] bf20: 00000001 e9fd9540 0000005f c035b424 00000001 c08c741f e9ff0000 c092e214
[ 0.945094] bf40: c0026248 00000001 00000014 c092e438 00000002 00000004 00000000 00000000
[ 0.953294] bf60: c0026248 c002577c 00000000 c092e314 00000001 c0025c74 c07f7f10 c017aa30
[ 0.961493] bf80: c092de34 00000000 c004c894 00000013 00000000 c00250d8 c07be320 00000000
[ 0.969693] bfa0: c08e4280 c08e4280 e9f8a030 c00465c8 000001df 00000013 00000000 00000000
[ 0.977893] bfc0: 00000039 00000000 00000270 c0039bec c003a16c c004c894 00000013 00000000
[ 0.986094] bfe0: 00000000 00000000 00000000 c0008a50 00000000 c004c894 9fb3bf75 fd3f9ff5
[ 0.994307] [<c010fad8>] (kmem_cache_alloc+0xc8/0x12c) from [<c035a7b0>] (con_insert_unipair+0x74/0x104)
[ 1.003820] [<c035a7b0>] (con_insert_unipair+0x74/0x104) from [<c035b424>] (con_set_default_unimap+0xe8/0x178)
[ 1.013854] [<c035b424>] (con_set_default_unimap+0xe8/0x178) from [<c002577c>] (console_map_init+0x44/0x50)
[ 1.023624] [<c002577c>] (console_map_init+0x44/0x50) from [<c0025c74>] (vty_init+0x188/0x19c)
[ 1.032266] [<c0025c74>] (vty_init+0x188/0x19c) from [<c00250d8>] (tty_init+0x12c/0x144)
[ 1.040386] [<c00250d8>] (tty_init+0x12c/0x144) from [<c00465c8>] (do_one_initcall+0x114/0x16c)
[ 1.049114] [<c00465c8>] (do_one_initcall+0x114/0x16c) from [<c0008a50>] (kernel_init+0x100/0x184)
[ 1.058106] [<c0008a50>] (kernel_init+0x100/0x184) from [<c004c894>] (kernel_thread_exit+0x0/0x8)
[ 1.067004] Code: 1afffff1 e598a014 e2800001 e3a02001 (e796a00a)
[ 1.073152] ---[ end trace 1b75b31a2719ed1c ]---
')
I reverted to the -16 kernel and it boots fine. U-Boot has been upgraded to the latest version. I've attached a console log from one of the failing boots. EDIT: the system won't let me attach a file. It says 'the extension is not allowed' whenever I try.
gckoch
 
Posts: 3
Joined: Wed Sep 03, 2014 5:59 pm

Re: Utilite - kernel panic booting 3.0.35-17

Postby pepedog » Fri Jan 16, 2015 12:57 pm

I tested this a month ago, unfortunately I picked wrong commit
Fixed it in -18
https://github.com/archlinuxarm/PKGBUILDs/commit/08ef914da7c20409b2e60a3e63f318b333afdaf5
Wifi now works with latest system
I have been working on a 3.14 device tree kernel, but Intel Ethernet and analogue audio don't work
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Utilite - kernel panic booting 3.0.35-17

Postby gckoch » Fri Jan 16, 2015 2:53 pm

-18 is installed and boots fine - thanks!
gckoch
 
Posts: 3
Joined: Wed Sep 03, 2014 5:59 pm

Re: Utilite - kernel panic booting 3.0.35-17

Postby tobbebobbe » Tue Jan 27, 2015 3:25 pm

I had the same issue but also upgraded to -18. What is new in this kernel? Should it fix the crasches?
tobbebobbe
 
Posts: 65
Joined: Thu Jan 30, 2014 12:00 pm

Re: Utilite - kernel panic booting 3.0.35-17

Postby pepedog » Tue Jan 27, 2015 3:50 pm

I don't do the things you do that create the crash's, mainly it picks up some later commits and wireless firmware is built in
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK


Return to Freescale

Who is online

Users browsing this forum: No registered users and 13 guests