We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after reboot emonpiupdate.log will be present, remove to ensure emonpifirstupdate runs next time...
1. Set WiFi country code
sudo raspi-config
2. Prepare wifiAP:
sudo systemctl disable hostapd.service sudo wifiAP start sudo reboot
3. Remove emoncms logs
sudo rm /var/log/emoncms/emonpiupdate.log sudo rm /var/log/emoncms/emonupdate.log sudo rm /var/log/emoncms/emoncms.log
4. Disable SSH
sudo update-rc.d ssh disable sudo invoke-rc.d ssh stop sudo dpkg-reconfigure openssh-server sudo halt
5. Check that emonpiupdate.log has been removed before creating image.
6. Update emonSD-DDMMMYY file on boot partition and in safe-update list on master branch
/var/log/rotated_logs make cause log2ram to fail?? Remove using SD card reader
7. Create image:
sudo dd if=/dev/sdb of=emonSD-17Oct19.img bs=4M
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after reboot emonpiupdate.log will be present, remove to ensure emonpifirstupdate runs next time...
1. Set WiFi country code
2. Prepare wifiAP:
3. Remove emoncms logs
4. Disable SSH
5. Check that emonpiupdate.log has been removed before creating image.
6. Update emonSD-DDMMMYY file on boot partition and in safe-update list on master branch
/var/log/rotated_logs make cause log2ram to fail?? Remove using SD card reader
7. Create image:
The text was updated successfully, but these errors were encountered: