guild icon
Toit
#Remove jaguar from FW envelope
Thread channel in help
addshore
addshore 06/12/2025 10:49 AM
Looking at the list of containers in a default toit built fw envelope, I see one called system

system: Kind: snapshot Id: 2ee8a16f-3df6-a81f-7174-7347ab9a8108 Size: 165638 Flags: - trigger=boot - critical

Is removing this essentially the same as building my own fw image without jaguar?
(I'm guessing not, as I removed this, and also added my own container, flashed a device and seemingly it doesnt start up)
addshore
addshore 06/12/2025 10:50 AM
Ultimately I just end up seeing
[toit] INFO: starting <v2.0.0-alpha.184> [toit] DEBUG: clearing RTC memory: invalid checksum [toit] INFO: running on ESP32C6 - revision 0.0 WARNING: unhandled system message 3
addshore
addshore 06/12/2025 10:52 AM
Aaah perhaps https://discord.com/channels/918498540232253480/1327209253756207115/1370127377816096990 is a link toward the docs I need to be reading though
I didnt end up there as I'm not doing an OTA at all :😛:
addshore
addshore 06/12/2025 10:54 AM
Linking to benefit when this chat lands in google searchable place :😄:
https://docs.toit.io/tutorials/misc/ota/#preparing-the-new-firmware
addshoreOPaddshore
Looking at the list of containers in a default toit built fw envelope, I see one called system ``` system: Kind: snapshot Id: 2ee8a16f-3df6-a81f-7174-7347ab9a8108 Size: 165...
floitsch
floitsch 06/12/2025 10:59 AM
You probably still want to use system :🙂:
The Jaguar container is installed during flashing and OTA updates. You can even tell jag not to add it.
(edited)
addshore
addshore 06/12/2025 11:00 AM
oh right :😆:
addshore
addshore 06/12/2025 11:00 AM
You can even tell jag not to add it.

--exclude-jaguar I see it now :😄:
addshore
addshore 06/12/2025 11:01 AM
Oh, does jag toit tool firmware flash already not include jaguar?(edited)
floitsch
floitsch 06/12/2025 11:01 AM
jag toit is just calling to toit. And toit has no idea of Jaguar.
addshore
addshore 06/12/2025 11:02 AM
Right, thats the connection that wasn't linked in my brain yet then
Perfect, in which case I was already ready to flash it without jag! :😄:
10 messages in total