After a destroyed SD card I need to rebuild the Pi onto a new card - Time to start again and do it properly unlike the previous build!
- Raspbian (not from NOOBS) installed on the SD card
- Into the Pi and boot
- Modifications:
o Use raspi-config to Set ssh on and enable SPI
o Make /boot readonly
o Create /var/log as 2M tfmps (into /etc/fstab)
- Update distro: apt-get update; apt-get upgrade
- SPI/nRF24L01 related parts (see: https://tmrh20.github.io/RF24/RPi.html)
o git client required - sudo apt-get install git
o cmake required - sudo apt-get install cmake