Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System does not boot up after reboot #4

Open
LeducH opened this issue Mar 21, 2022 · 4 comments
Open

System does not boot up after reboot #4

LeducH opened this issue Mar 21, 2022 · 4 comments

Comments

@LeducH
Copy link

LeducH commented Mar 21, 2022

I want to to a reboot with sudo reboot.

after installing from https://wiki.geekworm.com/X-C1_Software

cd ~
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y git pigpio 
sudo apt-get install -y python-pigpio python3-pigpio
sudo apt-get install -y python-smbus python3-smbus
git clone https://github.com/geekworm-com/x-c1.git
cd x-c1
sudo chmod +x *.sh
sudo bash install.sh
echo "alias xoff='sudo /usr/local/bin/x-c1-softsd.sh'" >> ~/.bashrc
sudo reboot

I ran the command sudo reboot the system does not boot up.

blue ssd is on but red and green led from pi remain off

@hdvh44
Copy link

hdvh44 commented Jan 30, 2023

+1
No solutions found ?

@hdvh44
Copy link

hdvh44 commented Feb 10, 2023

After the install process and before the reboot, open the /etc/rc.local with nano or vim, then comment the line where there is "/etc/x-c1-pwr.sh &"
You'll be able to reboot but still issue with the fan management. I'm on it.

@Peter-Go
Copy link

I'm having this issue, I've commented out all "/etc/x-c1-pwr.sh &" in /etc/rc.local but still can't get any output after the initial boot on my Pi4

I can ssh in fine and if I remove the x-c1 module then the login screen is displayed. Unfortunately the case is useless without the x-c1 board

@veerendra2
Copy link

FYI

Hello, Here is my modified fan.py and running the python script in systemd daemon. I also created ansible tasks pigpio.yml which automates the installation of pigpio and fan.py installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants