2

I have my pi 2 running Kali 2.0.1 which is hooked to a 7in tft sun founder screen. The problem is that when unhook in micro USB port to power the pi is still running so in order to turn my pi off I have to unhook the hdmi and micro USB so shut my pi down.

angussidney
  • 703
  • 10
  • 21
laxus
  • 69
  • 3

2 Answers2

1

I think it's all about the red light. You can issue the sudo shutdown -h now command and when you see system halted message it is safe to turn it off by removing USB. Taken from here. Not a bad idea is to add a button to the pi that will power on and off the device. Then add a shutdown script to turn the power led off echo 0 >/sys/class/leds/led1/brightness. This will not tell you the exact turn off moment but will turn off the led.

NightKn8
  • 151
  • 5
1

It would seem that your monitor has the newest HDMI, that can power a device connected to it. The new HDMI format supplies 5v to a pin. How to turn it off is beyond me. Maybe check the monitor's manual.

Garnett Haines
  • 315
  • 1
  • 2
  • 4