Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Thanks for your response. I have run DE5-Net test examples successfully on the Machine. But I was asked if it is possible to run de1soc test examples on DE5-Net. So based on your comments it is not possible. Is that correct? --- Quote End --- I think the test examples from DE1-SoC and DE5-Net are the same, just targeting different boards. You can modify the examples from DE1-SoC manually to target DE5-Net. You should modify the makefile so that the host compiler is changed from arm-linux-gnueabihf-g++ to g++, and the target board is de5net_a7 instead of whatever it is right now.