Skip to content

Storage: align partition scheme to mbed boards #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pennam
Copy link
Contributor

@pennam pennam commented May 29, 2025

No description provided.

FILE* fp = fopen("/wlan/cacert.pem", "wb");

Serial.println("Flashing certificates");
uint32_t chunck_size = 128;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing the chunck in the variable name is a misspelling of "chunk".

@@ -0,0 +1 @@
../../../SSLClient/examples/CertificateUploader/certificates.h
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you verified this will work as expected on a vanilla Windows machine?

Creation of symlinks is disabled by default on Windows. Extracting an archive containing a symlink is treated as creation of a symlink. So I would expect the presence of a symlink in the platform release archive to cause the installation of the platform to fail with an "A required privilege is not held by the client" error.

@per1234 per1234 added topic: documentation Related to documentation for the project type: enhancement Proposed improvement topic: code Related to content of the project itself labels May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself topic: documentation Related to documentation for the project type: enhancement Proposed improvement
2 participants