Forum Post: How to do the partition with android o
hi sir, I got the android o code from http://processors.wiki.ti.com/index.php/6AO.1.0_Release_Notes, but when flashed all the images into the board, it show that it can't find the related partition. so...
View ArticleForum Post: Linux/DRA72XEVM: Read DSP printouts on ARM linux terminal
Part Number: DRA72XEVM Tool/software: Linux Hi, We have DRA7xx-evm boards where we run linux on the arm-side. What way do you propose to use to retrieve printouts using either standard printf or...
View ArticleForum Post: RE: RTOS/AM5728: EVM configuration
Hi, For 1 and 3, the PCIE is the same for AM572x GP EVM and AM572x IDK EVM. The difference is the PCIE connector on the board. The GP has the mini-PCIE and IDK has PCIE x 1 connection. From RTOS...
View ArticleForum Post: Linux/AM3505: USB WiFi dongle issue
Part Number: AM3505 Tool/software: Linux Our board use AM3505 + Linux 2.6 kernel. After board power on. I unplug and plug rtl8187 USB WiFi dongle multi times, and got following messages: hub 1-0:1.0:...
View ArticleForum Post: RE: Linux/DRA745: Nandflash booting
Cesar Would this be your only storage media on the device - and you want the bootloader, kernel images to be loaded from NAND(and additionally host your root filesystem on NAND)
View ArticleForum Post: RE: Linux/AM3351: NAND conflict with UART4
Like I said, NAND will not be detected if the GPMC_WAIT0 pin is pinmuxed to another function.
View ArticleForum Post: RE: AM3358: NAND page size questions
Apologies; we're on TI Processor SDK 3.03.00.04 which is Linux 4.4.41
View ArticleForum Post: RE: AM3358: NAND page size questions
Thanks, I have notified the NAND experts. They will respond here.
View ArticleForum Post: RE: AM5718: Processor SDK support
Hi, For 3, we don't have web server, we have a FTP server example under \pdk_am57xx_1_0_x\packages\ti\transport\ndk\nimu\example. For 5, for mature product, you may boot your code from a peripheral or...
View ArticleForum Post: RE: Linux/AM3505: USB WiFi dongle issue
Is this on the EHCI port or MUSB port?
View ArticleForum Post: RE: Linux/AM3351: NAND conflict with UART4
Sorry for the confusion with my first post. i configured uart4 like below, but still nand is not detecting. static struct module_pin_mux uart4_pin_mux[] = { {OFFSET(mii1_txd3), (MODE(3) | PULLUP_EN |...
View ArticleForum Post: RE: Linux/AM3351: NAND conflict with UART4
Make sure that: {OFFSET(gpmc_wait0), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* nWAIT */ is really pinmuxed to this mode.
View ArticleForum Post: Linux/DRA77P: XIP boot from 256MB NOR not working after a warm reset
Part Number: DRA77P Tool/software: Linux Hi, I have a custom board based on J6P, booting in XIP mode from a 256MB NOR connected to GPMC. While it's all working in cold boot mode and when issuing a cold...
View ArticleForum Post: ORB performance on EVE
Hi Pramod, Anshu, Thank you very much for supporting on ORB performance estimation. You provided below. ORB features computation : - Descriptor preparation @30fps : 389 [Mcycles] - Matching @30fps : 60...
View ArticleForum Post: RE: Linux/AM3358: USB configuration issues
Roman, You root filesystem doesn't have udev support, right? without udev support kernel modules will not be loaded automatically. With your current setup, please run command 'modprobe musb_am335x'...
View ArticleForum Post: RE: Linux/AM5728: Dsptop error
This is a known issue, there isn't a fix for it yet. Those are warnings, not errors, they will not affect the reliable work of the SoC. Best Regards, Yordan
View ArticleForum Post: RE: Linux/AM5718: Blue shadow appearing on LCD
The issue that you are seeing is often caused by bad timings or polarities. Please check the timings and the polarities (vsync levels, data/de/sync edges) match what the panel wants. Also, looks like...
View ArticleForum Post: RE: Linux/AM3352: AES driver random crashes
Magnus, Good to know you can still use v4.4 kernel to avoid the issue. I will keep focusing on md5/sham to see if I can reproduce the issue. I will update you if I make any progress.
View ArticleForum Post: RE: Linux/AM3351: NAND conflict with UART4
if i configure uart0 as a debug port, nand is working fine. but nand is not detecting by changing debug port to uart4
View ArticleForum Post: RE: Linux/PROCESSOR-SDK-AM335X: Color mismatch in splash screen
Glad that issue is resolved now.
View Article