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
I want to to a reboot with
sudo reboot.after installing from https://wiki.geekworm.com/X-C1_Software
I ran the command
sudo rebootthe system does not boot up.blue ssd is on but red and green led from pi remain off