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

ftdi_user.sh issue on 64 bit linux #10

Closed
jackgassett opened this issue Feb 24, 2015 · 2 comments
Closed

ftdi_user.sh issue on 64 bit linux #10

jackgassett opened this issue Feb 24, 2015 · 2 comments

Comments

@jackgassett
Copy link
Member

http://forum.gadgetfactory.net/index.php?/topic/2244-ftdi-usersh-issue-on-kubuntu-64-bits/

@quicky2000
Copy link

On Kubuntu 64 bits the

apt-get install libftdi-dev

install the 64 bits version of lib ftdi whereas lines 12 and 13 refer to 32 bits version of papilio-prog executable.

By the way execution of papilio-prog failed as it is not able to locate the 32 bits version of libftdi.

By replacing

chgrp dialout hardware/tools/papilio/lin32/papilio-prog
chgrp dialout tools/Papilio_Loader/programmer/linux32/papilio-prog

by

chgrp dialout hardware/tools/papilio/lin64/papilio-prog
chgrp dialout tools/Papilio_Loader/programmer/linux64/papilio-prog

and adding the missing linux64/papilio-prog in tools

cp -rf hardware/tools/papilio/lin64/papilio-prog tools/Papilio_Loader/programmer/linux64

the papilio-prog run properly.

Would it be possible too to avoid the duplication of papilio-prog binaries in two different locations ?

This issue is quite almost the same than #15

@jackgassett
Copy link
Member Author

The build.xml file was not properly updating the linux32 binaries to linux64 binaries. This should be fixed now.

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