agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
528 stars 407 forks source link

Login for image "rpi-test-image" #1164

Open JMStranz opened 1 year ago

JMStranz commented 1 year ago

I have successfully built the image "rpi-test-image" and booted my "Raspbery Pi 4" from the SD card.

With which credentials is the login? I have unfortunately found no information about this in the documentation.

Jan.

agherzan commented 1 year ago

It depends on your configuration. Assuming default, that should be "root"/"".

JMStranz commented 1 year ago

I have already tried the login with "root"/""; however without success. Also "root"/"root" does not work.

Hint: I have created the image "rpi-test-image" without any changes!

agherzan commented 1 year ago

Look into zap passwd in post rootfs functions. That should give you a lead on this. I can't remember if it is enabled by default.