Other Parts Discussed in Thread: SEGGER
Hi,
We need to use AM3358 for a new hardware design.
We currently have XDS510 Emulator with us. Will it work with the processor? It is a 14 Pin JTAG, and the EVK of AM3358 shows 20 Pin JTAG connector…
Ubuntu 18.04
SDK 7.03
Test Platform : BBone Black SPI0 <---> Aardvark(SPI Tool)
App : spidev_test.c
I run spidev_test.(REF : 3.2.4.12. SPI — Processor SDK Linux for AM335X Documentation/
Aardvark(SPI Tool) can receive f…
I follow this user guide and try to test spi function.
3.2.4.12. SPI — Processor SDK Linux for AM335X Documentation
spi device tree is added in file "arch/arm/boot/dts/am335x-boneblack.dts" as shown below.
--------…
I am using tisdk-tiny-image-am335x-evm.tar.xz for my file system. In Ti SDK 08.02.00.24 my processor boot time was under 10 seconds. After upgrading to sdk 09.01.00.001, I am trying to use tisdk-tiny-image-am335x-evm.tar.xz given with…
I follow this user guide and try to test spi function.
3.2.4.12. SPI — Processor SDK Linux for AM335X Documentation
spi device tree is added in file "arch/arm/boot/dts/am335x-boneblack…
I have a problem sending an interrupt from PRU to linux kernel module
on a am335. I tried on beaglebone with TI debian and bullseye images.
Any help would be appreciated as i'm stuck...
Context: A fairly common and simple scenario…
Hi Champs,
I'm trying to follow the steps in link below:
to build the u-boot for a custom…
Hi,
I am bringing up a new board based on the Beagle Bone Green Wireless (BBGW). The power rails are all as expected but the MCU does not want to boot from the uSD card interface…
I'm working on a bringup for meta-flutter on the beaglebone black DRM backend.
First pass is with core-image-weston. Weston fails to initialize with:
Hi,
I get this error when trying to interface SLB9670 with BeagleBone Balck over SPI1, bus with CS1:
tpm_tis_spi: probe of spi1.1 failed with error -110
This is my overlay:
/dts-v1/;
/plugin/;
/ {
compatible = "ti,beaglebone","ti,am335x…
Hi all,
On a project I'm working on, the AM3358 PRU drives a led display and the image data is kept in the shared RAM.
I am experimenting with the linker script to attempt to load an initial display image which should be loaded…
Hi,
The BBB board has a LAN8710A PHY connected to the processor AM3358. I'm trying to access the Ethernet PHY register available on BeagleBone Black board. I am not using so I want to disable this PHY, ultimately some power will…
During bulk transfer mode some packet get lost on call of USBBufferWrite(const tUSBBuffer *psBuffer, const unsigned char *pucData,
unsigned int ulLength) function.
On the linux kernel version 6.1.x, users have reported a significant issue with the MK27 EMMC on BBB, leading to its malfunction and eventual damage. However, intriguingly, this problem seems to be non-existent when using kernel version…
Hi,
I'm trying to build an arago yocto distro for my am335x board, but it fails immediately.
I'm following https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/09_01_00_001/exports/docs/linux/Overview_Building_the_SDK…
Hi TI team,
I am facing an issue while defining the GPIO direction as output. I am using GPIO2_5 as the LAN PHY reset, which is one of the inputs of the 7UL1T80FU AND logic IC. This pin operates at 1.8V, while the second input and…