IronOS-Meta icon indicating copy to clipboard operation
IronOS-Meta copied to clipboard

Pinecil 2 not available as device type?

Open SoLongSidekick opened this issue 1 year ago • 5 comments

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?

SoLongSidekick avatar Feb 02 '24 02:02 SoLongSidekick

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

Ralim avatar Feb 02 '24 06:02 Ralim

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/

SoLongSidekick avatar Feb 02 '24 20:02 SoLongSidekick

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

Ralim avatar Feb 03 '24 07:02 Ralim

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

discip avatar Feb 23 '24 00:02 discip

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.

SoLongSidekick avatar Feb 28 '24 04:02 SoLongSidekick