default login for core-image-base #1866
-
|
I have built core-image-base image using meta-tegra scarthgap. I am wondering what is the default login when connecting from uart or ssh ?Note: debug-tweaks is not enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
This is a poky question so check out the documentation in yocto project, especially https://docs.yoctoproject.org/ref-manual/features.html#image-features and https://docs.yoctoproject.org/dev/dev-manual/securing-images.html#considerations-specific-to-the-openembedded-build-system. In general though if you turn off debug tweaks and don't use one of the other password options then login over ssh will be disabled |
Beta Was this translation helpful? Give feedback.
-
|
I see, but there is a script in Linux_for_Tegra called When I define nothing, what thould be the default user/password ? I cannot login to my board after create core-image-base on devkit. |
Beta Was this translation helpful? Give feedback.
I'm not familiar with that one but I assume it probably isn't the way you'll want to do it with meta-tegra, you might consider doing at build time instead. See https://docs.yoctoproject.org/dev/ref-manual/classes.html#ref-classes-extrausers from the link I shared above for the way to do this on yocto builds.
There will be no password for the root account if you don't define one.
Assuming you mean you can't login over ssh, if you set
EXTRA_IMAGE…