All of lore.kernel.org
 help / color / mirror / Atom feed
* am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo
@ 2018-11-28 15:50 n.stanisavljevic
  2018-11-28 19:55 ` Josef Holzmayr
  0 siblings, 1 reply; 4+ messages in thread
From: n.stanisavljevic @ 2018-11-28 15:50 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 1169 bytes --]

Hello everybody

here is an introduction of my situation :

I build a custom board from schematic of sitara AM335x-evmsk starter kit.
I succeed to make a custom OS with yocto (krogoth version) and to boot this OS (embedded Linux) on my custom board.

This custom board contain a touchscreen (same touchscreen like in the AM335x-evmsk starter kit).

All worked fine on this board while I used krogoth version on yocto.

my problem :

Few time ago, I decided to migrate to sumo version of yocto.
I build with success the OS (embedded Linux) with yocto sumo version for my custom board, but when I try to boot this OS, it's stop/lock and print the following message :

"INIT:Id'00' respawning too fast : disabled for 5 minutes" (I put a screenshot of this message ridden on putty).
Every 5 minutes I got this message and I can't acces to the user session on putty and on the touchscreen, all board is locked.

I don't understand why this problem appear when I build a OS with the sumo version on Yocto.
I have not this problem when I build a OS with the krogoth version on yocto.

Somebody can help me to solve this problem ?
what can I do ?

NS

[-- Attachment #1.2: Type: text/html, Size: 1504 bytes --]

[-- Attachment #2: Capture du 2018-11-06 17-57-31.png --]
[-- Type: image/png, Size: 110190 bytes --]

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

* Re: am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo
  2018-11-28 15:50 am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo n.stanisavljevic
@ 2018-11-28 19:55 ` Josef Holzmayr
  2018-12-03  4:41   ` Heiko Schocher
  0 siblings, 1 reply; 4+ messages in thread
From: Josef Holzmayr @ 2018-11-28 19:55 UTC (permalink / raw)
  To: n.stanisavljevic; +Cc: yocto

Howdy!

On Wed, Nov 28, 2018 at 03:50:02PM +0000, n.stanisavljevic@polycaptil.fr wrote:
> Hello everybody
> 
> here is an introduction of my situation :
> 
> I build a custom board from schematic of sitara AM335x-evmsk starter kit.
> I succeed to make a custom OS with yocto (krogoth version) and to boot this OS (embedded Linux) on my custom board.
> 
> This custom board contain a touchscreen (same touchscreen like in the AM335x-evmsk starter kit).
> 
> All worked fine on this board while I used krogoth version on yocto.
> 
> my problem :
> 
> Few time ago, I decided to migrate to sumo version of yocto.
> I build with success the OS (embedded Linux) with yocto sumo version for my custom board, but when I try to boot this OS, it's stop/lock and print the following message :
> 
> "INIT:Id'00' respawning too fast : disabled for 5 minutes" (I put a screenshot of this message ridden on putty).
> Every 5 minutes I got this message and I can't acces to the user session on putty and on the touchscreen, all board is locked.

This is probably because you are basing off something that sets
SERIAL_CONSOLES for the yocto-kernel, like
http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf?h=master#n23

If you are using a custom tree which does not use the special driver for
the uart, then you should be fine by setting
SERIAL_CONSOLES ?= "115200;ttyS0"
in your MACHINE config

> 
> I don't understand why this problem appear when I build a OS with the sumo version on Yocto.
> I have not this problem when I build a OS with the krogoth version on yocto.
> 
> Somebody can help me to solve this problem ?
> what can I do ?
> 

Greetz

-- 
———————————————
Josef Holzmayr
Software Developer Embedded Systems

Tel: +49 8444 9204-48
Fax: +49 8444 9204-50

R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———————————————
Amtsgericht Ingolstadt – GmbH: HRB 191328 – KG: HRA 170393
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
Ust-IdNr: DE 128592548 

_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548



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

* Re: am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo
  2018-11-28 19:55 ` Josef Holzmayr
@ 2018-12-03  4:41   ` Heiko Schocher
  2018-12-04 10:31     ` Stanisavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Schocher @ 2018-12-03  4:41 UTC (permalink / raw)
  To: n.stanisavljevic; +Cc: yocto

Hi n.stanisavljevic,

Am 28.11.2018 um 20:55 schrieb Josef Holzmayr:
> Howdy!
> 
> On Wed, Nov 28, 2018 at 03:50:02PM +0000, n.stanisavljevic@polycaptil.fr wrote:
>> Hello everybody
>>
>> here is an introduction of my situation :
>>
>> I build a custom board from schematic of sitara AM335x-evmsk starter kit.
>> I succeed to make a custom OS with yocto (krogoth version) and to boot this OS (embedded Linux) on my custom board.
>>
>> This custom board contain a touchscreen (same touchscreen like in the AM335x-evmsk starter kit).
>>
>> All worked fine on this board while I used krogoth version on yocto.
>>
>> my problem :
>>
>> Few time ago, I decided to migrate to sumo version of yocto.
>> I build with success the OS (embedded Linux) with yocto sumo version for my custom board, but when I try to boot this OS, it's stop/lock and print the following message :
>>
>> "INIT:Id'00' respawning too fast : disabled for 5 minutes" (I put a screenshot of this message ridden on putty).
>> Every 5 minutes I got this message and I can't acces to the user session on putty and on the touchscreen, all board is locked.
> 
> This is probably because you are basing off something that sets
> SERIAL_CONSOLES for the yocto-kernel, like
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf?h=master#n23
> 
> If you are using a custom tree which does not use the special driver for
> the uart, then you should be fine by setting
> SERIAL_CONSOLES ?= "115200;ttyS0"
> in your MACHINE config

Yep, see also my patch:

https://www.mail-archive.com/yocto@yoctoproject.org/msg42383.html

may it help you ...

bye,
Heiko

> 
>>
>> I don't understand why this problem appear when I build a OS with the sumo version on Yocto.
>> I have not this problem when I build a OS with the krogoth version on yocto.
>>
>> Somebody can help me to solve this problem ?
>> what can I do ?
>>
> 
> Greetz
> 

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de


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

* Re: am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo
  2018-12-03  4:41   ` Heiko Schocher
@ 2018-12-04 10:31     ` Stanisavljevic
  0 siblings, 0 replies; 4+ messages in thread
From: Stanisavljevic @ 2018-12-04 10:31 UTC (permalink / raw)
  To: hs; +Cc: yocto

Hi Holzmayr and Heiko,

My problem was solved with your advices.
I edited the serial console variable on the machine conf file of my custom machine.
It's work fine.
Thank's

n.stanisavljevic

-----Message d'origine-----
De : Heiko Schocher <hs@denx.de> 
Envoyé : lundi 3 décembre 2018 05:42
À : n.stanisavljevic@polycaptil.fr
Cc : Josef Holzmayr <holzmayr@rsi-elektrotechnik.de>; yocto@yoctoproject.org
Objet : Re: [yocto] am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo

Hi n.stanisavljevic,

Am 28.11.2018 um 20:55 schrieb Josef Holzmayr:
> Howdy!
> 
> On Wed, Nov 28, 2018 at 03:50:02PM +0000, n.stanisavljevic@polycaptil.fr wrote:
>> Hello everybody
>>
>> here is an introduction of my situation :
>>
>> I build a custom board from schematic of sitara AM335x-evmsk starter kit.
>> I succeed to make a custom OS with yocto (krogoth version) and to boot this OS (embedded Linux) on my custom board.
>>
>> This custom board contain a touchscreen (same touchscreen like in the AM335x-evmsk starter kit).
>>
>> All worked fine on this board while I used krogoth version on yocto.
>>
>> my problem :
>>
>> Few time ago, I decided to migrate to sumo version of yocto.
>> I build with success the OS (embedded Linux) with yocto sumo version for my custom board, but when I try to boot this OS, it's stop/lock and print the following message :
>>
>> "INIT:Id'00' respawning too fast : disabled for 5 minutes" (I put a screenshot of this message ridden on putty).
>> Every 5 minutes I got this message and I can't acces to the user session on putty and on the touchscreen, all board is locked.
> 
> This is probably because you are basing off something that sets 
> SERIAL_CONSOLES for the yocto-kernel, like
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-yocto-b
> sp/conf/machine/beaglebone-yocto.conf?h=master#n23
> 
> If you are using a custom tree which does not use the special driver 
> for the uart, then you should be fine by setting SERIAL_CONSOLES ?= 
> "115200;ttyS0"
> in your MACHINE config

Yep, see also my patch:

https://www.mail-archive.com/yocto@yoctoproject.org/msg42383.html

may it help you ...

bye,
Heiko

> 
>>
>> I don't understand why this problem appear when I build a OS with the sumo version on Yocto.
>> I have not this problem when I build a OS with the krogoth version on yocto.
>>
>> Somebody can help me to solve this problem ?
>> what can I do ?
>>
> 
> Greetz
> 

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de



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

end of thread, other threads:[~2018-12-04 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 15:50 am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo n.stanisavljevic
2018-11-28 19:55 ` Josef Holzmayr
2018-12-03  4:41   ` Heiko Schocher
2018-12-04 10:31     ` Stanisavljevic

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.