sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
471 stars 47 forks source link

DevTools aren't launching #253

Closed WDoughty closed 7 months ago

WDoughty commented 7 months ago

Looked through a bit of the other issues but haven't been able to resolve what I am seeing.

flutter-elinux run -d v1200
Launching elinux/flutter/main.dart on eLinux in debug mode...
Uninstall vis_vision_app from v1200.
Uninstallation Success
Install vis_vision_app (build/elinux/arm64/debug/bundle) to v1200
Installation Success
Launch vis_vision_app.name on v1200

The discovery uri never shows up in the regular log. But if i run with -v

[+5191 ms] Installation Success
[        ] Launch vis_vision_app.name on v1200
[+1231 ms] VM Service URL on device: http://127.0.0.1:40937/MWJ-2vYYMDg=/
[   +1 ms] executing: ssh -o ExitOnForwardFailure=yes -L
127.0.0.1:40937:127.0.0.1:40937 ccs@10.134.182.10

Going to that url I get this.

This VM does not have a registered Dart Development Service (DDS) instance and is not currently serving Dart DevTools.

Other info, I am cross building from x64 to arm64 using custom sdk and yocto.

HidenoriMatsubayashi commented 7 months ago

I'll close this issue as it's a duplicate of #251. Please comment on #251