Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

SDWire storage device issues #341

@mangelajo

Description

@mangelajo

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:

j storage host
j storage flash auto-osbuild-am69sk-autosd9-qa-regular-aarch64-1711846169.e6b348fc.raw.xz

But I'm getting, the following error:

[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.

jumpstarter ⚡local ➤ ls /dev/disk/by-diskseq/81

/dev/disk/by-diskseq/81

jumpstarter ⚡local ➤ j storage dut
jumpstarter ⚡local ➤ j storage host
jumpstarter ⚡local ➤ ls /dev/disk/by-diskseq/

1  1-part1  1-part2  1-part3  82  82-part1  82-part2  82-part3

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions