Forum Post: RE: How can I replace the Tux Splash Screen?
I thought about Josh's post a bit and dug through the Makefile and I see it now. The Makefile is looking for the _clut224 suffix on the file name in order to know it's a 224 color image. By renaming my...
View ArticleForum Post: RE: what is the unit of vsync of display in am335x platform
I don't know what software you are using, but in SDK 6.0 you can add your display and it should look something like:File "da8xx-fb.c":[number] = {.name = "DISPLAY_NAME",.width = 800,.height = 480,.hfp...
View ArticleForum Post: RE: BCH16 support for 4096 page size NAND in kernel with custom...
Hi Didier,It would be better if you post on the e2e thread you mentioned above. This would get you directly in contact with the people that have worked on this.You can search the Linux forum too:...
View ArticleForum Post: RE: AM335x NAND Flash Tool or nandlib does not support BCH 16-bit...
Hi.I'm facing the same problem using a Micron NAND flash (MT29F8G08ABABAWP) with an AM3352 on a custom board.After multiples actions, I succeeded in flashing u-boot, kernel and ubifs system images...
View ArticleForum Post: RE: AM335X NOR flash - 256MB issue
Hi Sankar,Could you please tel me what you did in u-boot.I am also facing the same issue when trying to read a 256MB nand . The read to 128MB is OK but beyond that the read is getting...
View ArticleForum Post: RE: CONFIG_MTD_NAND_OMAP_BCH is not enabled
Hello Miroslav,I left this problem for a while to work on serial ports. I'm now working on it again. I enabled the CONFIG_MTD_NAND_OMAP_BCH option using "make menuconfig" following the path shown...
View ArticleForum Post: RE: GPIO minimum pulse width with the debounce
Hi Kazu,Yes, your understanding is correct.
View ArticleForum Post: RE: NDK/NSP for AM3359 ICE v1
Hi Timo,Please find the answers for your queries. 1) It looks like you are using later version of NDK. ISDK 1.1.0.4 is compatible with NDK 2.22.3.20. Find the details here. 2) Enetlwip...
View ArticleForum Post: RE: CPU idle and PM firmware on AM3352 / random slowdown
Hi Gangadhar,it seems you 'hijacked' the thread :-). Please open a new forum entry for your issue.regards,
View ArticleForum Post: RE: AM335x: Settings for SDIO pins
Hi Kato,This table must have been left in the TRM from the original IP spec. These signal are internal and not relevant from user point of view.
View ArticleForum Post: RE: nand trouble:uboot can't save environment variable
Have you checked the state of the Write Protect pin when you try to write?
View ArticleForum Post: RE: Installing udev-182 on am335x
No feedback so far. This thread will be updated when there is some information.
View ArticleForum Post: RE: AM335x LCD Controller Hsync/Vsync vs DE
The SGX has nothing to do with this. HSYNC, VSYNC and DE are all output in TFT Raster Display mode by the LCDC. You connect whatever is required to the display.
View ArticleForum Post: RE: How to do the pinmux change and compile the device tree...
Hi Shu,Yes, you can use a pre build zImage and .dtb files. BRIvan
View ArticleForum Post: RE: AM335x Production Programming
Hello Everybody,I have found this post on ti forum and it corresponds exactly to my problem.In fact, this is my situation:I work with SITARA ARM3359 and I use am335x_sysbios_ind_sdk_1.1.0.4I develop...
View ArticleForum Post: RE: AM335X PC tool to calculate ECCs for NAND request
Hi Biser, Could you help to double confirm it with product line? This tool is very useful, when the customer uses a nand flash writer to do the MP.thanks!Yaoming
View ArticleForum Post: RE: AM3359 ICE v1 UART-EtherCAT Converter Development
Check these:http://www.ti.com/lit/ug/spruex3n/spruex3n.pdfhttp://processors.wiki.ti.com/index.php/AM335x_EtherCAT_firmware_API_guide
View ArticleForum Post: RE: USB booting and Flashing
I don't think this is possible under the Industrial SDK. There are tools to do it through CCS/JTAG. See here: http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_01.00.00.07_User_Guide
View ArticleForum Post: RE: AM335x GPMC MRAM access issue
You should check the VDDSHVx voltages for the upper byte GPMC pins. Are you sure these pins are on a 3.3V voltage rail? Check Table 4-1 in the AM335X Datasheet to see which VDDSHVx rails supply the...
View ArticleForum Post: RE: Do i miss anything when try to upload u-boot-spl.bin via ttyUSB1
it's Ubuntu 12.04 (32 bit), I use minicom setup on /dev/ttyUSB1
View Article