-
Notifications
You must be signed in to change notification settings - Fork 140
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
Can we avoid the special case for tinyprog on darwin? #529
Comments
i'll try it . In osx always i use --libusb, the other command line i'm not use never. Thanks @zapta! |
What board do you use with tinyprog?
I look for TinyFPGA BX and EX but couldn't find any for sale
https://tinyfpga.com/
…On Thu, Jan 9, 2025 at 5:11 PM Carlos Venegas Arrabé < ***@***.***> wrote:
i'll try it . In osx always i use --libusb, the other command line i'm not
use never.
Tomorrow afternoon i'll play with it in different OSs and try to find if
is it possible reduce to one command.
Thanks @zapta <https://github.com/zapta>!
—
Reply to this email directly, view it on GitHub
<#529 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQVMQMQRS7SANH7QBKSCS32J4M27AVCNFSM6AAAAABU5JZ7BKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBRGU2DANZSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @zapta , TinyFPGA-BX but be careful because the last batches has been solded with bad firmware. And the project appears very abandoned or unatended. I buyed several years ago, now i don't know where you can buy. I know, people that i had been helped in summer to work with it, buy in the past Spring at Mouser. I'm working in a patched version of tinyprog to work with old and new boards i hope have for testing during the next week. |
@cavearr, this is a question for you.
The general command line for the tinyprog progammer that apio uses is
tinyprog --pyserial -c ${SERIAL_PORT} --program $SOURCE
However there is a special hardcoded case for tinyprog on darwin which sets the command
tinyprog --libusb --program $SOURCE
Is this special case necessary? Can we merge the cases together into a single command line?
The text was updated successfully, but these errors were encountered: