December 4, 2023, 06:28
sudo apt update sudo apt -y upgrade sudo apt install minicom p7zip-full wget https://www.waveshare.com/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/pi sudo chmod 777 -R /home/pi/SIM7600X-4G-HAT-Demo sudo nano /etc/rc.local sh /home/pi/SIM7600X-4G-HAT-Demo/Raspberry/c/sim7600_4G_hat_init cd /home/pi/SIM7600X-4G-HAT-Demo/Raspberry/c/bcm2835 chmod +x configure && ./configure && sudo make && sudo make installPS! Remember to change pi to the user your using. And I encounter no problem!
sudo apt update sudo apt -y upgrade sudo apt install minicom p7zip-full wget https://www.waveshare.com/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/$USER sudo chmod 777 -R /home/$USER/SIM7600X-4G-HAT-Demo sudo nano /etc/rc.local sh /home/$USER/SIM7600X-4G-HAT-Demo/Raspberry/c/sim7600_4G_hat_init cd /home/$USER/SIM7600X-4G-HAT-Demo/Raspberry/c/bcm2835 chmod +x configure && ./configure && sudo make && sudo make install