Skip to content

Instantly share code, notes, and snippets.

View fgsch's full-sized avatar

Federico G. Schwindt fgsch

  • Cambridgeshire, UK
View GitHub Profile
There is a great answer here: https://discussions.apple.com/thread/254003944
From that thread, the issue is that the installer downloaded from the macOS app store is just a skeleton installer, and does not contain all of the content.
To fix this, delete the one downloaded from the App Store.
Then go into the terminal and find which full installers are available:
softwareupdate --list-full-installers
Pick the version of the one you want, and then run the following command (assuming 12.5 is the one you want to download).
@fgsch
fgsch / main.rs
Created October 18, 2022 21:40 — forked from pyaillet/main.rs
esp-idf-rs storage example
use std::sync::Arc;
use embedded_svc::storage::{RawStorage, StorageBase};
use esp_idf_svc::{nvs::EspDefaultNvs, nvs_storage::EspNvsStorage};
use esp_idf_sys as _; // If using the `binstart` feature of `esp-idf-sys`, always keep this module imported
use log::*;
fn main() {
// Temporary. Will disappear once ESP-IDF 4.4 is released, but for now it is necessary to call this function once,

Keybase proof

I hereby claim:

  • I am fgsch on github.
  • I am fgsch (https://keybase.io/fgsch) on keybase.
  • I have a public key whose fingerprint is F32E 1172 3E5A 0499 8A1C 3F5C D17B D152 3FB8 AF1E

To claim this, I am signing this object: