Skip to content
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Failed to make encryption work on a barebone ATMEGA328P
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Failed to make encryption work on a barebone ATMEGA328P

Scheduled Pinned Locked Moved Troubleshooting
atmega328prfm69wsecurity
42 Posts 5 Posters 2.7k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • EncryptE Offline
    EncryptE Offline
    Encrypt
    wrote on last edited by
    #21

    I've run the Arduino IDE in "debug" mode to be sure the F_CPU variable was taken into account and it seems it is indeed:

    /opt/arduino-1.8.7/arduino-builder -dump-prefs -logger=machine -hardware /opt/arduino-1.8.7/hardware -hardware /home/encrypt/Arduino/hardware -tools /opt/arduino-1.8.7/tools-builder -tools /opt/arduino-1.8.7/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.7/libraries -libraries /home/encrypt/Arduino/libraries -fqbn=breadboard:avr:atmega328bb -vid-pid=0X2341_0X0043 -ide-version=10807 -build-path /tmp/arduino_build_879921 -warnings=none -build-cache /tmp/arduino_cache_286732 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=/opt/arduino-1.8.7/hardware/tools/avr -verbose /home/encrypt/Documents/Projets/Domotique/Fil_pilote/fil_pilote/fil_pilote.ino
    /opt/arduino-1.8.7/arduino-builder -compile -logger=machine -hardware /opt/arduino-1.8.7/hardware -hardware /home/encrypt/Arduino/hardware -tools /opt/arduino-1.8.7/tools-builder -tools /opt/arduino-1.8.7/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.7/libraries -libraries /home/encrypt/Arduino/libraries -fqbn=breadboard:avr:atmega328bb -vid-pid=0X2341_0X0043 -ide-version=10807 -build-path /tmp/arduino_build_879921 -warnings=none -build-cache /tmp/arduino_cache_286732 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=/opt/arduino-1.8.7/hardware/tools/avr -verbose /home/encrypt/Documents/Projets/Domotique/Fil_pilote/fil_pilote/fil_pilote.ino
    Using board 'atmega328bb' from platform in folder: /home/encrypt/Arduino/hardware/breadboard/avr
    Using core 'arduino' from platform in folder: /opt/arduino-1.8.7/hardware/arduino/avr
    Detecting libraries used...
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
    Using cached library dependencies for file: /home/encrypt/Arduino/libraries/MySensors/MyASM.S
    Using cached library dependencies for file: /opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src/SPI.cpp
    Generating function prototypes...
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /tmp/arduino_build_879921/preproc/ctags_target_for_gcc_minus_e.cpp
    /opt/arduino-1.8.7/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_879921/preproc/ctags_target_for_gcc_minus_e.cpp
    Compilation du croquis...
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp.o
    Compiling libraries...
    Compiling library "MySensors"
    Utilisation du fichier déjà compilé : /tmp/arduino_build_879921/libraries/MySensors/MyASM.S.o
    Compiling library "SPI"
    Utilisation du fichier déjà compilé : /tmp/arduino_build_879921/libraries/SPI/SPI.cpp.o
    Compiling core...
    Using precompiled core: /tmp/arduino_cache_286732/core/core_breadboard_avr_atmega328bb_8bcbb10bb0e7a5b614c24d1e9ac07d80.a
    Linking everything together...
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-gcc -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp.o /tmp/arduino_build_879921/libraries/MySensors/MyASM.S.o /tmp/arduino_build_879921/libraries/SPI/SPI.cpp.o /tmp/arduino_build_879921/../arduino_cache_286732/core/core_breadboard_avr_atmega328bb_8bcbb10bb0e7a5b614c24d1e9ac07d80.a -L/tmp/arduino_build_879921 -lm
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/fil_pilote.ino.eep
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/fil_pilote.ino.hex
    Utilisation de la bibliothèque MySensors version 2.3.1 dans le dossier: /home/encrypt/Arduino/libraries/MySensors 
    Utilisation de la bibliothèque SPI version 1.0 dans le dossier: /opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI 
    /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-size -A /tmp/arduino_build_879921/fil_pilote.ino.elf
    Le croquis utilise 21394 octets (69%) de l'espace de stockage de programmes. Le maximum est de 30720 octets.
    Les variables globales utilisent 1022 octets de mémoire dynamique.
    

    Now, to answer your question @Anticimex, how do you run the SecurityPersonalizer sketch to only print the content of the EEPROM and not do any write? I've commented out all options but now it reports that no #define has been set :sweat_smile:

    Come have fun with me on IRC: #mysensors on Libera.chat :)

    AnticimexA 1 Reply Last reply
    0
    • EncryptE Encrypt

      I've run the Arduino IDE in "debug" mode to be sure the F_CPU variable was taken into account and it seems it is indeed:

      /opt/arduino-1.8.7/arduino-builder -dump-prefs -logger=machine -hardware /opt/arduino-1.8.7/hardware -hardware /home/encrypt/Arduino/hardware -tools /opt/arduino-1.8.7/tools-builder -tools /opt/arduino-1.8.7/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.7/libraries -libraries /home/encrypt/Arduino/libraries -fqbn=breadboard:avr:atmega328bb -vid-pid=0X2341_0X0043 -ide-version=10807 -build-path /tmp/arduino_build_879921 -warnings=none -build-cache /tmp/arduino_cache_286732 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=/opt/arduino-1.8.7/hardware/tools/avr -verbose /home/encrypt/Documents/Projets/Domotique/Fil_pilote/fil_pilote/fil_pilote.ino
      /opt/arduino-1.8.7/arduino-builder -compile -logger=machine -hardware /opt/arduino-1.8.7/hardware -hardware /home/encrypt/Arduino/hardware -tools /opt/arduino-1.8.7/tools-builder -tools /opt/arduino-1.8.7/hardware/tools/avr -built-in-libraries /opt/arduino-1.8.7/libraries -libraries /home/encrypt/Arduino/libraries -fqbn=breadboard:avr:atmega328bb -vid-pid=0X2341_0X0043 -ide-version=10807 -build-path /tmp/arduino_build_879921 -warnings=none -build-cache /tmp/arduino_cache_286732 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA.path=/opt/arduino-1.8.7/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=/opt/arduino-1.8.7/hardware/tools/avr -verbose /home/encrypt/Documents/Projets/Domotique/Fil_pilote/fil_pilote/fil_pilote.ino
      Using board 'atmega328bb' from platform in folder: /home/encrypt/Arduino/hardware/breadboard/avr
      Using core 'arduino' from platform in folder: /opt/arduino-1.8.7/hardware/arduino/avr
      Detecting libraries used...
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /dev/null
      Using cached library dependencies for file: /home/encrypt/Arduino/libraries/MySensors/MyASM.S
      Using cached library dependencies for file: /opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src/SPI.cpp
      Generating function prototypes...
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /tmp/arduino_build_879921/preproc/ctags_target_for_gcc_minus_e.cpp
      /opt/arduino-1.8.7/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_879921/preproc/ctags_target_for_gcc_minus_e.cpp
      Compilation du croquis...
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10807 -DARDUINO_AVR_ATMEGA328BB -DARDUINO_ARCH_AVR -I/opt/arduino-1.8.7/hardware/arduino/avr/cores/arduino -I/opt/arduino-1.8.7/hardware/arduino/avr/variants/standard -I/home/encrypt/Arduino/libraries/MySensors -I/opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI/src /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp -o /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp.o
      Compiling libraries...
      Compiling library "MySensors"
      Utilisation du fichier déjà compilé : /tmp/arduino_build_879921/libraries/MySensors/MyASM.S.o
      Compiling library "SPI"
      Utilisation du fichier déjà compilé : /tmp/arduino_build_879921/libraries/SPI/SPI.cpp.o
      Compiling core...
      Using precompiled core: /tmp/arduino_cache_286732/core/core_breadboard_avr_atmega328bb_8bcbb10bb0e7a5b614c24d1e9ac07d80.a
      Linking everything together...
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-gcc -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/sketch/fil_pilote.ino.cpp.o /tmp/arduino_build_879921/libraries/MySensors/MyASM.S.o /tmp/arduino_build_879921/libraries/SPI/SPI.cpp.o /tmp/arduino_build_879921/../arduino_cache_286732/core/core_breadboard_avr_atmega328bb_8bcbb10bb0e7a5b614c24d1e9ac07d80.a -L/tmp/arduino_build_879921 -lm
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/fil_pilote.ino.eep
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /tmp/arduino_build_879921/fil_pilote.ino.elf /tmp/arduino_build_879921/fil_pilote.ino.hex
      Utilisation de la bibliothèque MySensors version 2.3.1 dans le dossier: /home/encrypt/Arduino/libraries/MySensors 
      Utilisation de la bibliothèque SPI version 1.0 dans le dossier: /opt/arduino-1.8.7/hardware/arduino/avr/libraries/SPI 
      /opt/arduino-1.8.7/hardware/tools/avr/bin/avr-size -A /tmp/arduino_build_879921/fil_pilote.ino.elf
      Le croquis utilise 21394 octets (69%) de l'espace de stockage de programmes. Le maximum est de 30720 octets.
      Les variables globales utilisent 1022 octets de mémoire dynamique.
      

      Now, to answer your question @Anticimex, how do you run the SecurityPersonalizer sketch to only print the content of the EEPROM and not do any write? I've commented out all options but now it reports that no #define has been set :sweat_smile:

      AnticimexA Offline
      AnticimexA Offline
      Anticimex
      Contest Winner
      wrote on last edited by
      #22

      @encrypt you should be able to run it without any local modifications to get it to print the data.

      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

      1 Reply Last reply
      0
      • EncryptE Offline
        EncryptE Offline
        Encrypt
        wrote on last edited by
        #23

        Maybe I've missed something but any #define set will make the code write to the EEPROM.

        I ran the SecurityPersonalizer again, it reset the EEPROM to FF's.
        I enabled the PERSONALIZE_SOFT_RANDOM_SERIAL flag ran it again and finally re-uploaded my pilot wire code.

        I still have that "tempered" message in the logs, I really don't know what I can do...
        I may just end up disabling encryption I guess...

        Come have fun with me on IRC: #mysensors on Libera.chat :)

        AnticimexA 1 Reply Last reply
        0
        • EncryptE Encrypt

          Maybe I've missed something but any #define set will make the code write to the EEPROM.

          I ran the SecurityPersonalizer again, it reset the EEPROM to FF's.
          I enabled the PERSONALIZE_SOFT_RANDOM_SERIAL flag ran it again and finally re-uploaded my pilot wire code.

          I still have that "tempered" message in the logs, I really don't know what I can do...
          I may just end up disabling encryption I guess...

          AnticimexA Offline
          AnticimexA Offline
          Anticimex
          Contest Winner
          wrote on last edited by
          #24

          @encrypt that sounds very strange to me. The sketch is written to do nothing when left unchanged from git. Just output the current status.

          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

          1 Reply Last reply
          0
          • EncryptE Offline
            EncryptE Offline
            Encrypt
            wrote on last edited by
            #25

            Here is what I get with the SecurityPersonalizer sketch directly from GitHub:

            +------------------------------------------------------------------------------------+
            |                           MySensors security personalizer                          |
            +------------------------------------------------------------------------------------+
            
            +------------------------------------------------------------------------------------+
            | You are running without any configuration flags set.                               |
            | No changes will be made to ATSHA204A or EEPROM except for the EEPROM checksum      |
            | which will be updated.                                                             |
            |                                                                                    |
            | If you want to personalize your device, you have two options.                      |
            |                                                                                    |
            | 1. a. Enable either GENERATE_KEYS_ATSHA204A or GENERATE_KEYS_SOFT                  |
            |       This will generate keys for ATSHA204A or software signing.                   |
            |    b. Execute the sketch. You will be guided through the steps below under         |
            |       WHAT TO DO NEXT?                                                             |
            |    c. Copy the generated keys and replace the topmost definitions in this file.    |
            |    d. Save the sketch and then disable the flag you just enabled.                  |
            |    e. Enable PERSONALIZE_ATSHA204A to personalize the ATSHA204A device.            |
            |       or                                                                           |
            |       Enable PERSONALIZE_SOFT to personalize the EEPROM for software signing.      |
            |       If you want to use whitelisting you need to pick a unique serial number      |
            |       for each device you run the sketch on and fill in MY_SOFT_SERIAL.            |
            |       or                                                                           |
            |       Enable PERSONALIZE_SOFT_RANDOM_SERIAL to personalzie the EEPROM and          |
            |       include a new random serial number every time the sketch is executed.        |
            |       Take note of each saved serial number if you plan to use whitelisting.       |
            |    f. Execute the sketch on each device you want to personalize that is supposed   |
            |       to communicate securely.                                                     |
            |                                                                                    |
            | 2. Enable any configuration flag as you see fit.                                   |
            |    It is assumed that you know what you are doing.                                 |
            +------------------------------------------------------------------------------------+
            
            +------------------------------------------------------------------------------------+
            |                           Hardware security peripherals                            |
            +--------------+--------------+--------------+------------------------------+--------+
            | Device       | Status       | Revision     | Serial number                | Locked |
            +--------------+--------------+--------------+------------------------------+--------+
            | AVR          | DETECTED     | N/A          | N/A (generation required)    | N/A    |
            +--------------+--------------+--------------+------------------------------+--------+
            | ATSHA204A    | NOT DETECTED | N/A          | N/A                          | N/A    |
            +--------------+--------------+--------------+------------------------------+--------+
            
            
            +------------------------------------------------------------------------------------+
            |                                  Execution result                                  |
            +------------------------------------------------------------------------------------+
            | FAILURE (last ATSHA204A return code: 0xE7)                                         |
            +------------------------------------------------------------------------------------+
            

            Come have fun with me on IRC: #mysensors on Libera.chat :)

            AnticimexA 1 Reply Last reply
            0
            • EncryptE Encrypt

              Here is what I get with the SecurityPersonalizer sketch directly from GitHub:

              +------------------------------------------------------------------------------------+
              |                           MySensors security personalizer                          |
              +------------------------------------------------------------------------------------+
              
              +------------------------------------------------------------------------------------+
              | You are running without any configuration flags set.                               |
              | No changes will be made to ATSHA204A or EEPROM except for the EEPROM checksum      |
              | which will be updated.                                                             |
              |                                                                                    |
              | If you want to personalize your device, you have two options.                      |
              |                                                                                    |
              | 1. a. Enable either GENERATE_KEYS_ATSHA204A or GENERATE_KEYS_SOFT                  |
              |       This will generate keys for ATSHA204A or software signing.                   |
              |    b. Execute the sketch. You will be guided through the steps below under         |
              |       WHAT TO DO NEXT?                                                             |
              |    c. Copy the generated keys and replace the topmost definitions in this file.    |
              |    d. Save the sketch and then disable the flag you just enabled.                  |
              |    e. Enable PERSONALIZE_ATSHA204A to personalize the ATSHA204A device.            |
              |       or                                                                           |
              |       Enable PERSONALIZE_SOFT to personalize the EEPROM for software signing.      |
              |       If you want to use whitelisting you need to pick a unique serial number      |
              |       for each device you run the sketch on and fill in MY_SOFT_SERIAL.            |
              |       or                                                                           |
              |       Enable PERSONALIZE_SOFT_RANDOM_SERIAL to personalzie the EEPROM and          |
              |       include a new random serial number every time the sketch is executed.        |
              |       Take note of each saved serial number if you plan to use whitelisting.       |
              |    f. Execute the sketch on each device you want to personalize that is supposed   |
              |       to communicate securely.                                                     |
              |                                                                                    |
              | 2. Enable any configuration flag as you see fit.                                   |
              |    It is assumed that you know what you are doing.                                 |
              +------------------------------------------------------------------------------------+
              
              +------------------------------------------------------------------------------------+
              |                           Hardware security peripherals                            |
              +--------------+--------------+--------------+------------------------------+--------+
              | Device       | Status       | Revision     | Serial number                | Locked |
              +--------------+--------------+--------------+------------------------------+--------+
              | AVR          | DETECTED     | N/A          | N/A (generation required)    | N/A    |
              +--------------+--------------+--------------+------------------------------+--------+
              | ATSHA204A    | NOT DETECTED | N/A          | N/A                          | N/A    |
              +--------------+--------------+--------------+------------------------------+--------+
              
              
              +------------------------------------------------------------------------------------+
              |                                  Execution result                                  |
              +------------------------------------------------------------------------------------+
              | FAILURE (last ATSHA204A return code: 0xE7)                                         |
              +------------------------------------------------------------------------------------+
              
              AnticimexA Offline
              AnticimexA Offline
              Anticimex
              Contest Winner
              wrote on last edited by
              #26

              @encrypt hm ok. Try to enable the MY_SIGNING_SOFT flag. I am on cell phone so I have a hard time reading the logic flow of the code.

              Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

              1 Reply Last reply
              0
              • EncryptE Offline
                EncryptE Offline
                Encrypt
                wrote on last edited by
                #27

                Hmmm... I'm starting to believe that the bootloader i used could be the problem.
                Someone using an "alternative" bootloader got problems with signing a few years ago: https://forum.mysensors.org/topic/4991/mysbootloader-1-3pre2-testing/2

                Come have fun with me on IRC: #mysensors on Libera.chat :)

                1 Reply Last reply
                0
                • EncryptE Offline
                  EncryptE Offline
                  Encrypt
                  wrote on last edited by
                  #28

                  According to that post, it seems there is a high correlation between the fuses value and the fact that security may or may not work.

                  Here is the boards.txt file I got from the official "Arduino on a breadboard with internal 8MHz clock" bootloader:

                  ##############################################################
                  
                  atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
                  
                  atmega328bb.upload.protocol=arduino
                  atmega328bb.upload.maximum_size=30720
                  atmega328bb.upload.speed=57600
                  
                  atmega328bb.bootloader.low_fuses=0xE2
                  atmega328bb.bootloader.high_fuses=0xDA
                  atmega328bb.bootloader.extended_fuses=0x05
                  
                  atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
                  atmega328bb.bootloader.unlock_bits=0x3F
                  atmega328bb.bootloader.lock_bits=0x0F
                  
                  atmega328bb.build.board=AVR_ATMEGA328BB
                  atmega328bb.build.mcu=atmega328p
                  atmega328bb.build.f_cpu=8000000L
                  atmega328bb.build.core=arduino:arduino
                  atmega328bb.build.variant=arduino:standard
                  
                  
                  atmega328bb.bootloader.tool=arduino:avrdude
                  atmega328bb.upload.tool=arduino:avrdude
                  

                  Do you have any clue @Anticimex / @mfalkvidd?

                  Come have fun with me on IRC: #mysensors on Libera.chat :)

                  AnticimexA 2 Replies Last reply
                  0
                  • EncryptE Encrypt

                    According to that post, it seems there is a high correlation between the fuses value and the fact that security may or may not work.

                    Here is the boards.txt file I got from the official "Arduino on a breadboard with internal 8MHz clock" bootloader:

                    ##############################################################
                    
                    atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
                    
                    atmega328bb.upload.protocol=arduino
                    atmega328bb.upload.maximum_size=30720
                    atmega328bb.upload.speed=57600
                    
                    atmega328bb.bootloader.low_fuses=0xE2
                    atmega328bb.bootloader.high_fuses=0xDA
                    atmega328bb.bootloader.extended_fuses=0x05
                    
                    atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
                    atmega328bb.bootloader.unlock_bits=0x3F
                    atmega328bb.bootloader.lock_bits=0x0F
                    
                    atmega328bb.build.board=AVR_ATMEGA328BB
                    atmega328bb.build.mcu=atmega328p
                    atmega328bb.build.f_cpu=8000000L
                    atmega328bb.build.core=arduino:arduino
                    atmega328bb.build.variant=arduino:standard
                    
                    
                    atmega328bb.bootloader.tool=arduino:avrdude
                    atmega328bb.upload.tool=arduino:avrdude
                    

                    Do you have any clue @Anticimex / @mfalkvidd?

                    AnticimexA Offline
                    AnticimexA Offline
                    Anticimex
                    Contest Winner
                    wrote on last edited by Anticimex
                    #29

                    @encrypt sorry no. There is no direct dependency between the security functionality and avr fuses. Atsha communications and some timeouts do expect the clocks to be working at expected rates though so the concept of time is valid. If the core clock is not matching what the preprocessor flags specify (F_CPU) then there could be problems.
                    Perhaps your device is not really running @8Mhz?

                    Perhaps you could test running a simple sketch that prints something at a specific pace and match that with a "real" clock. For example printing something every 10s specified by some delay or wait function and measure that that is reasonably accurate.

                    I would expect that if the MCU is not executing at the speed F_CPU specifies, a thing like delay(10s) would not really delay for 10s.

                    Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                    1 Reply Last reply
                    1
                    • EncryptE Encrypt

                      According to that post, it seems there is a high correlation between the fuses value and the fact that security may or may not work.

                      Here is the boards.txt file I got from the official "Arduino on a breadboard with internal 8MHz clock" bootloader:

                      ##############################################################
                      
                      atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
                      
                      atmega328bb.upload.protocol=arduino
                      atmega328bb.upload.maximum_size=30720
                      atmega328bb.upload.speed=57600
                      
                      atmega328bb.bootloader.low_fuses=0xE2
                      atmega328bb.bootloader.high_fuses=0xDA
                      atmega328bb.bootloader.extended_fuses=0x05
                      
                      atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
                      atmega328bb.bootloader.unlock_bits=0x3F
                      atmega328bb.bootloader.lock_bits=0x0F
                      
                      atmega328bb.build.board=AVR_ATMEGA328BB
                      atmega328bb.build.mcu=atmega328p
                      atmega328bb.build.f_cpu=8000000L
                      atmega328bb.build.core=arduino:arduino
                      atmega328bb.build.variant=arduino:standard
                      
                      
                      atmega328bb.bootloader.tool=arduino:avrdude
                      atmega328bb.upload.tool=arduino:avrdude
                      

                      Do you have any clue @Anticimex / @mfalkvidd?

                      AnticimexA Offline
                      AnticimexA Offline
                      Anticimex
                      Contest Winner
                      wrote on last edited by
                      #30

                      @encrypt but I still do not get how the bootloader could cause you to get tampered eeprom data.
                      Unless the fuses also affect eeprom writes of course.

                      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                      1 Reply Last reply
                      0
                      • EncryptE Offline
                        EncryptE Offline
                        Encrypt
                        wrote on last edited by
                        #31

                        @Anticimex: I have just found that there is an EESAVE fuse on the ATMEGA328P which prevents the EEPROM from being erased whenever a new sketch is pushed to the microcontroller.

                        It seems to be the root cause of the issue since I've found references in other posts of the MySensors forum to that problem.

                        I'll test that now and let you know.

                        Come have fun with me on IRC: #mysensors on Libera.chat :)

                        AnticimexA 1 Reply Last reply
                        1
                        • EncryptE Encrypt

                          @Anticimex: I have just found that there is an EESAVE fuse on the ATMEGA328P which prevents the EEPROM from being erased whenever a new sketch is pushed to the microcontroller.

                          It seems to be the root cause of the issue since I've found references in other posts of the MySensors forum to that problem.

                          I'll test that now and let you know.

                          AnticimexA Offline
                          AnticimexA Offline
                          Anticimex
                          Contest Winner
                          wrote on last edited by
                          #32

                          @encrypt ah, that would indeed explain a lot and especially the tampered indication.
                          If true, I'll see if I can add that to the troubleshooting section to the documentation.
                          I was not aware of this fuse.

                          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                          1 Reply Last reply
                          1
                          • EncryptE Offline
                            EncryptE Offline
                            Encrypt
                            wrote on last edited by Encrypt
                            #33

                            IT WORKS @Anticimex !!! :the_horns:

                            The issue was indeed the EESAVE fuse not set, which caused the EEPROM to be erased after each sketch upload.

                            Here is my modified boards.txt file:

                            ##############################################################
                            
                            atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
                            
                            atmega328bb.upload.protocol=arduino
                            atmega328bb.upload.maximum_size=30720
                            atmega328bb.upload.speed=57600
                            
                            atmega328bb.bootloader.low_fuses=0xE2
                            atmega328bb.bootloader.high_fuses=0xD2
                            atmega328bb.bootloader.extended_fuses=0x05
                            
                            atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
                            atmega328bb.bootloader.unlock_bits=0x3F
                            atmega328bb.bootloader.lock_bits=0x0F
                            
                            atmega328bb.build.board=AVR_ATMEGA328BB
                            atmega328bb.build.mcu=atmega328p
                            atmega328bb.build.f_cpu=8000000L
                            atmega328bb.build.core=arduino:arduino
                            atmega328bb.build.variant=arduino:standard
                            
                            
                            atmega328bb.bootloader.tool=arduino:avrdude
                            atmega328bb.upload.tool=arduino:avrdude
                            

                            So, basically, for people coming here in the future:
                            Follow the tutorial https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard to flash the bootloader of your ATMEGA328P but replace the given boards.txt file (in the breadboard-1-6-x.zip archive) by the one above.

                            A useful link to calculate the fuses values: http://www.engbedded.com/fusecalc/

                            Thanks for your help @Anticimex, @mfalkvidd and @kimot :)

                            Come have fun with me on IRC: #mysensors on Libera.chat :)

                            AnticimexA 1 Reply Last reply
                            1
                            • EncryptE Encrypt

                              IT WORKS @Anticimex !!! :the_horns:

                              The issue was indeed the EESAVE fuse not set, which caused the EEPROM to be erased after each sketch upload.

                              Here is my modified boards.txt file:

                              ##############################################################
                              
                              atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
                              
                              atmega328bb.upload.protocol=arduino
                              atmega328bb.upload.maximum_size=30720
                              atmega328bb.upload.speed=57600
                              
                              atmega328bb.bootloader.low_fuses=0xE2
                              atmega328bb.bootloader.high_fuses=0xD2
                              atmega328bb.bootloader.extended_fuses=0x05
                              
                              atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
                              atmega328bb.bootloader.unlock_bits=0x3F
                              atmega328bb.bootloader.lock_bits=0x0F
                              
                              atmega328bb.build.board=AVR_ATMEGA328BB
                              atmega328bb.build.mcu=atmega328p
                              atmega328bb.build.f_cpu=8000000L
                              atmega328bb.build.core=arduino:arduino
                              atmega328bb.build.variant=arduino:standard
                              
                              
                              atmega328bb.bootloader.tool=arduino:avrdude
                              atmega328bb.upload.tool=arduino:avrdude
                              

                              So, basically, for people coming here in the future:
                              Follow the tutorial https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard to flash the bootloader of your ATMEGA328P but replace the given boards.txt file (in the breadboard-1-6-x.zip archive) by the one above.

                              A useful link to calculate the fuses values: http://www.engbedded.com/fusecalc/

                              Thanks for your help @Anticimex, @mfalkvidd and @kimot :)

                              AnticimexA Offline
                              AnticimexA Offline
                              Anticimex
                              Contest Winner
                              wrote on last edited by
                              #34

                              @encrypt great news! Thanks for joining the community and for your troubleshooting. This information will be compiled into the docs for future reference. Happy signing :spock-hand:

                              Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                              tekkaT 1 Reply Last reply
                              1
                              • AnticimexA Anticimex

                                @encrypt great news! Thanks for joining the community and for your troubleshooting. This information will be compiled into the docs for future reference. Happy signing :spock-hand:

                                tekkaT Offline
                                tekkaT Offline
                                tekka
                                Admin
                                wrote on last edited by tekka
                                #35

                                @anticimex @Encrypt That's a bit odd and certainly specific to the bootloader you're using (ATmegaBoot): AVRdude does (at least with optiboot) a page erase (vs. chip erase where EESAVE has an effect). I do not have the EESAVE fuse bit set and no issues with erased eeprom when loading a new sketch, also see below:

                                Arduino Uno with optiboot:

                                uno.bootloader.tool=avrdude
                                uno.bootloader.low_fuses=0xFF
                                uno.bootloader.high_fuses=0xDE
                                uno.bootloader.extended_fuses=0xFD
                                uno.bootloader.unlock_bits=0x3F
                                uno.bootloader.lock_bits=0x0F
                                uno.bootloader.file=optiboot/optiboot_atmega328.hex
                                

                                High fuse (0xDE) does not enable EESAVE.

                                1 Reply Last reply
                                0
                                • EncryptE Offline
                                  EncryptE Offline
                                  Encrypt
                                  wrote on last edited by Encrypt
                                  #36

                                  Hello @tekka and thank you for your remarks!

                                  Your input makes questions come to my mind:

                                  1. What is the difference between Optiboot and the bootloader given in the Arduino tutorial? I am quite new to the world of microcontrollers and I don't know much for the moment, I simply use what is working, eh eh :P

                                  2. The configuration you gave here doesn't use the internal 8MHz clock, therefore it doesn't fit my needs here, eh eh. Could I just use the "regular" Arduino Uno bootloader and set the proper fuses values in the boards.txt file to use the internal 8MHz clock?

                                  3. You are saying that it's actually optiboot which does the page erase and not avrdude? I believed there the "chip erase" instruction is the only instruction possible to erase the flash, handled by avrdude. And according to the ATMEGA328P datasheet (page 297), I have understood that any "chip erase" instruction will also erase the EEPROM if the EESAVE fuse isn't set. That operation seems to be mandatory too as they say: « A Chip Erase must be performed before the Flash and/or EEPROM are reprogrammed ». So, how does Optiboot / avrdude handle that in such a configuration?

                                  Finally, it seems there is no tutorial in the MySensors documentation explaining how to build a project using a standalone ATMEGA328P and which bootloader to choose (there are a few discussions though). It could be worth creating a tutorial / post about that and I could contribute to it of course :)

                                  Come have fun with me on IRC: #mysensors on Libera.chat :)

                                  tekkaT 1 Reply Last reply
                                  0
                                  • EncryptE Encrypt

                                    Hello @tekka and thank you for your remarks!

                                    Your input makes questions come to my mind:

                                    1. What is the difference between Optiboot and the bootloader given in the Arduino tutorial? I am quite new to the world of microcontrollers and I don't know much for the moment, I simply use what is working, eh eh :P

                                    2. The configuration you gave here doesn't use the internal 8MHz clock, therefore it doesn't fit my needs here, eh eh. Could I just use the "regular" Arduino Uno bootloader and set the proper fuses values in the boards.txt file to use the internal 8MHz clock?

                                    3. You are saying that it's actually optiboot which does the page erase and not avrdude? I believed there the "chip erase" instruction is the only instruction possible to erase the flash, handled by avrdude. And according to the ATMEGA328P datasheet (page 297), I have understood that any "chip erase" instruction will also erase the EEPROM if the EESAVE fuse isn't set. That operation seems to be mandatory too as they say: « A Chip Erase must be performed before the Flash and/or EEPROM are reprogrammed ». So, how does Optiboot / avrdude handle that in such a configuration?

                                    Finally, it seems there is no tutorial in the MySensors documentation explaining how to build a project using a standalone ATMEGA328P and which bootloader to choose (there are a few discussions though). It could be worth creating a tutorial / post about that and I could contribute to it of course :)

                                    tekkaT Offline
                                    tekkaT Offline
                                    tekka
                                    Admin
                                    wrote on last edited by tekka
                                    #37

                                    @encrypt I may have an idea what's going on here: Are you programming a new sketch to your barebone AT328p via ArduinoISP or any other means of serial (=SPI) programming? Programming via bootloader (ATmegaboot or optiboot) requires a FTDI adapter and will only do page erases while leaving the eeprom untouched.

                                    1 Reply Last reply
                                    0
                                    • EncryptE Offline
                                      EncryptE Offline
                                      Encrypt
                                      wrote on last edited by Encrypt
                                      #38

                                      Hi @tekka!

                                      I'm indeed programming the ATMEGA328P using an Arduino Uno transformed as ISP with the ArduinoISP sketch.

                                      I've wired the circuit exactly as shown on the first picture of the tutorial here: https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard. I used the same circuit to burn the bootloader and to upload my sketches.

                                      Your remark makes me wonder: do I really need a bootloader at the end?

                                      Come have fun with me on IRC: #mysensors on Libera.chat :)

                                      tekkaT 1 Reply Last reply
                                      0
                                      • EncryptE Encrypt

                                        Hi @tekka!

                                        I'm indeed programming the ATMEGA328P using an Arduino Uno transformed as ISP with the ArduinoISP sketch.

                                        I've wired the circuit exactly as shown on the first picture of the tutorial here: https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard. I used the same circuit to burn the bootloader and to upload my sketches.

                                        Your remark makes me wonder: do I really need a bootloader at the end?

                                        tekkaT Offline
                                        tekkaT Offline
                                        tekka
                                        Admin
                                        wrote on last edited by
                                        #39

                                        @encrypt Ok, this explains your issue: programming via ISP will do a chip erase and hence the EESAVE fuse setting is critical for e2p persistance. The most common use case is programming via serial bootloader (e.g. optiboot, atmegaboot, etc.) which only does page erases and leaves the rest untouched. To answer your question: If you're using an ISP programmer you do not need a bootloader.

                                        1 Reply Last reply
                                        0
                                        • mfalkviddM Online
                                          mfalkviddM Online
                                          mfalkvidd
                                          Mod
                                          wrote on last edited by mfalkvidd
                                          #40

                                          I thought the bootloader is overwritten when using ISP? So "you don't need a bootlader" is slightly incorrect, you can not have a bootloader when using isp?

                                          tekkaT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          9

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular