-
Notifications
You must be signed in to change notification settings - Fork 495
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
Building tensorflow on Raspberry Pi 2 Model B #6
Comments
@e-lin
After finishing the full installation process, there were close to 8 GB of memory used between the new binaries and Raspbian. I'd recommend trying with a larger SD card and seeing if it compiles properly. If you're still having issues, let me know and we can work through it together.
|
I changed to use a 32 GB SD card. The upshot was that I finished it all at one go. |
Glad to hear it's working now. I'll make a note in the guide to use a 16GB or larger SD card. |
In #6, it was discovered that a fresh install of Raspbian on an 8 GB SD card does not leave enough space to compile all of the programs. This change informs users to use a larger SD card.
Thank you for the instructions of building tensorflow on Pi. I have followed your instructions but now I am stuck at the step of building tensorflow.
I am using Raspberry Pi 2 Model B with an 8G formatted SD card + official release of NOOBS 1.9.0
( At the first attempt I used NOOBS 1.4.2 but encountered same issue mentioned in #5, it was not fixed with adding memory swap but fixed with reinstalling NOOBS 1.9.0 )
After I came to the step of finishing building bazel. I got my output/bazel with the size of 82612.
When I attached a 4G USB thumb for mem swap and try to build tensorflow, I got error message below:
I've tried this to make a ~/.bazelrc
but I got another error below:
I saw there is a post discussing about error message above but I got no hint with it.
When I want to re-build the Bazel, the Pi just told me there is no space left on device.
pi@raspberrypi:~/tensorflow/tf/bazel $ df -h
I would like to know
Or could you put your bazel binary to somewhere?
Thank you.
The text was updated successfully, but these errors were encountered: