Hello,
I want to run the example uartEcho from Starterware on BeagleBone and BeagleBoneBlack.
On my PC I installed the version 2.0.1.1 of Starterware.
The revision of my BeagleBone is A6A and that one from my BBB is A5B. I've already noticed that the processor of the BBB has changed.
I can import and build the example project "uartEcho" without any issues and I can start a debug session on both boards with the suitable GEL-file, too. On the BeagleBone no interrupt is generated. The initialisation of the interrupt controller passes without any error but the ISR is never executed. On BBB I have the same behavior. Moreover on BBB the UART is not working. I made some modifications of the code to send informations over the UART. It only works on the Beaglebone.
For debugging BeagleBone Black I use Segger J-Link and for the UART connection the standard FTDI cable like described here:
http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Serial_Debug_Cables
If I boot the Linux on BBB I can see the messages on the console. So it seems to be that the hardware is not damaged.
Has anybody an idea what could be the reason for that issues?
Thanks and Regards.