-
Notifications
You must be signed in to change notification settings - Fork 50
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 markdown version of install instructions #10
Open
warnes
wants to merge
21
commits into
Nuand:main
Choose a base branch
from
warnes-wireless:add-doc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for bringing up bladeRF-wiphy.
improvements to instructions.
…ript into new bin dir.
bladeRF-wiphy.
* Add explicit checks for raspberry pi & appropriate code. * Stop on error * Pass `-y` to `apt` commands to prevent user prompting. * Reduce size of git clones using `--depth=1` when possible * Replece explicit paths to BUILD_DIR with variable.
* Install FX3 firmware * Remove leftover code * Only remove modules and devices that are actually present.
* Don't try to unload cfg80211 since it is used by other 802.11 drivers. * Add variable to specify the name of the wlan device.
* Preserve existing value of BUILD_DIR from environment. * Exportt BUILD_DIR to environment * Attempt to determine the correct wlan interface # as the number of existing interfaces (counting from 0). * Use `pkill` instead of killall to terminate programs. * Terminate all launched programs start-bladeRF-wiphy.sh * Use `x-terminal-emulator` to avoid assumptions about windowing system * Unload existing modules before loading the new ones. * Start dhcpd in a terminal * Check for presence of nmcli before running it. * Properly determine detected MAC address. * Temporarily disable ip forwarding install.sh: * Use `apt` intead of `apt-get`. * Check for Raspberry Pi vs 'standard' debian & use the correct kernel header package. * Download standard `hosted` firmware as well as FX2 and wlan firmware. * Correct installation of firmware. * Limit git clones to depth=1 to avoid unecessarily large downloads. * Use correct git branch for Kernel version based on whether VENDOR='Raspbian' * Replace some remaining fixed paths with ${BUILD_DIR}
of `/usr/share/Nuand/bladeRF`. * Use `/tmp` instead of `${HOME}` for the build dir. * Delete build dir at start of install * Modify `dhcpd.conf` and `hostapd.conf` when starting to match the wlan device name we're using. * Remove extraneous use `env nmcli`. * Use the last two digits of the ethernet mac address for the mac address assigned to the bladeRF to avoid collisions. * Add a prompt after commands in launched terminals to prevent them from closing before any message are viewed * Use the dhcp service instead of calling dhcpd directly. * Set the frequency after bringing up wlan link to prevent error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.. so that I can add comments / suggestions / questions.