Tool/software: Linux
I am working through the PRU Training Lab 4. I have been following along with the instructions so far and have made it to Lab 4.
I added the #include "am335x-boneblack-prucape.dtsi" to the bottom of the am335x-boneblack.dts file. I am a little lost though on where I should be. Since the next command-line is a make with cross compile arguments, I am using my Linux desktop. I am working in the folder:
user@linuxpc:~/ti-processor-sdk-linux-am335x-evm-03.01.00.06/board-support/linux-4.4.19+gitAUTOINC+db0b54cdad-gdb0b54cdad/arch/arm/boot/dts
Is this the correct location? It doesn't seem to specify the path to arch/arm/boot/dts
user@linuxpc:~/ti-processor-sdk-linux-am335x-evm-03.01.00.06/board-support/linux-4.4.19+gitAUTOINC+db0b54cdad-gdb0b54cdad/arch/arm/boot/dts$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dtb-am335x-boneblack.dtb
make: *** No rule to make target 'dtb-am335x-boneblack.dtb'. Stop.
I am stuck on this step.