All of lore.kernel.org
 help / color / mirror / Atom feed
* raspberry pi Rpi3 does not boot to login prompt.
       [not found] <477398133.5584303.1575419071624.ref@mail.yahoo.com>
@ 2019-12-04  0:24 ` Ed Vidal
  2019-12-04  8:16   ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Ed Vidal @ 2019-12-04  0:24 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

Hello all,I am testing a zeus rpi3.  Any and all help is appreciated.
I created a rpi2 core-image-minimal and built a micro sd card.which booted okay.I then modified the build/conf/local.conf file for a raspberrypi3.
The rpi3 core-image-minimal does not boot to login prompt.This is the output as it is booting[     3.27169] lan78xx 1-1.1.1:-mdiobus: probed[   20.921838] raddom: crng init done[   20.926490] radom: 3 urandom warning(s) missed due to ratelimiting
see the jpeg file doc/rpi3fails.jpeg in repo https://github.com/develone/raspberrypi2_yocto-zeus
devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/local.conf raspberrypi3/conf/local.conf 39c39< MACHINE ??= "raspberrypi2"---> MACHINE ??= "raspberrypi3"
devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/bblayers.conf raspberrypi3/conf/bblayers.conf
Let me know if I can provide any additional information.
Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613

[-- Attachment #2: Type: text/html, Size: 1875 bytes --]

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

* Re: [yocto] raspberry pi Rpi3 does not boot to login prompt.
  2019-12-04  0:24 ` raspberry pi Rpi3 does not boot to login prompt Ed Vidal
@ 2019-12-04  8:16   ` Quentin Schulz
  2019-12-04 13:50     ` Ed Vidal
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2019-12-04  8:16 UTC (permalink / raw)
  To: Ed Vidal; +Cc: yocto

Hi Ed,

On Wed, Dec 04, 2019 at 12:24:31AM +0000, Ed Vidal wrote:
> Hello all,I am testing a zeus rpi3.  Any and all help is appreciated.
> I created a rpi2 core-image-minimal and built a micro sd card.which booted okay.I then modified the build/conf/local.conf file for a raspberrypi3.
> The rpi3 core-image-minimal does not boot to login prompt.This is the output as it is booting[     3.27169] lan78xx 1-1.1.1:-mdiobus: probed[   20.921838] raddom: crng init done[   20.926490] radom: 3 urandom warning(s) missed due to ratelimiting
> see the jpeg file doc/rpi3fails.jpeg in repo https://github.com/develone/raspberrypi2_yocto-zeus
> devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/local.conf raspberrypi3/conf/local.conf 39c39< MACHINE ??= "raspberrypi2"---> MACHINE ??= "raspberrypi3"
> devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/bblayers.conf raspberrypi3/conf/bblayers.conf
> Let me know if I can provide any additional information.

I think you might be missing `ENABLE_UART = "1"`. We have it in
local.conf but I think you should be able to put it in your machine conf
file or in your distro conf file if you can't modify local.conf
persistently.

C.f.: http://git.yoctoproject.org/cgit.cgi/meta-raspberrypi/tree/docs/extra-build-config.md?h=zeus#n228

BR
Quentin

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

* Re: [yocto] raspberry pi Rpi3 does not boot to login prompt.
  2019-12-04  8:16   ` [yocto] " Quentin Schulz
@ 2019-12-04 13:50     ` Ed Vidal
  0 siblings, 0 replies; 3+ messages in thread
From: Ed Vidal @ 2019-12-04 13:50 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2512 bytes --]

Hello Quentin,I made the change that you recommended (see below) and the Rpi3B+ booted without displaying the dmesg output only Please wait: booting...
vidal@ws009:~/wkg/yocto-zeus-3.0/poky/meta-raspberrypi$ git diffdiff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.confindex 581e47c..43a0a25 100644--- a/conf/machine/raspberrypi3.conf+++ b/conf/machine/raspberrypi3.conf@@ -18,3 +18,4 @@ UBOOT_MACHINE = "rpi_3_32b_config" SERIAL_CONSOLES ?= "115200;ttyS0"  ARMSTUB ?= "armstub7.bin"+ENABLE_UART = "1"
My meta-raspberrypi ver ed6b75ba6, I believe was the current version.How does this modification get updated in meta-raspberrypi?
The ethernet did not get set at boot.  I needed to execute "ifup eth0".In addition the hostname was not seen by router.The dmesg outout is at my github.https://github.com/develone/raspberrypi2_yocto-zeus/blob/master/doc/first-rpi3-build/firstbootdmesg.txtLet me know if I can provide additional information.Thanks 

Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613 

    On Wednesday, December 4, 2019, 1:16:38 AM MST, Quentin Schulz <quentin.schulz@streamunlimited.com> wrote:  
 
 Hi Ed,

On Wed, Dec 04, 2019 at 12:24:31AM +0000, Ed Vidal wrote:
> Hello all,I am testing a zeus rpi3.  Any and all help is appreciated.
> I created a rpi2 core-image-minimal and built a micro sd card.which booted okay.I then modified the build/conf/local.conf file for a raspberrypi3.
> The rpi3 core-image-minimal does not boot to login prompt.This is the output as it is booting[     3.27169] lan78xx 1-1.1.1:-mdiobus: probed[   20.921838] raddom: crng init done[   20.926490] radom: 3 urandom warning(s) missed due to ratelimiting
> see the jpeg file doc/rpi3fails.jpeg in repo https://github.com/develone/raspberrypi2_yocto-zeus
> devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/local.conf raspberrypi3/conf/local.conf 39c39< MACHINE ??= "raspberrypi2"---> MACHINE ??= "raspberrypi3"
> devel@mypi3-15:~/raspberrypi2_yocto-zeus $ diff raspberrypi2/conf/bblayers.conf raspberrypi3/conf/bblayers.conf
> Let me know if I can provide any additional information.

I think you might be missing `ENABLE_UART = "1"`. We have it in
local.conf but I think you should be able to put it in your machine conf
file or in your distro conf file if you can't modify local.conf
persistently.

C.f.: http://git.yoctoproject.org/cgit.cgi/meta-raspberrypi/tree/docs/extra-build-config.md?h=zeus#n228

BR
Quentin
  

[-- Attachment #2: Type: text/html, Size: 4378 bytes --]

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

end of thread, other threads:[~2019-12-04 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <477398133.5584303.1575419071624.ref@mail.yahoo.com>
2019-12-04  0:24 ` raspberry pi Rpi3 does not boot to login prompt Ed Vidal
2019-12-04  8:16   ` [yocto] " Quentin Schulz
2019-12-04 13:50     ` Ed Vidal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.