From 04b89a9739f80ea041feb2b0b2b574c74b786aa2 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Tue, 18 Feb 2020 10:38:53 -0500 Subject: [PATCH] Update customization.md --- docs/solo/customization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/solo/customization.md b/docs/solo/customization.md index 99725e0..8e5bb36 100644 --- a/docs/solo/customization.md +++ b/docs/solo/customization.md @@ -134,6 +134,8 @@ solo mergehex \ bundle.hex ``` +**Warning**: Using the `--lock` flag prevents the DFU from being accessed on the device again. It's recommended to try first without the `--lock` flag to make sure it works. + Now you have a newly created `bundle.hex` file with a custom attestation key and cert. You can [program this `bundle.hex` file with Solo in DFU mode](/solo/programming#procedure).