This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM437X: Rebuilt SDK Linux does not support dropbear

Part Number: PROCESSOR-SDK-AM437X

Tool/software: Linux

The AM437x EVM contains a default SDK Linux OS. If you send it the command "ps | grep dropbear" it responds with "/usr/sbin/dropbear - r /etc/dropbear/dropbear_rsa_host_key".

We need dropbear on the EVM so we can use scp to transfer files from host PC to EVM.

We downloaded the latest SDK Linux source code, rebuilt it, created an SD card, and booted the EVM from the SD card.

Afterwards, dropbear is no longer installed and the EVM no longer responds to scp and SSH commands.

We can ping the EVM, so we know the internet connection is still working.

How do we rebuild the AM437x SDK Linux with dropbear included?