# voxl-tflite-server_0.2.3

Source: https://forum.modalai.com/topic/854/voxl-tflite-server_0-2-3
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl
Posted: 2022-04-11 18:39:46 UTC by JoeC
Replies: 1 · Views: 562

## JoeC · 2022-04-11 18:39:46 UTC

Hello, I have just tried to pull the most recent voxl-tflite-server code from the public gitlab site.  I'm following the instructions in the readme ( https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server ) and was able to clean, install deps, and build without trouble in the voxl-cross:V1.9 container.  Deploying via ADB, however, I get a "Not selecting voxl-tflite-server 0.2.3 due to incompatible architecture" message and the existing 0.1.8 remains. I'm using the VOXL and used the appropriate 'apq8096' argument (also I did "deploy" outside the docker container). 

Question is: Is voxl-tflite-server 0.2.3 perhaps not intended for the VOXL hardware?  If it is, perhaps I'm missing something else?  Thanks!

-Joe

## Reply by Guest · 2022-04-11 20:39:10 UTC

Hi Joe!

We're most of the way through a big update that'll make all of our packages able to run on multiple architectures, this release will be paired with a system image update. If you'd like to manually build the latest from our gitlab in the meantime, simply add the line ```arch arm64 7``` to ```/etc/opkg/arch.conf``` and then run ```opkg update``` on voxl.
