Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: AMIC110 Hi,
I was working some time ago with PTP protocol (TI PROCESSOR SDK) using a BeagleBone Black with linuxptp (ptp4l). If I am not wrong, the ptp4l service synchronize automatically…
Part Number: PROCESSOR-SDK-AM335X Hi,
I was working some time ago with PTP protocol (TI PROCESSOR SDK) using a BeagleBone Black with linuxptp (ptp4l) in order to:
Synchronize the PHC clock.
Generate a PPS signal.
Read external events to assign hardware…
Part Number: PROCESSOR-SDK-AM335X Hi,
As title, how do I enable debug message?
For example, there is a file in uboot and the debug message as below, how do I enable it?
path: uboot/disk/part.c
static struct blk_desc *get_dev_hwpart(const char *ifname…
Part Number: PROCESSOR-SDK-AM335X Hi Team,
We are using dunfell version of Yocot to create images for AM335x.
Currently the meta-arago layer from TI is not accesible.
Master branch is accessible, but not the dunfell branch.
Please do resolve the access…
Part Number: PROCESSOR-SDK-AM335X Hi, I am trying to follow steps to build the yocto image using the steps from below link for processor-sdk-linux-07_03_00
https://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.…
Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: TPS65218D0 , AM3352 AHi TI Champs
A customer met DDR init failure in U-boot on their 1st custom PCB based on AM3352 and TPS65218D0. and also unable to boot up kernel.
Can you please let…
Part Number: PROCESSOR-SDK-AM335X
Hi,
I have a custom board using two different GPIO to reset two different ethernet PHY.
In my situation, board only detect first PHY but I need it to reset both.
Here is a patch I found but board would boot up fail after…
Smrithy TR said: I am attaching the DTB and chkusb output when USB0 configured as HOST.
It seems you forgot to attach the DTB. But anyway, what is the dr_mode setting in DTB for USB1 port?
Part Number: PROCESSOR-SDK-AM335X Hi
We are working on custom hardware , we are able to bringup the PCB's but facing problem to port qt using build root.
make beaglebone_qt5_defconfig
make
below is the error we get
Note: -optimized-tools is not…
Part Number: PROCESSOR-SDK-AM335X I add the custom board(am335x) to SDK according to "3.1.3.6. Creating Board Library with Custom Name" and "3.1.3.7. Creating Custom Board Library for AM335x and AM437x".
It is ok to rebuild board library…