Skip to content

Commit eb8c42d

Browse files
johnlange2jtbaumann
authored andcommitted
Update DFU base_url
This updates the DFU base_url to our public Binaries repo Signed-off-by: John Lange <[email protected]>
1 parent a7b957a commit eb8c42d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

samples/tmo_shell/src/tmo_dfu_download.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ struct fs_dirent* my_finfo;
3838

3939
#define MAX_BASE_URL_LEN 256
4040
static char base_url_s[MAX_BASE_URL_LEN];
41-
static char user_base_url_s[MAX_BASE_URL_LEN] = "https://devkit.devedge.t-mobile.com/bin/";
42-
41+
static char user_base_url_s[MAX_BASE_URL_LEN] =
42+
"https://raw.githubusercontent.com/tmobile/DevEdge"
43+
"-IoTDevKit-Binaries/main/tmo/tmo_shell/silabs_pg12b/";
4344
static char dfu_auth_key[42];
4445

4546
static int iface_s = WIFI_ID; // Default iface is wifi
@@ -209,7 +210,7 @@ int tmo_dfu_download(const struct shell *shell, enum dfu_tgts dfu_tgt, char *bas
209210
sprintf((char *)dfu_files_modem[0].lfile, "/tmo/%s.ua",base);
210211
dfu_files = dfu_files_modem;
211212

212-
sprintf(base_url_s,"%smurata_1sc/",user_base_url_s);
213+
sprintf(base_url_s,"%smurata/1sc/",user_base_url_s);
213214
break;
214215

215216
case DFU_9116W:

0 commit comments

Comments
 (0)