Hello Sir,
We are using EC25 module with Opencpu.
SDK version is EC25EFAR06A12M4G_OCPU_20.200.20.200.
we need to change default root passwd in this SDK.
please suggest document to implement it.
also suggest new latest SDK version for EC25-E module.
Hello Sir,
We are using EC25 module with Opencpu.
SDK version is EC25EFAR06A12M4G_OCPU_20.200.20.200.
we need to change default root passwd in this SDK.
please suggest document to implement it.
also suggest new latest SDK version for EC25-E module.
If you run the “passwd” to modify the password and it’s not woking.
Then you can try to modify the /etc/shadow directly, but before that, you need openssl passwd -1 “XXXX” to generate the MD5 password hash as exmaple.
Thanks