-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can’t make it work in raspberry pi #1
Comments
I have now built the same as you with the cable - however, I believe the RPi needs a specific build of transfolio to work with the GPIO header. Install WiringPi Then try make pifolio |
Ok! I followed your instructions |
Hi have you installed build-essentials ? Try sudo make pifolio if your not a root user Are you trying the gpio version? |
Hello! Do you mean build-essential?
Build-essential is already there in the las version
The sudo is not working
Sorry. What is the gpio version?
Enviado desde mi iPhone
… El 30 ene 2021, a las 19:35, gavinlew ***@***.***> escribió:
Hi
have you installed build-essentials ?
Try sudo make pifolio if your not a root user
Are you trying the gpio version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
What is the exact error , can you paste the terminal output ?
On Sat, 30 Jan 2021 at 18:58, ea3iav ***@***.***> wrote:
Hello! Do you mean build-essential?
Build-essential is already there in the las version
The sudo is not working
Sorry. What is the gpio version?
Enviado desde mi iPhone
> El 30 ene 2021, a las 19:35, gavinlew ***@***.***>
escribió:
>
>
> Hi
>
> have you installed build-essentials ?
>
> Try sudo make pifolio if your not a root user
>
> Are you trying the gpio version?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASTZ2MMK3D5GS4ZGA4CIB6DS4RJEDANCNFSM4WI25CUQ>
.
--
--
Gavin Lewandowski
http://about.me/gavinlewandowski
|
Hi, gavinlew made small typo, Makefile target for Rasbperry Pi binary is "rpfolio", so the proper command is " The "sudo" shouldn't be necessary for running rpfolio, just ensure that you user is in group "gpio": I was using only transfolio (PC/Linux) binary, but will get my portfolio fron the shelf a test it. |
Ok cool. I have the binary compiled and working but no communication with
the RPi.
What would be great is a Pinout list
Ie Pin 2 Portfolio -> GPIO Pin 7
:)
On Sat, 30 Jan 2021 at 20:09, skudi ***@***.***> wrote:
Hi,
gavinlew made small typo, Makefile target for Rasbperry Pi binary is
"rpfolio", so the proper command is "make rpfolio". I've added
INSTALL_PI.md document with short instruction.
The "sudo" shouldn't be necessary for running rpfolio, just ensure that
you user is in group "gpio":
$ id
uid=1000(pi) gid=1000(pi)
groups=1000(pi),4(adm),20(dialout),24(cdrom),27(sudo),29(audio),44(video),46(plugdev),60(games),100(users),101(input),108(netdev),997(
*gpio*),998(i2c),999(spi)
I was using only transfolio (PC/Linux) binary, but will get my portfolio
fron the shelf a test it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASTZ2MMCHI2JO6QJRZAUHNDS4RRQBANCNFSM4WI25CUQ>
.
--
--
Gavin Lewandowski
http://about.me/gavinlewandowski
|
@ea3iev try, make rpfolio
On Sat, 30 Jan 2021 at 20:20, ea3iav ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/63938479/106367162-eec6e100-6340-11eb-8871-9178bceff908.jpeg>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASTZ2MLH7ZLYJQDLZ7EFORTS4RSZBANCNFSM4WI25CUQ>
.
--
--
Gavin Lewandowski
http://about.me/gavinlewandowski
|
Ok i have so many folders and attemps that I think my rpi is far away from getting it done. In which directory do I need to execute make rpfolio? It sais it is in the last version I think i may need to do it agian from scratch |
Hi
Just download the .zip from GitHub, then expand it and then run make , I
don’t usually check the source out of the repository
On Sat, 30 Jan 2021 at 20:38, ea3iav ***@***.***> wrote:
Ok i have so many folders and attemps that I think my rpi is far away from
getting it done.
I followed your first command
clone or unpack sources, and go into repository dir: git clone
***@***.***:skudi/transfolio.git cd transfolio
But i get an error. I need to specify the repository or something
In which directory do I need to execute make rpfolio? It sais it is in the
last version
I think i may need to do it agian from scratch
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASTZ2ML6GK6UW5JJBENPXA3S4RU4TANCNFSM4WI25CUQ>
.
--
--
Gavin Lewandowski
http://about.me/gavinlewandowski
|
sorry, those are two separate commands, but joined because badly formatted .md
|
I've assembled "testing bench". Compiled rpfolio on fresh rasbpian-lite image. Made cable and added cable pinout to INSTALL_RPI.md ( and i think that you crossed output with input lines, check them again ). |
Hey,
It seems that the file does not find / include the Here are my steps on the clean Raspbian Lite install:
But WiringPi is correctly installed. |
I have raspberry pi 2, and I'm compiling with wiringpi 2.50. Current "latest" (from your URL) wiringpi is 2.52 (dpkg -l wiringpi).
Can you try build with wiringpi version 2.50?
|
Hey,
I chose that version because
It seems that wiringpi is missing from Bulleye. After some searching I found this github repo and tried to install 2.5.
...but that failed, too. 🤦 Got another idea? |
transfolio needs to be rewritten with another library. I've created another issue: |
Hey, for completions sake,
|
Hello! I downloaded the zip, unzipped it and the executed make
Looks like the rpi can't find the paralell port...


is there I am missing
I am placing the file in the same folder as transfolio is
Thank you
The text was updated successfully, but these errors were encountered: