Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: AM3352 Tool/software: Hi, all.
I caught the problem with the watchdog using on AM335X cpu.
We use the kirstone yocto build. Version of kernel is 6.1.33.
Log and kernel crash is below…
Part Number: AM625 Other Parts Discussed in Thread: SK-AM62 , SK-LCD1 , SK-AM62B-P1 Tool/software: I am trying to use dual OLDI displays on the AM6254ATCGGAALW.
I do not see tidss initializing upon boot as is stated in SDK documentation section 3.2…
Part Number: J784S4XEVM Related to this older thread, I'm also trying to get uvc-gadget to work, on a J784S4XEVM this time. My script is listed below.
#! /bin/sh
GADGET_DIR="/sys/kernel/config/usb_gadget"
GADGET_NAME="uvc_gadget"
LANGUAGE=0x409…
Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: AM3352 Tool/software: A custom board reference to am335x-evm,
With cryptodev enabled and watchdog disabled in Linux kernel 6.1.33 , the kernel boots up properly with a cryptodev module…
Part Number: AM3352 Hello,
We are moving our own am3352 design FW from SDK 05.03.00.07 to SDK 09.01.00.00, so we are now running kernel 6.1.46.
System seems to be working fine, but we are having problems trying to get uart to wake the system from…
Part Number: DRA821U Hi,
I use sbl and change the dts
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"
==> bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 root rootfstype=ext4 rootwait…
Part Number: AM3352
Hi,
We are working on running Qt applications on a AM3352 based board.
When we try to execute any Qt application, we get the following error:
root@am335x-evm:~# cd /usr/share/qt5/examples/gui/analogclock/
root@am335x-evm:…
Hi all,
It hard to reproduce.
While we run the tidl a while , sometimes kernel panic happened!!!
Our kernel version is 5.10.120, j721s2(08.04.00)
Do you know what cause this problem??
The message as follow .
==================first time =…
Part Number: TLV320AIC3262 Other Parts Discussed in Thread: AM5728 , TLV320ADC5140 , TLV320AIC3212 Hi,
I have a custom board based on TI AM5728 EVM. I have connected TLV320AIC3262 Audio Codec on I2C on the custom board.
I have downloaded the TLV320AIC3262…
Hi
I am trying to boot the file system using the USB Ethernet Gadget, so far I was able to boot the kernel, but once in the kernel, my computer doesn't recognize it as a USB Ethernet device anymore, and I am including the USB Gadget in the kernel build…