-
Notifications
You must be signed in to change notification settings - Fork 142
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
[Feature Request] Indicate to the user which drivers are necessary for their boards #549
Comments
In icestudio is configured in the board definition, could be the same in apio? and in this case make only apio drivers install? Could be more consistent change the command by |
Should we have to the programmer definition information about the driver requirements? https://github.com/FPGAwars/apio/blob/develop/apio/resources/programmers.jsonc
Do you propose to change to
|
This is an idea i don't know well if this is best option, what do you think? give me a day to research around the boards and their drivers messages. |
For item 2, I think I prefer your suggestions because it makes the existing apio |
tell me a day to think in it , please |
Sounds good. Whenever it works for you.
…On Wed, Jan 22, 2025 at 11:25 AM Carlos Venegas Arrabé < ***@***.***> wrote:
tell me a day to think in it , please
—
Reply to this email directly, view it on GitHub
<#549 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQVMQOHHVS4H7KYENK5NMD2L7WD3AVCNFSM6AAAAABVMSVTJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBYGA4DMMZZG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@cavearr, do you think on number 1 or number 2? For number 2, I think your suggestion for |
@cavearr, I implemented your idea for the apio drivers command structure. I think it's cleaner this way. You may need to adapt icestudio if you use the drivers commands. The new commands are:
|
Sorry for my delay! dinner time! 😆 I like this option, when you do a PR y addapt iceStudio don't worry for that, i'm doing a lot of changes and refactoring in Icestudio , the wip is for this 😄 I'm working and doing test around folder structure, tomorrow i'll post you around that. Great work @zapta ! |
On my darwin-arm64 machine, |
Maybe in osx could be and old feature for old intel machines. This afternoon i'm reviewing the code to clear it. |
Apio has commands such as
apio drivers ftdi install
orapio drivers serial install
but how should the user know which driver they should install for their board?This request is for providing such indication, either using the existing data in apio resource files or by adding new data for this purpose.
The text was updated successfully, but these errors were encountered: