Forum Post: Linux: Linux Forum Closing - Discussions Moving to Device Forums
Tool/software: Linux TI Linux Community, As Linux spreads across TI in use and popularity as it has and continues to do in the embedded world, more and more TI businesses are leveraging it as a great...
View ArticleForum post: Linux/AM3352: UBIFS Compilation ,flashing and Booting procedure
Part Number: AM3352 Tool/software: Linux Hi All, I am trying to flash Linux, UBIFS File system and DTB. we are, linux-rt-4.9.28+gitAUTOINC+786e64041b-g786e64041b, arago-base-tisdk-image-beagleboard.ubi...
View ArticleForum post: RTOS/CC1310: Static Variables in RTOS Tasks
Part Number: CC1310 Tool/software: TI-RTOS Is there a reason you would not declare task variables as static? I'm guessing when you statically create the thread the variables are static themselves? (I...
View ArticleForum post: RE: Linux/AM4378: spidev woes - spidev devices not being created
Thanks Dwarakesh, I did do that. I'm still having issues with it though. Check out my post here... e2e.ti.com/.../2331287
View ArticleForum post: RE: Linux/AM5728: Linux Memory Policies
AHA! That appears to have done it! I managed to get to the emergency terminal once I removed the offending external modules (and flushed out some file permission issues on my build-host) and got myself...
View ArticleForum post: RE: Linux: BQ27621 - how to enter sleep mode to reduce power...
Hi Yordan, Not using TI SOC or SDK. It normal embedded Linux system. Finally I can enter shutdown mode by below commands based on TI'S gauge lib (slua801.pdf). gauge_control(pHandle,...
View ArticleForum post: RE: Linux/AM3354: U-boot showing data abort error
Hi, I did few trials, to find the issue. I am using 4.9.28 kernel and uboot-2017.1 in my custom board which is similar to beaglebone black. The custom board is working in kernel version 3.14 with...
View ArticleForum post: RE: Linux/AM3352: UBIFS Compilation ,flashing and Booting procedure
Hi Avinash, Do you use AM335x TI processor-sdk-linux-rt-04.00.00? software-dl.ti.com/.../index_FDS.html Do you use BeagleBoard? Note that Processor SDK RT-Linux is NOT supported for BeagleBoard or...
View ArticleForum post: RE: Linux/AM3352: spi boot
Yordan, By writing the dtb to SPI flash, the kernel starts to boot although it stops with "Kernel Panic". Because I've not set up rootfs yet. According to the following file, it looks like there is no...
View ArticleForum post: RE: Linux/AM3358: kernel 4.4.88-ti-r125 uboot s_init routine?
Hi Tracy, From where you get this 4.4.48 kernel? This kernel is NOT supported by AM335x TI SDK. The 4.4.x kernel versions supported by AM335x SDKs are 4.4.12 (PSDK3.0), 4.4.19 (PSDK3.1), 4.4.32...
View ArticleForum post: RE: Linux/AM5728: v4l2 framerate
Hello, Please check this answer: e2e.ti.com/.../2328878 Hope this helps. BR Margarita
View ArticleForum post: RE: Linux/AM3352: UBIFS Compilation ,flashing and Booting procedure
Avinash, You can refer to the below wiki pages: processors.wiki.ti.com/.../Linux_Core_U-Boot_User's_Guide processors.wiki.ti.com/.../Linux_Core_NAND_User's_Guide...
View ArticleForum post: RE: Linux/AM5718: EDMA_sample_test_application
Darth, This EDMA kernel driver should be adjusted for kernel 4.x, refer to the below e2e threads: e2e.ti.com/.../574792 e2e.ti.com/.../496375 e2e.ti.com/.../512484 e2e.ti.com/.../516527...
View ArticleForum post: RE: Linux/AM3352: spi boot
Kazu, I looked at your latest boot log, and I confirm that the kernel panic is caused by looking for rootfs in SPI flash chip, but rootfs partition (dev/mtdblock4) do not exist Kernel command line:...
View ArticleForum post: RE: Linux/AM3352: spi boot
Pavel, Thank you for your information. The following thread you suggested has helped me. I was able to check the operation of SPI flash boot and NFS mount with GP-EVM....
View ArticleForum post: RE: Linux/AM3352: spi boot
Kazu, Glad to see you have fix it. Can you please close/verify/resolve this thread. Regards, Pavel
View ArticleForum post: RE: L2SRAM/Cache/Program and Platform Files?
For the benefit of the E2E knowledge base I'm replying with some new information regarding this thread, courtesy of a dedicated TI employee... Cache always grows from the bottom of the L2 memory for...
View ArticleForum post: RE: RTOS/CC1310: Static Variables in RTOS Tasks
The variables not declared as static in a stack are allocated on the Task stack and are available only in the task context. The memory allocation of such variable are deleted on a Task_delete() or...
View Article