Skip to content

Tags: marcone/teslausb

Tags

v5.2

archiveloop: don't clean on bootup

Only clean the cam image after successful archiving, to prevent
sentry events being deleted that haven't yet been archived, and
may be lost when snapshots are expired.

v5.1

setup: workarounds for slow Pi Zero W

Configuring wifi failed on Raspberry Pi Zero W due to Network Manager starting
well after rc-local. Retry configuring wifi for one minute before failing.
Also do a lazy unmount of /mnt/cam after creating the various folders during
setup, to prevent the unmount failing due to the mountpoint being busy.

v5

pi-gen-sources: simplify and update for building bookworm image

v3.2

setup: remove obsolete windows and macos scripts

v3.1

Don't delete v7+, it's needed for RpiZero2W

Don't delete v7+ modules, needed for Raspberry Pi Zero 2 W.
Add sntp, and use it to set the time before setup, to avoid problems
with certs being invalid.
Update for default cmdline changes.

v3.0

Update prebuilt image

Add additional packages to the prebuilt image to save time during setup.
Increase root partition size to allow for easier updates after setup.
Update build instructions.

v2.5

Update sample config

Condense overly verbose discussion of disk sizes, add a note
regarding the new 32GB minimum size warning that appeared in Tesla
software version 2020.48.10, and various minor corrections.

v2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update OneStepSetup.md

Stretch release is no more, so don't mention it in the setup doc.

v2.1

Ignore fstrim failure during setup

v2.0

Use automount to mount snapshots

This significantly improves startup time when many
snapshots are present.