Pd2dsy issue: No such file or directory

I’m getting a build error saying No such file or directory. Stop.

I have tried renaming the folders that might be causing issues.

This is the guide that I am following: pd2dsy Guide · electro-smith/DaisyWiki Wiki · GitHub

I’m just using the seed.

Any ideas?

You will need to provide some details.

Thanks for responding.

I’m not sure what details I missed - the process fails quite early.

I’m on windows 11.

I’m using a blink pd example.

This is my json file:

{
  "name": "blink",
  "som": "seed",
  "components": {
    "led": {
      "component": "UserLed"
    }
  }
}

Do you have spaces in any file or directory names?

You still haven’t given many details, like which operating system are you using, what your patch looks like, etc.

Realize that pd2dsy is not getting any updates or active support by E-S.
It is recommended to use plugdata instead:

1 Like

Thanks again for replying.

Windows 11
Daisy Seed
There were spaces in a folder path, but htat issue is now addressed.
The patch is the standard blink patch provided in some hello world style tutorials - including this one: https://www.youtube.com/watch?v=HwMpIXqVEKk

I just tried plugdata - I get this error:

Warning: Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Error during download get_status
make: *** [../../libdaisy/core/Makefile:330: program-dfu] Error 74
'

I used pod as the target.

Thanks

This Error 74 is expected and is something that cannot be filtered out.

You can ignore this. Before it you should see a successful flash.

I see file download successful.

But no blinking on the board. Have I forgotten something - like how to target the built in LED

Attached is the current patch.

image