This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA821U: JACINTO7

Part Number: DRA821U
Other Parts Discussed in Thread: PROCESSOR-SDK-J7200, DRA821, SYSBIOS

Tool/software:

Hi TI Team,

I have used Processor-SDK-J7200 of  JACINTO7 evaluation  board for DRA821 processor with Linux-

SDK-         ti-processor-sdk-linux-j7200-evm-10_01_08_01-Linux-x86-Install

CCS-         CCS12.8.0.00012_linux-x64.tar

Ubuntu-22.04 

=====

I have download and installed the SDK as per given manual in TI site with Ubuntu22.04 but when we search the files and path of  following in SDK we did not find.

Board Configuration files

UART Drivers  files

Ethernet Drivers files

I2C/SPI Drivers files

CAN Drivers files

Kindly provide complete setup software of UART0/UART1/UART2/UART3 /UART4 and CAN etc for DRA821 with JACINTO7 evaluation Board.

I have already setup basic framework with CCS but not find path for following files in Installed SDK to include.

#include <ti/drv/uart/UART.h>
#include <ti/drv/uart/UART_Params.h>
#include <ti/drv/uart/UART_Config.h>
#include <stdio.h>
#include <stdint.h>
#include <ti/sysbios/BIOS.h> 

and following API also not showing in SDK.

uart_init(); // Initialize UART


uart_send_data("Hello, Jacinto 7 UART!\n");


BIOS_start();

For above SDK and PDK both need to download if yes then provide the PDK of DRA821 Processor, we want to integrate with CCS for compile and run the our UART,I2C and CAN based application and load into  DRA821 evaluation board.

Kindly do the needful.

  • Hi,

    when we search the files and path of  following in SDK we did not find.

    Are you trying to searching the driver files from this processor-sdk-linux-j7200 sdk package? if yes, could you refer this path <sdk>/board-support/ti-linux-kernel-<version> in your linux sdk.

    Kindly provide complete setup software of UART0/UART1/UART2/UART3 /UART4 and CAN etc for DRA821 with JACINTO7 evaluation Board.

    Could you clarify what you require here?

    For above SDK and PDK both need to download if yes then provide the PDK of DRA821 Processor,

    Could you please elaborate on whether you must integrate from the RTOS SDK or the Linux SDK? It looks like you are using the Linux SDK, but the Linux SDK does not have a PDK.

    Regards,

    Karthik