You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Hey all! I'm experimenting with the j storage flashcommand and I'm having some troubles. So basically I have sdmux driver and I want to flash a image into a sdcard. I run:
[Errno 2] No such file or directory: '/dev/disk/by-diskseq/79'"
It's right, this file doesn't exist but /dev/disk/by-diskseq/81 . Looks like it's hardcoded or only set once, note that every time I change from host to dut the number is increased.
I assume that on every flash command or on every switch to host the variable that stores the path should be updated? Could be that the problem? (edited)
Hey all! I'm experimenting with the j storage flashcommand and I'm having some troubles. So basically I have sdmux driver and I want to flash a image into a sdcard. I run:
But I'm getting, the following error:
jumpstarter ⚡local ➤ ls /dev/disk/by-diskseq/81
jumpstarter ⚡local ➤ j storage dut
jumpstarter ⚡local ➤ j storage host
jumpstarter ⚡local ➤ ls /dev/disk/by-diskseq/
jumpstarter ⚡local ➤
I assume that on every flash command or on every switch to host the variable that stores the path should be updated? Could be that the problem? (edited)