Skip to content

An installer helper for the cc3200 TonieBox and TeddyCloud

Notifications You must be signed in to change notification settings

Biscgit/cc3200_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teddy Autoinstaller

by Biscgit ❤️ 2024

This is a university project with the topic of Bauxine and TonieBoxes. As of our journey to set up the custom cc3200 firmware and cloud, we were always set back by random issues and sometimes incomplete documentation. But we are here to help you with that!

Features

With this project, we can simplify many common steps!

  • dump certificates with auto device detection and without the need of root permissions
  • install and setup TeddyCloud with one click
  • a diagram to help connect the UART TC2050 cable for firmware dumps

Installation

Note

Currently only Linux is supported because of the path and udevadm features.

Install the required packages from requirements.txt with the following command:

python3 -m pip install -r requirements.txt

Run the script with the following command:

./autoinstaller.py

OR (with venv)

python3 autoinstaller.py

Other tools

Some features depend on my custom implementation of the cc3200tool at Biscgit/cc3200tool. That library will be automatically downloaded when required after a prompt.

Disclaimer

NO WARANTIES GIVEN ON ANYTHING PROVIDED. USE AT OWN RISK!

About

An installer helper for the cc3200 TonieBox and TeddyCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published