-
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
Add Wifi Firmware for Raspbery Pi #22
Conversation
Still need to clean up unneeded firmware
Maybe there is a better way to do this.
Commit: 68297de |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tabs
Just built this branch and confirmed that the hostap is working on a Raspberry Pi 3. Internet access for connected clients is working exiting through the ethernet connection. Consistent with what @darkdrgn2k has reported, and expectedly from 85-wlan-mesh.network, when I have the following USB adapters plugged in:
How does @hamishcoleman feel about adding an extra file in debian-minimal-builder to bring up ath9k_htc as Mesh Point as well? This is in the short-term, as all these files will be held outside of debian-minimal-builder in some node profile eventually. Since this is now working for Raspberry Pi 3, and assuming it did not break Raspberry Pi 2 and is expected to work with Raspberry Pi 1, shall we rename the target If we do this,
|
Thats correct, the package that holds the firmware is a general broadcom package including firmware for most broadcom devices. The only one we need for RPI3 is the are those two file. RPI 2 and 1 Do not use any. We COULD spin out a new board setup for rpi 3 but at some point it seems silly to do, Maybe at some point in the future we can do a openwrt like installer that you can turn on or of certain boards but for now i think were way to far from that point. I also think hamish will refactor things a bit beter at some point in the future.
I'm thinking production here - Correct me if I'm wrong but i cant think of a SINGLE reason why you would want to run TWO access points with the same settings, or TWO mesh points with the same settings but both would yield node problems. Perhaps what we can do is do a "first boot" script that will create a config directory if one is not found and prep some config files the sd card using mac addresses? thoughts?
I have a pi1 ill run the node and see what happens to confirm. |
I cannot recommend renaming the subdir - it clearly will never work for all raspberry pi devices. Perhaps the documentation to that fact inside boards/raspberrypi2/Makefile should be moved in to a boards/raspberrypi2/README file |
wrt the ath9k_htc stuff, I have not had a chance to look or think about it - propose a patch, then its clearer |
Still need to clean up unneeded firmware,
any suggestions on how to gut it
IE brcm is 4 megs but only ~370k is needed
(brcmfmac43430-sdio.bin and brcmfmac43430-sdio.txt)