Ziloo is an independent device that sees and senses the environment. It recognises objects and behavior based on what it has been taught. It outputs an event log describing what is perceived.
The firmware is made for the various processors contained.
Key building blocks are:
- Log based storage
- muslc static library
- busybox shell
- Base Firmware from read-only squashfs
- F2FS storage (requires Linux Kernel 5.7)
For more information see,
- Manual Development environment
- Continuous Integration setup
- image-builder-user docker image
- SD Card Format
- Building with Docker
- i.MX8 Yocto Docs
- Built with GitHub Actions
USB Devices
- CDC Command Console
- Ethernet
- Mass Storage for firmware updates and scripts
- Video Stream (V4L2 based)
The kernel booted must support connectivity primarily over the two USB ports
To add a new hardware core to build for create a new branch under hw/
naming it.
It is best to base it on the hw/-template-
branch.