We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wonder if this is the correct way of installing pasm & prussdrv
I've done this but then when I tried to run a blink.p file, it says, "pasm: command not found"
The text was updated successfully, but these errors were encountered:
Fixed. Refer to "ExploreBeaglebone" P546 Add the corresponding libraries, include files and assembler to their respective BBB dictionaries.
Sorry, something went wrong.
The problem is the incomplete process. After make, run sudo make install. You'll see something like
make
sudo make install
[sudo] password for debian: install -m 0755 -d /usr/local/bin install -m 0755 pru_sw/utils/pasm /usr/local/bin cd pru_sw/app_loader/interface && CROSS_COMPILE= make install make[1]: Entering directory '/home/debian/am335x_pru_package/pru_sw/app_loader/interface' install -m 0755 -d /usr/local/lib install -m 0755 -d /usr/local/include install -m 0644 ../lib/* /usr/local/lib install -m 0644 ../include/prussdrv.h ../include/pruss_intc_mapping.h /usr/local/include make[1]: Leaving directory '/home/debian/am335x_pru_package/pru_sw/app_loader/interface'
You can probably close this issue now
No branches or pull requests
I wonder if this is the correct way of installing pasm & prussdrv
I've done this but then when I tried to run a blink.p file, it says, "pasm: command not found"
The text was updated successfully, but these errors were encountered: