[yocto] [PATCH] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-09-19 Thread Heiko Schocher
end in fail of your kernel boot with the ramdisk. This issue is fixed since commit: bddd98573465 ("fit: Do not automatically decompress ramdisk images") which now prints a warning in U-Boot, instead of decompressing the ramdisk, but we should setup compression property correct.

Re: [yocto] [PATCH] meta-yocto-bsp: beaglebone-yocto.conf: support 8250 serial driver

2018-12-10 Thread Heiko Schocher
Hello all, Am 13.11.2018 um 08:06 schrieb Heiko Schocher: it is possible to use the beagleboneblack with the 8250 serial driver or with the deprecated omap serial driver. Unfortunately serial console get different names (ttyS0 with 8250 driver and ttyO0 with omap driver) So set

Re: [yocto] am335x evmsk screen init:id"00" respawning too fast disabled for 5 minutes yocto sumo

2018-12-02 Thread Heiko Schocher
Hi n.stanisavljevic, Am 28.11.2018 um 20:55 schrieb Josef Holzmayr: Howdy! On Wed, Nov 28, 2018 at 03:50:02PM +, n.stanisavlje...@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

[yocto] [PATCH] meta-yocto-bsp: beaglebone-yocto.conf: support 8250 serial driver

2018-11-12 Thread Heiko Schocher
ttyO0" (intentionally with "?=" so it is overwriteable) and activate SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" with that on the first boot the correct value is picked up automatically. Signed-off-by: Heiko Schocher --- meta-yocto-bsp/conf/machine/beaglebone-yocto.c

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-06 Thread Heiko Schocher
Hello Kevin, Robert, Am 06.11.2018 um 09:10 schrieb Heiko Schocher: Hello Kevin, Robert, Am 05.11.2018 um 06:26 schrieb Kevin Hao: On Sun, Nov 04, 2018 at 12:10:00PM +0200, Robert Berger wrote: Hi, On 02.11.18 16:27, Khem Raj wrote: omap serial is obsolete why does linux-yocto keeps using

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-06 Thread Heiko Schocher
Hello Kevin, Robert, Am 05.11.2018 um 06:26 schrieb Kevin Hao: On Sun, Nov 04, 2018 at 12:10:00PM +0200, Robert Berger wrote: Hi, On 02.11.18 16:27, Khem Raj wrote: omap serial is obsolete why does linux-yocto keeps using it. seondly, machine config should enable both consoles ttyO0 and

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-02 Thread Heiko Schocher
Hello Kevin, Am 01.11.2018 um 03:18 schrieb Kevin Hao: On Wed, Oct 31, 2018 at 02:23:00PM +0100, Heiko Schocher wrote: Hello all, just builded core-image-minimal with current head of thud branch for the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78",

[yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-10-31 Thread Heiko Schocher
Hello all, just builded core-image-minimal with current head of thud branch for the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78", installed the resulting sd card image and boot it, and get: INIT: Id "O0" respawning too fast: disabled for 5 minutes Reason seems to be:

[yocto] yocto test framework: problem with bitbake image -c testexport

2018-01-11 Thread Heiko Schocher
Hello all, I just tried to use the yocto testframework as described in [1]. Base is http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=rocko=759b36a8de86bfe5355880a76077af47e156701d As I want to start the tests manually with having the tests exported (with the goal to fully automate all