From d80eb2e0e8d8b0eb7f3a8db55196f3431be3208c Mon Sep 17 00:00:00 2001 From: SP2FET Date: Wed, 27 Jan 2021 14:33:24 +0100 Subject: [PATCH] [EGD-5461] Fix update docs The update script doc doesn't have info about creaing a tarball, now it's fixed --- test/firmware_update_test/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/firmware_update_test/README.md b/test/firmware_update_test/README.md index f822e81aeedb5a8c398219f37b14ce54c744c5e4..493df7863238275efdb928735befd39245ead258 100644 --- a/test/firmware_update_test/README.md +++ b/test/firmware_update_test/README.md @@ -21,5 +21,4 @@ python3 ./update.py tarball_path The serial port used by the phone will be detected automatically. -To obtain the tarball package use either proper CMake target (work in progress) or the `genupdatepkg.sh` script located -in the `config` subfolder in the root repository. \ No newline at end of file +To obtain the tarball package use the proper CMake target: `make package-update`. The only requirement is having a properly configured API token and Python environment, required by the asset downloading script.