Linux Samsung SOC development
 help / color / mirror / Atom feed
* Boot hangs after "Starting kernel..." message [odroid u3]
@ 2015-06-12 12:00 Thomas-Karl Pietrowski
  2015-06-12 12:15 ` Marek Szyprowski
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas-Karl Pietrowski @ 2015-06-12 12:00 UTC (permalink / raw)
  To: linux-samsung-soc

Hello everyone,


I'm just trying to get my kernel built for my Odroid U3, but no matter whether 
I use 4.0.x or the latest code from arm-soc repository 4.1.0-rc3, it ends at 
this message during boot:

###

U-Boot 2015.07-rc1-00408-g012681b (May 30 2015 - 17:49:11 +0000)

CPU:    Exynos4412@1000MHz
Model: Odroid based on Exynos4412
DRAM:  2 GiB
ERROR: "regulator-name" of dev: "ldo18", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ERROR: "regulator-name" of dev: "ldo19", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ERROR: "regulator-name" of dev: "ldo23", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ERROR: "regulator-name" of dev: "ldo24", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ERROR: "regulator-name" of dev: "ldo26", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ERROR: "regulator-name" of dev: "buck9", has nonunique value: "nc"
at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
ldo20@VDDQ_EMMC_1.8V: set 1800000 uV; enabling
ldo22@VDDQ_EMMC_2.8V: set 2800000 uV; enabling
ldo21@TFLASH_2.8V: set 2800000 uV; enabling
MMC:   SAMSUNG SDHCI: 0, EXYNOS DWMMC: 1
Net:   No ethernet found.
Hit any key to stop autoboot:  0 
reading boot.scr
1143 bytes read in 18 ms (61.5 KiB/s)
## Executing script at 40408000
reading zImage-4.1
2497840 bytes read in 141 ms (16.9 MiB/s)
reading exynos4412-odroidu3.dtb
54489 bytes read in 25 ms (2.1 MiB/s)
Kernel image @ 0x40008000 [ 0x000000 - 0x261d30 ]
## Flattened Device Tree blob at 41f00000
   Booting using the fdt blob at 0x41f00000
   reserving fdt memory region: addr=41f00000 size=e000
   Using Device Tree in place at 41f00000, end 41f10fff

Starting kernel ...

###

The error messages during uboot loading just appear because there is something 
missing in it's RC, but don't think it is the reason, because a old build 
(3.19.x) just boots.
Sadly my serial output does not give better error messages, so I'm asking 
here, because google'ing around didn't point me to any solutions.
Do you have any hints why that happens? My .config can be found here - 
http://pastebin.com/qRLmtmmt . Is there a way to get early error messages 
during boot?


Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Boot hangs after "Starting kernel..." message [odroid u3]
  2015-06-12 12:00 Boot hangs after "Starting kernel..." message [odroid u3] Thomas-Karl Pietrowski
@ 2015-06-12 12:15 ` Marek Szyprowski
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szyprowski @ 2015-06-12 12:15 UTC (permalink / raw)
  To: Thomas-Karl Pietrowski, linux-samsung-soc

Hello,

On 2015-06-12 14:00, Thomas-Karl Pietrowski wrote:
> Hello everyone,
>
>
> I'm just trying to get my kernel built for my Odroid U3, but no matter whether
> I use 4.0.x or the latest code from arm-soc repository 4.1.0-rc3, it ends at
> this message during boot:
>
> ###
>
> U-Boot 2015.07-rc1-00408-g012681b (May 30 2015 - 17:49:11 +0000)
>
> CPU:    Exynos4412@1000MHz
> Model: Odroid based on Exynos4412
> DRAM:  2 GiB
> ERROR: "regulator-name" of dev: "ldo18", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ERROR: "regulator-name" of dev: "ldo19", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ERROR: "regulator-name" of dev: "ldo23", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ERROR: "regulator-name" of dev: "ldo24", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ERROR: "regulator-name" of dev: "ldo26", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ERROR: "regulator-name" of dev: "buck9", has nonunique value: "nc"
> at drivers/power/regulator/regulator-uclass.c:294/regulator_post_bind()
> ldo20@VDDQ_EMMC_1.8V: set 1800000 uV; enabling
> ldo22@VDDQ_EMMC_2.8V: set 2800000 uV; enabling
> ldo21@TFLASH_2.8V: set 2800000 uV; enabling
> MMC:   SAMSUNG SDHCI: 0, EXYNOS DWMMC: 1
> Net:   No ethernet found.
> Hit any key to stop autoboot:  0
> reading boot.scr
> 1143 bytes read in 18 ms (61.5 KiB/s)
> ## Executing script at 40408000
> reading zImage-4.1
> 2497840 bytes read in 141 ms (16.9 MiB/s)
> reading exynos4412-odroidu3.dtb
> 54489 bytes read in 25 ms (2.1 MiB/s)
> Kernel image @ 0x40008000 [ 0x000000 - 0x261d30 ]
> ## Flattened Device Tree blob at 41f00000
>     Booting using the fdt blob at 0x41f00000
>     reserving fdt memory region: addr=41f00000 size=e000
>     Using Device Tree in place at 41f00000, end 41f10fff
>
> Starting kernel ...
>
> ###
>
> The error messages during uboot loading just appear because there is something
> missing in it's RC, but don't think it is the reason, because a old build
> (3.19.x) just boots.
> Sadly my serial output does not give better error messages, so I'm asking
> here, because google'ing around didn't point me to any solutions.
> Do you have any hints why that happens? My .config can be found here -
> http://pastebin.com/qRLmtmmt . Is there a way to get early error messages
> during boot?

Please goto 'Kernel hacking' page and enable 'Kernel low-level debugging 
functions' with 'Use Samsung S3C UART 1 for low-level debug' and then 
also enable 'Early printk'. Then add 'earlyprintk' to your kernel cmd 
line. I hope you are using the exynos4412-odroidu3.dtb compiled from the 
same kernel tree as zImage.

Best regards
-- 
Marek Szyprowski, PhD
Samsung R&D Institute Poland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-12 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 12:00 Boot hangs after "Starting kernel..." message [odroid u3] Thomas-Karl Pietrowski
2015-06-12 12:15 ` Marek Szyprowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox