Tool/software: Linux
Hi,
I am booting beagle bone black from SD card. My SD card is having linux kernel (v4.9.28). I tried to install acpid to enable power button pressed event in the following way:
# opkg install acpid
I got the following error:
Collected error:
* opkg_prepare_url_for_install: Could not find anything to satisfy 'acpid'
I could not update the opkg since there are no package feeds provided for it.
So, I tried to find the power button pressed event in /dev/input/event0 to run the shutdown command on power button pressed.
But, event0 is missing in my kernel.
# ls /dev/input
mice
Only mice is listed under /dev/input directory.
Is there any alternate way to use the Power Button on Beagle bone Black for Shutdown?
Thanks & regards,
Manimekala Rajendran