Hi Madhan,
What OS is running on AM335x?
Madhan Golime said: the processor can effectively communicate with the FPGA using the 'logibone_r1_dma' driver.
Is this "logibone_r1_dma" your custom driver reading data from GPMC? The driver name suggests…
Hi Zhenzhong Lu,
Zhengzhong Lu said: I tested with version v0.15.16 using the ping -t command while repeatedly plugging and unplugging the network cable, and the issue did not occur. However, when testing with version v0.23.9, the issue appears easily…
Part Number: PROCESSOR-SDK-AM335X Tool/software: We are running into issue w.r.t splash screen in uboot. And in this post ( e2e.ti.com/.../processor-sdk-am335x-splash-screen-in-u-boot) there is a mention that it is being worked on by TI... Any updates…
Hi Naveenaasre,
Naveenaasre S said: I have clone linux-5.4.y branch.
This sounds like you don't use the Processor SDK Linux package, but directly clone the kernel source and try to compile it?
Naveenaasre S said: make ARCH=arm CROSS_COMPILE=arm…
Part Number: PROCESSOR-SDK-AM335X Tool/software: Hi experts
I am working on porting processor-sdk-linux-03.01.00 to processor-sdk-linux-08.02.
There is one issue :
Kernel booting need to turn on the LED which is related to one GPIO.
I see the…
Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: AM3359 Tool/software:
Hi TI Team ,
We are using Linux 4.19.5 version,AM3359 is connected to NAND Flash . Able to create MTD partitions in DTS, need to Mount JFFS2 file system on NAND…
Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: AM3359 Hi Team,
After starting kernel it is stucked and not loaded. How to solve this?
U-Boot 2020.01-00017-ged69b8232f-dirty (Feb 20 2024 - 10:59:19 +0530) CPU : AM335X-GP rev 2…
Part Number: PROCESSOR-SDK-AM335X Tool/software: Dear [TI Support/Team],
As part of our project, we have used TISDK 9.1 (cloned from the official sources), and during our OSS license audit, we noticed that several components included in the SDK—such…
Hi Rafael,
rafael flores said: memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
While the am335x-evm.dtb file has this other code:
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x10000000…
Part Number: PROCESSOR-SDK-AM335X Tool/software: Hi expert
I built a AM335x "tisdk-base-image" and "tisdk-core-bundle binaries" with "processor-sdk-09.01.00-config.txt". accoring to " ">software-dl.ti.com/.../Overview_Building_the_SDK.html".
Building…