Forum Post: RE: AM3505 use JLink debug in sdram
Hi Biser(All):Now I debug the x-load in SRAM , because it works well. After my ddr configure is completed , I write some code ddr(MY SDRAM) to read /write my ddr at address 0x8000000.For example ,write...
View ArticleForum Post: AM3352 hangs on Kernelboot
I'm using TISDK06 on a own AM3352 Board similar to TI-EVM board wit TP65910A3 and DDR3 (256MB).u-boot and kernel are starting proper on TI-EVM TMDSSK3358 (AM3359) board.Have built a new board file for...
View ArticleForum Post: RE: no inet address in AM335x evm
If you do have a DHCP server and cannot obtain the IP address through it, please see this thread.
View ArticleForum Post: Beaglebone lighttpd SSL
Hi,I have a Beaglebone Rev. A6a with TI Sitara OS installed.The OS installed is the last downloaded from the site AM335xSDK 07_00_00_00.I want to connect to my beaglebone with SSL.I have added to the...
View ArticleForum Post: RE: McASP On Beaglebone (No sound card)
Thanks a lot Josh!!This is going to be very helpful...Thanks again,Ezequiel
View ArticleForum Post: RE: How to save environment variables in UBoot for SD card?
Thanks for the response, your suggestion worked great.
View ArticleForum Post: DHCP problem with AM335 Ethernet
My custom board based on the AM3352 has an annoying problem. By default DHCP over eth0 does not work. I can make it work by doing two "ifconfig eth0 down && ifconfig eth0 up" commands in a...
View ArticleForum Post: program falls into a memory region
Team, CortxA8: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration...
View ArticleForum Post: RE: AM3352 hangs on Kernelboot
Problem is fixed now,have changed *.dts the following way (gpio3 set to no reset DDR3 Voltage enable is on gpio3.21 on our board, and PMIC setup removed is properly done in bootloader and only OPP100...
View ArticleForum Post: RE: make am335x_evm_restore_flash / make...
Hi Gangadhar,Is this U-Boot you are trying to build? I don't know why, but it seems like this build config has been removed from the U-Boot included in SDK v7 compared to the U-Boot included in SDK...
View ArticleForum Post: RE: AM335x mmc2
The data pins aren't used in this stage. All the communication between the driver and the module attached to the MMC bus is done with CMD and CLK pins in the polling process...A similar thing was...
View ArticleForum Post: RE: How can I use UART2 port to output the kernel boot log for...
Hi Nomoto,Here is how you can change the UART port in U-Boot, kernel and user-space.U-Boot: Build U-Boot with the following configuration:make am335x_evm_uart2Kernel: Change the "console" environment...
View ArticleForum Post: RE: About the "Software Leveling procedure"
Your CK length is right in the middle. Try both values for PHY_INVERT_CLKOUT and check which will yield good results.
View ArticleForum Post: RE: AM335x SYSBOOT[4:0] XIP(MUX2) Setting
Hi g.f.,In #3 and #4 you have EMAC boot first in the sequence. This has a rather long timeout. Are you waiting long enough?
View ArticleForum Post: RE: Data missed when reading from FPGA with GPMC on AM3359
Q1: The TRM is correct. For 8-bit devices burst mode is not supported.Q2: Have you verified that the FPGA outputs data correctly?
View ArticleForum Post: RE: AM3352 PM suspend mode
Hi Kumac,This may be due to the fact that the VTP controller needs 56 Clock cycles to guarantee the VTP outputs are initially set. See section 7.3.3.3.4 of the AM335X TRM Rev. J.
View ArticleForum Post: RE: Problem with MACID
Hi,Try to use "strace" to get some information about what causes the hang:strace ./ipconfig eth0 upBest regards,Miroslav
View ArticleForum Post: RE: rtc-tps65910 issue on AM335x
Helloi would like to do the same thing has you did ,that is to say have a /dev/rtc1 device added for PMICwhat have you done in your board.c file to have a /rtc1 added ?Best regardsthanks
View ArticleForum Post: RE: EtherCAT Demo on ICE revision v2
Hi Vinesh,Yes we are using the latest version(v1.1.0.4).I shall try it once again.RegardsPrad.
View ArticleForum Post: RE: AM335X BeagleBone Black USB0 HOST U-BOOT
Zhi Yong,Yes, it is uboot code limitation. in the last time I was debugging this issue, the uboot usb init code looks as following.int host_port; /* global var */ for (int i; i < 2; i++) { if...
View Article