Downloading model failed when execute "edge-impulse-linux-runner"

device: jetson-orin-nano

Question/Issue:
Hello,

I followed instruction of web to setup my environment, and success connect to Edge Impulse using “edge-impulse-linux” command.

but after I executed “edge-impulse-linux-runner” to try to run my impulse locally, i got error as below. How do i fix this error?

Thanks!

Edge Impulse Linux runner v1.7.0
[RUN] Downloading model…
[RUN] Failed to run impulse Filed to find deployment tyep “runner-linux-aarch64-jetson-orin”,…

Hello,

i added argument “–force-target runner-linux-aarch64” to try to force to change supported target and it worked fine.
however, the display resolution that URL given is lower than “Launch in browser” function on “Deployment” tab. Are there any commands to adjust display resolution when i execute “edge-impulse-linux-runner” command?

Thanks!

Hi Chris!

Thanks for letting us know - could you please provide a project ID?

Thanks @ivan,

Hi @ChrisHsieh we have reported this issue to our tech team. For the moment you will need to continue to use:

--force-target runner-linux-aarch64

Best

Eoin

Hi Ivan,

my project id: 360319

thanks for your support!