BlueWave Studio forum
CarPiHat doesn't shutdown Pi after ignition off - Printable Version

+- BlueWave Studio forum (https://bluewavestudio.io/community)
+-- Forum: Hardware for head-unit (https://bluewavestudio.io/community/forum-87.html)
+--- Forum: Other Hardware (https://bluewavestudio.io/community/forum-92.html)
+--- Thread: CarPiHat doesn't shutdown Pi after ignition off (/thread-3895.html)



CarPiHat doesn't shutdown Pi after ignition off - iLightFPS - 08-01-2023

I need some guidence on what to do next to make the CarPiHat to shutdown the Pi.

I've done the instructions and created a service. 

12V Constant to fusebox with a 3A fuse
GND to GND -> Connected to CD Player connector
12V SWITCH to IGN -> Connected to CD Player connector -> power comes when ignition is on. 
Getting the Pi to turn on when i press the start button works fine.

If i manually turn of the Pi via the taskbar:
Shutdown -> Alot of texts appears and it doesn't turn of the Pi
Reboot -> Shutsdown the Pi.
Logoff -> never tried.

Car: Volvo V70 2010

Setup:
RPi 4B 4GB
CarPiHat w/fan
Ingcool 7" Touch Screen.

Running these commands as intructions says:
sudo systemctl deamon-reload
sudo systemctl enable carpihat.service
sudo systemctl start carpihat.service
sudo systemctl status carpihat.service

It returns that the service is running.


RE: CarPiHat doesn't shutdown Pi after ignition off - 3063DPrinting - 08-15-2023

(08-01-2023, 04:55 PM)iLightFPS Wrote: I need some guidence on what to do next to make the CarPiHat to shutdown the Pi.

I've done the instructions and created a service. 

12V Constant to fusebox with a 3A fuse
GND to GND -> Connected to CD Player connector
12V SWITCH to IGN -> Connected to CD Player connector -> power comes when ignition is on. 
Getting the Pi to turn on when i press the start button works fine.

If i manually turn of the Pi via the taskbar:
Shutdown -> Alot of texts appears and it doesn't turn of the Pi
Reboot -> Shutsdown the Pi.
Logoff -> never tried.

Car: Volvo V70 2010

Setup:
RPi 4B 4GB
CarPiHat w/fan
Ingcool 7" Touch Screen.

Running these commands as intructions says:
sudo systemctl deamon-reload
sudo systemctl enable carpihat.service
sudo systemctl start carpihat.service
sudo systemctl status carpihat.service

It returns that the service is running.
Have you had any luck resolving this?


RE: CarPiHat doesn't shutdown Pi after ignition off - gecko242 - 08-18-2023

What happens if you issue a "sudo halt" from the command line?