Europalab Devices produces a LoRaWAN transmitting client node, specialised for higher research of actuator and sensor assisted IoT networks. https://dev.europalab.com/nlnet/20200000/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
581B

  1. # https://www.raspberrypi.org/documentation/configuration/pin-configuration.md
  2. # https://www.github.com/raspberrypi/hats/tree/master/eepromutils/
  3. $ dtc -I dts -O dtb -o programrst.dtb programrst.dts
  4. $ ./eepmake programdat.txt programdat.eep programrst.dtb
  5. # now short J7 with a paperclip
  6. #
  7. # optionally erase EEPROM first
  8. $ dd if=/dev/zero ibs=1k count=4 of=blank.eep
  9. $ hexdump blank.eep
  10. # ./eepflash.sh -w -t=24c32 -f=blank.eep
  11. #
  12. # ./eepflash.sh -w -t=24c32 -f=programdat.eep
  13. # to clean binaries, rm programdat.eep programrst.dtb
  14. # to test reboot, blue button, and sendcommrst.sh