Hi Khem, Wojciech,

On 17/12/19 05:48, Khem Raj wrote:
> On Mon, Dec 16, 2019 at 1:56 PM <wojciech...@tutanota.com> wrote:
>>
>> Problem with rootfs boot on my raspberrypi.
>>
>> Hi
>> I am building simple image for my raspbery pi 3 A+ and connect to the pi via 
>> USB-UART converter and see the following in the console
>> ...
>> [ 2.071459] Run /bin/init as init process
>> [ 2.076507] Run /bin/sh as init process
>> sh: cannot set terminal process group (-1): Inappropriate ioctl for device
>> sh: no job control in this shell
>> sh-4.4#
>>
>>
>>
>> I build with the "bitbake core-image-base" and tried to run it on rpi 3A+, 
>> 3B, 3B+ and the problem is always the same it cannot switch to the rootfs on 
>> the sd card it seem like it stack at initramfs or some middle ground.
>>
>> I burn the *.rpi-sdimg image to SD card with dd from my Ubuntu16.04 host 
>> machine.
>> I tried with two branches thud and warrior and the problem is exactly the 
>> same.
>> The strange thing is that in this initramfs there are no tools like find 
>> grep modprobe etc. but I see my extra tools "i2c-tools vim"
>>
>> Here is my local.conf adjustments:
>> MACHINE ?= "raspberrypi3"
>> ENABLE_I2C = "1"
>> ENABLE_UART = "1"
>> IMAGE_INSTALL += "i2c-tools vim"
> 
> Can you turn this into
> IMAGE_INSTALL_append = " i2c-tools vim"
> 
>>
>> and the bblayer.conf
>> BBLAYERS ?= " \
>>   /media/dave/Develop/yoctopi/warrior/sources/poky/meta \
>>   /media/dave/Develop/yoctopi/warrior/sources/poky/meta-poky \
>>   /media/dave/Develop/yoctopi/warrior/sources/poky/meta-yocto-bsp \
>>   /media/dave/Develop/yoctopi/warrior/sources/meta-openembedded/meta-oe \
>>   /media/dave/Develop/yoctopi/warrior/sources/meta-raspberrypi \
>>   "
>>
>> I tried also to build with the deprecated image "bitbake rpi-basic-image" 
>> but then I did not get my extra tools "i2c-tools vim".
>>
>> Anyone have any idea what can be wrong with my approach ?
>>

Strange enough, I had the same behaviour a couple of days ago but I
thought it was something on my setup. I built core-iage-full-cmdline on
TOT, and systemd as init manager. The issue was due because adding
"userland", bash was added due RDEPENDS to the image and busybox with
all related tools was dropped. After removing bash from image, it works
again - but I have not git-bisect to check which is the cause.

Regards,
Stefano

>> Regards,
>>
>> Wojciech
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#47702): 
>> https://lists.yoctoproject.org/g/yocto/message/47702
>> Mute This Topic: https://lists.yoctoproject.org/mt/68744766/1997914
>> Mute #raspberrypi: 
>> https://lists.yoctoproject.org/mk?hashtag=raspberrypi&subid=6692173
>> Group Owner: yocto+ow...@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
>> [raj.k...@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#47712): 
>> https://lists.yoctoproject.org/g/yocto/message/47712
>> Mute This Topic: https://lists.yoctoproject.org/mt/68752649/3618551
>> Mute #raspberrypi: 
>> https://lists.yoctoproject.org/mk?hashtag=raspberrypi&subid=6692235
>> Group Owner: yocto+ow...@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  [sba...@denx.de]
>> -=-=-=-=-=-=-=-=-=-=-=-


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=====================================================================
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#47717): https://lists.yoctoproject.org/g/yocto/message/47717
Mute This Topic: https://lists.yoctoproject.org/mt/68752649/21656
Mute #raspberrypi: 
https://lists.yoctoproject.org/mk?hashtag=raspberrypi&subid=6691583
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to