Northeastern-Electric-Racing / Odysseus

Our MQTT-based telemetry system, enabled by HaLow WiFi and Buildroot
5 stars 2 forks source link

[Validation] - SD Card Validation #58

Open jr1221 opened 6 months ago

jr1221 commented 6 months ago

Description

In order to make TPU v1 be able to read/write to sd card via buildroot. See #42 for more info.

Acceptance Criteria

Proposed Solution

Should create a device tree overlay and use that to load mmc_spi. Fstab should define the sd card (settings can be refined later). May need to probe mmc_spi ourselves.

jr1221 commented 6 months ago

Depends on #59