Skip to content

Commit a76da61

Browse files
committed
Document slow connection workaround for downloading mbed 2 lib builds
Fixes #669
1 parent 9a8f7a2 commit a76da61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,3 +1114,9 @@ Here is a list of configuration settings and their defaults:
11141114

11151115
### Various issues when running Mbed CLI in Cygwin environment
11161116
Currently Mbed CLI is not compatible with Cygwin environment and cannot be executed inside it (https://github.com/ARMmbed/mbed-cli/issues/299).
1117+
1118+
### Unable to download Mbed 2 library build
1119+
Mbed 2 library builds can be quite big, and may require a download manager on slower connections. You may download the library manually with the following steps:
1120+
1. Go to Mbed OS 2 releases and choose a revision - https://os.mbed.com/users/mbed_official/code/mbed/graph/
1121+
2. Click on revision of your choice, for example, the revision `4f6c30876dfa` is located at https://os.mbed.com/users/mbed_official/code/mbed/rev/4f6c30876dfa/
1122+
3. In the URL, change `rev` to `archive` and append `zip`. For example, the url found above, https://os.mbed.com/users/mbed_official/code/mbed/rev/4f6c30876dfa/, is modified to https://os.mbed.com/users/mbed_official/code/mbed/archive/4f6c30876dfa/zip

0 commit comments

Comments
 (0)