Developer Guide
Supported Hardware (EVK)
- Genio 510 : MT8370 (Genio 510) SoC and Genio 510 EVK
- Genio 700 : MT8390 (Genio 700) SoC and Genio 700 EVK
- Genio 510 : WT 510 PLC EVK (Coming Soon)
- Genio 700 : WT 700 PLC EVK (Coming Soon)
1. Download Ubuntu Desktop 22.04 LTS and boot firmware for Genio 510/700 EVK, then flash images to Genio 510/700 EVK
https://ubuntu.com/download/mediatek-genio
2. Set display to Single Display to HDMI monitor in Displays item and set Screen Blank to Never in Power Item on Settings (Control Center)
3. Install Video Hardware Packages and NeuroPilot Packages for Mediatek Genio 510/700
- NeuroPilot Package (Require NDA Access - Please Contact WT Microelectronics)
sudo apt-add-repository ppa:mediatek-genio/genio-public
- For Genio 510
sudo apt install mediatek-vpud-genio510 -y
sudo apt install mediatek-apusys-firmware-genio510 -y
- For Genio 700
sudo apt install mediatek-vpud-genio700 -y
sudo apt install mediatek-apusys-firmware-genio700 -y
- NeuroPilot Package XXX
sudo apt install mediatek-libneuron mediatek-neuron-utils mediatek-libneuron-dev -y
sudo reboot
4. Install microip ai demo and dependences after reboot
sudo apt-get install libopencv-dev -y
sudo apt install libjson-c-dev -y
sudo apt install v4l-utils -y
sudo apt-get install libgtk-3-dev -y
sudo apt remove brltty -y
wget https://ai.micro-ip.com/download/microip-ai-demo-linux-arm64.deb
sudo dpkg -i microip-ai-demo-linux-arm64.deb
rm -rf microip-ai-demo-linux-arm64.deb
5. When performing the above steps, do not connect any Device to the USB3.0 port on the Genio 510/700 EVK. After the above steps are completed, connect various USB Devices in the order recommended in Note 2 below, and then execute microip ai demo, The instructions are as follows, 5 represents fps, 1920x1080 represents Webcam Resolution. If you use Logitech Webcam, the higher the fps setting, the greater the current required. Maybe the USB3.0 port of Genoio 510/700 EVK will push Not moving, Therefore, you can use the minimum fps 5 first, but the picture will be a bit stuttery. If you want to use a higher fps, it is recommended to use a USB Hub that can be connected to an external power supply to connect the Webcam and other devices, and the USB Hub should be connected to 5V as much as possible. /5A Adapter(Raspberry Pi Officially designated Adapter) for additional power supply, Logiteh Webcam currently supports fps 5/10/15/30
sudo mip_ai_demo 5 1920x1080