Knowledge Base Article

Bash: ./altera_cvp_load: /bin/sh^M: bad interpreter: No such file or directory

Description

Due to a problem in the Stratix® 10 FPGA Configuration via Protocol (CvP) driver, you might observe this error during the driver installation.

Resolution

To work around this problem, please use the following Linux command to remove unexpected hidden characters in the altera_cvp_load file.

sed -i -e 's/\r$//' altera_cvp_load

This problem is scheduled to be fixed in a future release of the Stratix® 10 FPGA Configuration via Protocol (CvP) driver.

Updated 3 months ago
Version 2.0
No CommentsBe the first to comment