JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
114 stars 86 forks source link

How to login into system? #102

Closed DhimanAirao closed 1 month ago

DhimanAirao commented 2 months ago

I built the image for rk3568 evb board. When I flashed the Image I was asked with login. But there is no mention of username and password. So How should I login into system?

chrisiberg commented 2 months ago

The default image (core-image-base) that is generated by Yocto defaults to “root” without any password.

DhimanAirao commented 2 months ago

Hii, Thanks for fast reply. But Unfortunately I tried root as password for "core-image-base" but it's showing Login incorrect. Also I tired "core-image-minimal" and it's not accepting root as user login.

Anyways I enabled "debug-tweaks" currently for testing purpose and with this I was able to login into system. I would request you to test this login issue at your end too.

chrisiberg commented 2 months ago

root as user and no password just enter.

JeffyCN commented 1 month ago

this part of logic in unchanged, so maybe you can try to search the yocto official documents(poky/documentation/ref-manual/features.rst).

currently you can: 1/ just use root user in serial console 2/ use adb tool(no login required) 3/ if you are using ssh, need to enable debug-tweaks or allow-root-login