Installing ssh-server-dropbear for embedded linux in yocto project
The step-by-step
#add the feature :-> ssh-server-dropbear EXTRA_IMAGE_FEATURES += "debug-tweaks ssh-server-dropbear"$compile your source code .. $ time bitbake core-image-minimal
Run The Image
# run the final image
#runqemu <image-name> nographic
runqemu qemux86-64 nographics
#booting process started Check The SSH
ssh -V // check version of the dropbear Take The SSH
Last updated