-
I can't see anyone using setjmp/longjmp for programming the PRU, but it is needed for running some GCC testsuite cases..
-
The following wrong code can be generated by pru-gcc for sibling calls:
20000074: f104a285 lbbo r5.b0, sp, 4, 12
20000078: 0110e2e2 add sp, sp, 16
2000007c: 20e70000 jmp r7
To fix, …
-
```
I'm trying to build HadesMem against boost_1_45_0, this is my first time trying
to use the Boost.Build system and the log file outputs the following. Any help
would be appreciated. Thanks.
Noti…
-
```
What steps will reproduce the problem?
1. Download the latest ActiveMQ C++ trunk or the 2.1.3 release
2. Build and install the activemq-cpp
3. Download the pyactivemq trunk
4. Build the package wi…
-
I'm noticing the latest-image (Debian 4-23-14 on BBB) has not fixed issue #3 but the patch is applied.
From the PRU I signal the host application with the following:
MOV r31.b0, PRU0_ARM_INTERRUPT +…
-
For what it's worth, even though dtc builds and runs fine on OS X, your Makefile has some issues:
```
$ make
DTC src/arm/am335x-base0033.dtb
clang: error: no input files
make[1]: *** [src/arm/a…
-
So upgraded to the 3.14.3 43 kernel and need to enable SPI0 so I can write a library to talk with the nRF240L. When I run the dtb-rebuilder using the provided am335x-bineblack.dts and reboot I get thi…
-
There's an additional question at the bottom too.
I'm having trouble with your list of instructions (numbered for reference):
1 git clone git@github.com:beagleboard/am335x_pru_package.git
2 cd am33…
-
When **making** the `example_apps` i get the following:
```
make CROSS_COMPILE=
mkdir -p bin
for dir in PRU_memAccess_DDR_PRUsharedRAM PRU_memAccessPRUDataRam PRU_PRUtoPRU_Interrupt; do make -C $di…