-
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 arm docker image for raspberry pi zero #32
Comments
I think the image is arm64 and on 32 bit arm (armv6?) like PiZero, you would need armhf. Maybe the topic could be enhanced a little bit and also have also a docker image that works on x86-64 to run on an Intel NUC or that kind of small size computer. |
I see the following error:
Docker in general works fine, but only with supported images. In order to get going, I installed the proxy as a go-application and it is running fine. **Edit: |
I made a start script which changes to the TeslaBleHttpProxy dir and then in there let ./TeslaBleHttpProxy start. so it works with the /key folder in that dir. And then I added that script to a @reboot cron job |
Could you please share the script? Thanks! |
Sure. I called it StartTeslaProxy.sh and it has the following content to start the application and is putting the output into a logfile. And it assumes you have TeslaBleHttpProxy dir in your home folder directly. If that is not the case you just need to specify the whole path to your TeslaBleHttpProxy dir to make it work
You then need to make it executable with
And then add it to crontab with
and in that file just paste |
got the same problem. i cant work around myself since im to dumb to install go and compile myself. is there a possiblity to make the docker container for armv7? only solution for me i got rn is to make a clean new install with 64bit raspberry pi os and start over with my whole setup.nvm i upgraded my raspberry4 to 64 bit. worth it, needed to be done anyway :)! |
Same here. I got an PiZero 2W and cant get it running due to the wrong platform. |
I will try adding this binarys in the docker image. I come back here, when it‘s completed. |
Can you try via |
Just gave it a try on a PiZero 2W:
seems the platform is still not the right one. |
I'm a noob myself when it comes to docker, but ...
that got me going :-) Note the different image name. |
Ok, I was just pulling the Dev image, but obviously not calling it within the docker-compose.yml file. The dev image is working for me as well on a PiZero 2W as swa72 described above. |
On Raspberry pi zero W still crashing with error 132 |
Should be working with Version 1.2.2 now. If there are any other errors, please open new issue. |
With raspberry pi zero w still getting code error 132. dpkg --print-architecture shows: |
I'm also getting error 132 on a Raspberry Pi Zero W. |
There is a new version on dev tag. Can some one test this with Raspberry Pi Zero W?
|
I've release the version with 1.2.5 |
I've just spun up a new instance of 1.2.5 in docker-compose on a Raspberry Pi 0 W and I can confirm I'm still getting the "Restarting (132)" error.
|
How the program can communication to the car ? Do you mean , we need to connect wifi to raspi which we have installed "TeslaBleHttpProxy"? |
I can't use the docker image due to wrong architecture
The text was updated successfully, but these errors were encountered: