Skip to content

Commit

Permalink
Merge pull request #815 from Dasharo/link-to-des-binaries
Browse files Browse the repository at this point in the history
Add Dasharo Entry Subscription FAQ and fix typo in mkdocs.yml
  • Loading branch information
pietrushnic authored May 14, 2024
2 parents d55225e + 43b8a63 commit b33b592
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
50 changes: 50 additions & 0 deletions docs/osf-trivia-list/dasharo-entry-subscription.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Frequenty Asked Questions about Dasharo Entry Subscription

## How can I download the Dasharo Entry Subscription binaries?

If you've purchased the Dasharo Entry Subscription, you should have received an
email containing all the necessary details to access your binaries. Here's how
you can download them:

1. **Locate Your Email:** Check the email account you used to purchase the
subscription. Look for an email from Dasharo that includes your subscription
data. This email will contain several vital pieces of information:

- **Logs Key:** A key you might need for other operations or support.
- **Download Key:** A unique string that allows you to access the download area.
- **Password:** The password you'll need to access the files.
- **Expiration Date:** The date until your subscription is valid.

2. **Access the Download Page:** Open your web browser and navigate to the
following URL:

```txt
https://cloud.3mdeb.com/index.php/s/{download_key}
```

Replace `{download_key}` with the download key provided in your email.

3. **Enter Your Password:** Once you visit the above link, you'll be prompted
to enter a password. Use the password from your subscription email.

4. **Download the Binaries:** After entering the password, you can access the
cloud folder containing the binaries. You can now download them as needed.

**Example:**

- Suppose your download key is `abc123` and your password is
`securepassword123`.
- You can visit `https://cloud.3mdeb.com/index.php/s/abc123`.
- When prompted, you would enter `securepassword123` as the password.
- After authentication, you can download your subscribed binaries.

**Notes:**

- Ensure you enter the download key and password exactly as they appear in your
email, as they are case-sensitive.
- If you have not received your email or cannot find it, check your spam folder
or contact Dasharo support for assistance.

Following these steps, you can access and download your Dasharo Entry
Subscription binaries without issues. If you encounter any problems, don't
hesitate to contact the Dasharo support team for further assistance.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ nav:
- 'Test matrix': variants/novacustom_nv4x_tgl/test-matrix.md
- 'Openness score': variants/novacustom_nv4x_tgl/openness-score.md
- 'LVFS report': variants/novacustom_nv4x_tgl/lvfs_report.md
- 'Checbox results': variants/novacustom_nv4x_tgl/compatibility-check-results-ubuntu.md
- 'Checkbox results': variants/novacustom_nv4x_tgl/compatibility-check-results-ubuntu.md
- 'NS5x/7x 12th Gen':
- 'Releases': variants/novacustom_ns5x_adl/releases.md
- 'Hardware Configuration Matrix': variants/novacustom_ns5x_adl/hardware-matrix.md
Expand Down Expand Up @@ -371,6 +371,7 @@ nav:
- 'FAQ':
- 'Introduction': osf-trivia-list/introduction.md
- 'Dasharo': osf-trivia-list/dasharo.md
- 'Dasharo Entry Subscription': osf-trivia-list/dasharo-entry-subscription.md
- 'Dasharo Tools Suite': osf-trivia-list/dts.md
- 'Deployment': osf-trivia-list/deployment.md
- 'Firmware build process': osf-trolling-list/build_process.md
Expand Down

0 comments on commit b33b592

Please sign in to comment.