-
Notifications
You must be signed in to change notification settings - Fork 7
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
Need list of firmware #46
Comments
Ill start work on that however a repository of some information can be found here Maybe i can include the firmware information in that repo as we test. |
I used |
and what firmware files are needed by each of those? |
How do I check that? |
repeat:
|
Most of my unique dongles are scattered into the wind at the moment as i been brining the TP 722s for the workshop But the two main ones are
I think the new chinees one is the same as the topink but i can only test it on a orange pi. |
I tried those two @darkdrgn2k posted and have the same results. Also, I tried the new TOP-4M02 and it uses the same file as the TOP-GS07. I do not have the one that is |
The firmware package updates needed to support the rpi3b+ mean that the ralink firmware is no longer available - this needs some work to address. |
raspbian jessie contains the ralink files in the firmware-misc-nonfree package, however this is a rather large package. This simply increases the need to rework the firmware Makefiles to allow easily defining which firmware files to include |
…omeshnet#46 for the discusion on how to reduce the size impact)
In order to improve the way we are handling the firmware, I need to remove most of the firmware files that are currently installed. To ensure that we still have the firmware needed to support for all the expected hardware, I need to ensure some files are added in - but I dont have access to most (all?) of the required hardware to confirm the needed files.
We need to compile a list of supported hardware and the matching firmware.
@benhylau, @darkdrgn2k can you both add all the details you have for this?
#27 and #22 look like they might help
Current list of hardware I know about:
Still need exact firmware file names for most of those though.
The text was updated successfully, but these errors were encountered: