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.

SK-AM62P-LP: How To Remove Linux Drivers

Part Number: SK-AM62P-LP

Tool/software:

Hi,

I am using the SK-AM62P-LP board and need to remove some Linux drivers, but I keep encountering errors. I tried the following commands:

root@am62pxx-evm:~# sudo rmmod ecc rmmod

ERROR: Module ecc is in use by: ecdh_generic

root@am62pxx-evm:~# sudo rmmod ecdh_generic rmmod: ERROR

Module ecdh_generic is in use by: bluetooth

root@am62pxx-evm:~# sudo rmmod bluetooth rmmod

ERROR: Module bluetooth is in use

I also tried stopping the Bluetooth daemon:

root@am62pxx-evm:~sudo systemctl stop bluetoothd

Failed to stop bluetoothd.service: Unit bluetoothd.service not loaded.

How can I fix these errors and successfully remove the drivers?

Regards,

Veerapandiyan V.