Ralim / IronOS-Meta

Storing meta information about devices that dont need to be in the main repo
54 stars 10 forks source link

Pinecil 2 not available as device type? #42

Open SoLongSidekick opened 7 months ago

SoLongSidekick commented 7 months ago

When trying to create a boot image I get an error that the Pinecil 2 is not supported. Here's the command and the error I get:

C:\Users\Me\Downloads\IronOS-Meta-main\Bootup Logos>python img2logo.py SYP1.png out -m ${pinecilv2} Converting SYP1.png => out Could not determine device type

As far as I know the Pinecil v2 is supported, am I missing something?

Ralim commented 7 months ago

It looks like your command is wrong, you shouldn't have the device type in ${}

SoLongSidekick commented 7 months ago

It looks like your command is wrong, you shouldn't have the device type in ${}

Uh are you sure? That command is copied directly from the how-to located here: https://ralim.github.io/IronOS/Logo/

Ralim commented 7 months ago

Very sure. The ${} is syntax for a variable. So you replace the whole set.

discip commented 6 months ago

@SoLongSidekick If your issue is resolved, please don't forget to close it. 😊

SoLongSidekick commented 6 months ago

Sorry didn't even see this in my inbox.

I'll set a reminder to close it tomorrow to make sure you see this response first. So what you're saying is the command should be: C:\Users\Me\Downloads\IronOS-Meta-main\Bootup Logos>python img2logo.py SYP1.png out -m pinecilv2

I can't find my freaking Pinecil right now.