-
Notifications
You must be signed in to change notification settings - Fork 369
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
OPENCV libraries for arm #144
Comments
@sergio14890 you may have a look on OpenCV documentation: To summarize up, this is the method that I used to install OpenCV on this Linux SD card image of DE1-SoC from https://software.intel.com/content/www/us/en/develop/topics/fpga-academic/learn/tutorials.html
|
@mingyi136 you know also about this error? |
@sergio14890 which command that you are running? Is that to build opencv for ARM? One more thing, you are running that on Windows? |
Yes my big friend, I'm trying to build opencv for arm. I run this command in the Ubuntu 18.04 to build the opencv for arm. |
Hi @sergio14890 , I'm not familiar with your method. But for me, I have ran the commands (to build opencv) that I have mentioned before directly on ARM. |
Hmm ok. |
Yes, you may connect the board to Internet! For my own way, I have shared my desktop WiFi with DE1-SoC board via LAN Cable Alternatively, you may also try to download opencv folder in dekstop, then transfer it to ARM (to be built later) using scp command (via LAN cable) |
Nice, your help was very good! Thank you so much! |
Hey @mingyi136 one last time. I have my computer connected to a Wi-Fi network. |
You are most welcome, @sergio14890 I suggest you to check the connection again by typing 'ifconfig' command in the terminal (ARM). You may have a try on bridge connection too if the wifi connection to board still don't work |
Hey @mingyi136 and @doonny, i need your help ...
Router -------> My Computer -------> De1-soc Board In configuration My wi-fi i have enable : properties -> share -> select 2 boxs When i connect FPGA via ethernet cable i have this automatic ip: But, the network stay: unidentified network and public network. In putty i confirate: But when i try connect internet, i dont have a sucess. |
When i do "dhclient eth0", the terminal is stuck. |
Perhaps you can try this, it works for me:
|
Thanks @mingyi136 finally, i solved all problems. |
Glad to hear that @sergio14890 I didn't try TRDB-D5M before, perhaps you can have a try on that |
And with a USB camera have you ever tried? @mingyi136 |
Hey @doonny and everyone!
I need download opencv libraries to compile in arm. Can someone tell me a place or tutorial where i can see how to do it?
The text was updated successfully, but these errors were encountered: