Pinecil 2 not available as device type?
SoLongSidekick opened this issue ยท 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?
It looks like your command is wrong, you shouldn't have the device type in ${}
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/
Very sure.
The ${} is syntax for a variable. So you replace the whole set.
@SoLongSidekick
If your issue is resolved, please don't forget to close it. ๐
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.