Proper setup of simulator for linux #165
Replies: 3 comments 3 replies
-
Progress so farFor some reason it's listed in docs you could change owner of simulator to yourself, but it's totally not sufficient. One option is to precreate tap0 interface: and put this inside:
Replace <username> with your desired user. As you already have "tap0" interface up and running some fixes could be applied to qemu scripts: for qemu-ifup it should be like this:
So, currently you should be able to start qemu without root like this: search for correct <UUID> inside ~/.zepp/emulator_cache (assuming you downloaded some images from simulator)Anyway still doesn't launch qemu from simulator ... :( |
Beta Was this translation helpful? Give feedback.
-
Thank you for your feedback, I will feedback this issue to the relevant colleagues. |
Beta Was this translation helpful? Give feedback.
-
Has the problem been solved? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm having trouble setting up simulator in linux mint.
sudo ./simulator --no-sandbox
throws lots of errors and display just black screensimulator.log
sudo /opt/simulator/resources/firmware/start_qemu.sh ZEPP_FW_DIR=/home/kartun/.zepp/emulator_cache/e5d9ef031bef6797a6d10506ca25e493
, but obviously it doesn't have any apps in itAlso it spam with message:
inject stop because application is inconsistent with the watch simulator model
, I checked app.json, and it have definitions for GTR4 and GTS4, and this images are downloaded.Please advice how to setup this in linux ?
Beta Was this translation helpful? Give feedback.
All reactions