Skip to content
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

RFLoader Broken Link #73

Closed
baffo32 opened this issue Mar 5, 2017 · 4 comments
Closed

RFLoader Broken Link #73

baffo32 opened this issue Mar 5, 2017 · 4 comments

Comments

@baffo32
Copy link

baffo32 commented Mar 5, 2017

Hi,

http://docs.openbci.com/Hardware/06-Cyton_Radios_Programming_Tutorial specifies to download RFLoader.exe from http://docs.openbci.com/assets/RFDLoader for programming the radios on Linux. However, this file is not available at this address.

  • Karl
@baffo32
Copy link
Author

baffo32 commented Mar 5, 2017

@biomurph biomurph closed this as completed Mar 6, 2017
@biomurph
Copy link

biomurph commented Mar 6, 2017

Thanks!

@baffo32
Copy link
Author

baffo32 commented Mar 23, 2017

Sorry, this fix was not correct. It looks like some kind of wrapper script is expected that launches the exe using wine, not the exe itself.

@baffo32
Copy link
Author

baffo32 commented Mar 23, 2017

I wrote this script which worked for me when saved as RFDLoader:

#!/bin/bash
mkdir -p ~/.wine/dosdevices
ln -sf "$2" ~/.wine/dosdevices/com9
wine "$0".exe "$1" com9 "$3"

I'm guessing the original script, which seems to have disappeared, contained something similar.

baffo32 added a commit to baffo32/Docs that referenced this issue Apr 20, 2019
Previous instructions did not function due to incorrect replacement link.  Hopefully some day somebody can test this on Linux again.
retiutut added a commit that referenced this issue Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants