Forum Post: RE: SYSBIOS 6.33.6.50 rewrite the following cfg code with c code
Steve,I modify the Memory_alloc(NULL, Size, 4, &eb) in mmBulkAlloc(), I change NULL as g_HeapHandle[DNUM], and also change the Memory_free(NULL, (Ptr)ptr, *(ptr+1)); in mmBulkFree, and rebuild all...
View ArticleForum Post: RE: Installing gst-plugins into Sitara SDK v7.0
Hello,If you are trying to execute ./configure or ./configure --host=.... when you are in the current gstremer plugin directory it will fail with theconfigure: No package 'gstreamer-1.x'...
View ArticleForum Post: I2C clock not working
Hello,I've encountered some problems while trying to run some I2C code on my BeagleBone Black. As far as I know, during an I2C transfer both lines are held up due to the pull up resistors, and once the...
View ArticleForum Post: RE: I2C in CallBack mode either using a timer or a clock module
Hi Steve,Thank you for your reply!Now I have modified the I2C_transfer() function and now I can call it using timer module.Can you please tell me how to decode these error messages?Than you!RegardsArslan
View ArticleForum Post: RE: Programs runs with USB100v2 (JTAG) but no with SD card
Hello again,At the end I manage to make it work.After hours and hours trying numerous setting and code changes, I realised that although the program sent the correct information through the UART1, it...
View ArticleForum Post: RE: 4x H.264 decoder correctly works only on 0,1,2,3 cores but...
Andrey,That is correct, you can provide NULL arguments to slave decoders expect the handle and OutArgs. Thanks,Praveen
View ArticleForum Post: RE: Sound on DM3730
Right some update on this,adb is kind of working now to get the things moving forwardalsa_aplay -l shows below# alsa_aplay -l**** List of PLAYBACK Hardware Devices ****card 0: omap3evm [omap3evm],...
View ArticleForum Post: RE: TI-RTOS BIOS 6 missing files
I have same problem but with DM648. Does DM648 have support in TI-RTOS ?
View ArticleForum Post: RE: enetLwip_sysbios does not build: httpd.c and lwiplib.c missing
The error has gone. Most likely because of running CCS with the -clear parameter.I once again imported the project enetLwip_sysbios.The errorsgmake: *** No rule to make target...
View ArticleForum Post: RE: random L/R channel swap in davinic_mcasp driver capture on...
See McBSP Channel Swapping.(Apparently, the proper place to fix this would be the driver.)
View ArticleForum Post: RE: HEVC encoder questions
Thanks Kuladeepak,Can you please answer additional questions:1) So in multichip I should use all 8 cores of first chip starting from core#0 and only then I can use cores of next chip also starting from...
View ArticleForum Post: Moving boot partition to Flash memory
Hi Experts,How to compile the Linux sdk so that the MLO,uboot and kernel image should be moved to flash memory and boot from the same ?The rootfs can be placed in the mmc card itslef.What could be boot...
View ArticleForum Post: RE: Error: undefined reference to _kill()
I think it's fixed now...I used the linker options below.-Wl,--start-group -lstdc++ -Wl,--end-group -Wl,-start -lgcc -lc -lm -lrdimon -Wl,-end
View ArticleForum Post: Difference between boot partition and boot folder in rootfs
Hi Experts,I am new bee to linux. As per my understanding boot partition contains MLO, uboot and u/zImage kernel which boots the disk. But what is the working of boot partition in the rootfs partition...
View ArticleForum Post: Initialization of kernel modules by default
Hi Experts,I am new bee to linux kernel. Previously I used desktop Ubuntu linux to develop device drivers as the loadable kernel module.Here I try to configure the kernel using make menuconfig and save...
View ArticleForum Post: LAN port not initialized
Hi Experts,In general Ubuntu desktop when the LAN cable connected to internet router is connected it will automatically establish internet connection form DHCP server.How to establish the same way in...
View ArticleForum Post: Enabling another serial terminal tab/window
Hi Experts,In the default setup of Am335x EVM the serial port S0 is used to interact similar to bash terminal. Is it possible to open multiple tabs or windows in the current configuration ?Regards,Lyf
View ArticleForum Post: list of active Daemons
Hi Experts,How to find the list of active daemons(active services) running in the Linux kernel and list of daemons(services) which are in dormant state ? Similar to list of active modules in...
View ArticleForum Post: gpio driver user mode irq
Hi Experts,As per my understanding the GPIO can be controlled from userspace using sysfs entries. If I would like to change the state of a GPIO ( For illustration, When key pressed switch ON LED when...
View ArticleForum Post: Enable Keyboard driver in AM335x EVM
Hi Experts,I had enabled the mouse driver access by changing the configuration file /etc/init.d/matrix-gui-2.0the following line:export QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0toexport...
View Article