Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinecil 2 not available as device type? #42

Open
SoLongSidekick opened this issue Feb 2, 2024 · 5 comments
Open

Pinecil 2 not available as device type? #42

SoLongSidekick opened this issue Feb 2, 2024 · 5 comments

Comments

@SoLongSidekick
Copy link

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
Copy link
Owner

Ralim commented Feb 2, 2024

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

@SoLongSidekick
Copy link
Author

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
Copy link
Owner

Ralim commented Feb 3, 2024

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

@discip
Copy link
Collaborator

discip commented Feb 23, 2024

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

@SoLongSidekick
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants