Viccyware: Difference between revisions

From Anki Bots Wiki
Jump to navigation Jump to search
how 2 install?
m Fix category
 
Line 2: Line 2:


Inspired by CozmoWare, this project is moving Cozmo animations, sounds, and games, into modern VicOS (Vector's operating system).
Inspired by CozmoWare, this project is moving Cozmo animations, sounds, and games, into modern VicOS (Vector's operating system).
[[index.php?title=Category:CFW]]


== Installation ==
== Installation ==
Line 33: Line 32:


Once the update is done, your bot will reboot automatically.
Once the update is done, your bot will reboot automatically.
[[Category:CFW]]

Latest revision as of 18:30, 15 June 2025

Viccyware is a project meant to morph Cozmo into modern Vector OS.

Inspired by CozmoWare, this project is moving Cozmo animations, sounds, and games, into modern VicOS (Vector's operating system).

Installation

THIS SECTION IS TAKEN FROM https://viccyware.com/install-guide, THANKS VICCYWARE TEAM

The first thing you need to do, is go to the Viccyware ota site and grab the link for the latest ota for your bot. This can be done by right clicking on the button that has the OTA you need, and clicking "copy link address".

From wireOS

WireOS has a custom update-engine which allows otas of any kind to be installed onto a bot. To install Viccyware you need to ssh into your bot and run the command below making sure you are using the correct OTA type for your bot. Make sure you remove the brackets from the link and that the link is http and not https

update-os [ota-link] (replace [ota-link] with the link copied earlier)

Once the update is done, your bot will reboot automatically.

From Anki/DDL Official Firmware

Official Anki or DDL firmware has a update-engine which checks signing, so you'll need to run the commands below in order to get a nosigning update engine.

systemctl stop anki-robot.target

mount -o rw,remount,exec /data

curl -o /data/update-engine http://ota.pvic.xyz/update-engine

chmod +rwx /data/update-engine

Once you have this custom update-engine installed, just run the following command. (Make sure you remove the brackets from the link and that the link is http and not https)

/data/update-engine [ota-link] -v (replace [ota-link] with the link copied earlier)


Once the update is done, your bot will reboot automatically.