[solved] 3.10.0-1 kernel (latest) won't boot

This forum is for topics specific to the Raspberry Pi and Arch Linux ARM

Re: 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Fri Jul 19, 2013 1:14 am

Thanks, but it's the same as the previous version, green led signals loading kernel and then it hangs.
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

Re: 3.10.0-1 kernel (latest) won't boot

Postby moonman » Fri Jul 19, 2013 3:00 am

Hmm just for reference here's my settings for booting it up:

Overclock:
$this->bbcode_second_pass_code('', 'arm_freq=840
core_freq=375
sdram_freq=400
over_voltage=0
')

Mem split:
$this->bbcode_second_pass_code('', 'gpu_mem_512=128
gpu_mem_256=128
cma_lwm=16
cma_hwm=32
cma_offline_start=16
')

cmdline:
$this->bbcode_second_pass_code('', 'smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=bfq rootwait')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Fri Jul 19, 2013 2:20 pm

Ok, i'm using:

$this->bbcode_second_pass_code('', '
arm_freq=850
arm_freq_min=100
core_freq=250
core_freq_min=75
sdram_freq=400
sdram_freq_min=300
over_voltage=0
over_voltage_min=-2
')

$this->bbcode_second_pass_code('', '
gpu_mem_512=64
cma_lwm=16
cma_hwm=32
cma_offline_start=16
')

$this->bbcode_second_pass_code('', '
smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=f2fs elevator=noop sdhci-bcm2708.enable_llm=0 rootwait raid=noautodetect
')

That's one of my B models using wlan only (no eth) and hdmi is not needed.
I will try it this evening on RPi where previous version has booted with hdmi connected (with some random effects).
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

Re: 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Fri Jul 19, 2013 10:54 pm

It works now :)

The reason was:
$this->bbcode_second_pass_code('', 'arm_freq_min=100')
Not suitable for 3.10 kernels - i changed it to 200 and everything works fine. Also dmesg looks nice now. ;)
Thanks again for your help moonman!
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby moonman » Sat Jul 20, 2013 12:21 am

Glad it works for you. :) Now I can't figure out why xbmc segfaults with this kernel. Something is still missing.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Sat Jul 20, 2013 3:17 pm

"xbmc" i never used.
Installed it on 5 Pi's (2xB, 3xA model) now.
I had always wlan problems (Edimax stick, 8192cu). It suddenly hanged after 1-3 hours but now it seems to work reliably, it's up since 15 hrs now. I'm really glad about this :)
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby moonman » Tue Jul 23, 2013 5:25 am

xbmc now runs. All is well with 3.10 now
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Sat Jul 27, 2013 10:40 pm

Just want to give some feedback:
In the meanwhile it's 3.10.3-1 and all works fine.
I appreciate it very much to have the latest version, thanks again for your work, you're my man, moonman :)

greets, cm.
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby moonman » Mon Jul 29, 2013 5:19 am

Glad you like it. I don't think many people use it, except for you, me and maybe a couple of other users :)
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [solved] 3.10.0-1 kernel (latest) won't boot

Postby crashmaster » Thu Aug 01, 2013 1:45 am

Hello moonman, this time not so good news ;)

Today i've got a RPi camera and tried it with 3.10.4-1 but it was not detected. I've got this "ENOMEM" error, which comes if no cam was connected or a bad wiring occured. Switching back to the standard kernel (3.6.11-14) all works fine.

I'm sure you'll find it :)
crashmaster
 
Posts: 119
Joined: Wed Mar 13, 2013 1:00 am

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 2 guests