[oselas] Netlink Trigger GPIO

2014-02-09 Thread ian c
Dear Experts, I am developing an application that communicate with CAN driver (socketcan) using netlink. I tried to configure the kernel using ptxdist to enable the CAN LED trigger feature but it wont work. Has anybody in this forum successfully enable the CAN LED trigger netlink based?

[oselas] u-boot_hd.config

2014-09-28 Thread ian c
Hi All Experts, Anyone can help me to understand this configuration or may be point me to a website/discussion regarding this? The reason is that I would like to create other bootable partition for software fail-safe update mechanism where I can point the u-boot to boot the latest software.

[oselas] memory dump utility in Oselas

2014-10-30 Thread ian c
Dear Experts, I developed an application to load multiple input xml files. I used linked list to manage these multiple files. For some reason there is one xml files that eat large chunk of memories. I plan to dump the memory allocated this xml file for debugging purposes. I am thinking to use

Re: [oselas] memory dump utility in Oselas

2014-11-03 Thread ian c
:17:05 +0100 CC: psycl...@hotmail.com Subject: Re: [oselas] memory dump utility in Oselas Hi Ian, On Thursday 30 October 2014 07:46:47 ian c wrote: I developed an application to load multiple input xml files. I used linked list to manage these multiple files. For some reason there is one xml

[oselas] Upgrading OSELAS python package

2014-11-10 Thread ian c
Hi All, The current python in OSELAS is python 2.6.6. I would like to run an application that requires python 2.7.6. Therefore, I need to upgrade the version. I could not use the version 3.0 since it is unstable for that application. Could anybody help me on this? Thank you.

Re: [oselas] Upgrading OSELAS python package

2014-11-11 Thread ian c
Subject: Re: Upgrading OSELAS python package Date: Mon, 10 Nov 2014 15:39:58 +0100 CC: oselas@community.pengutronix.de Hi Ian, On Monday 10 November 2014 15:34:42 ian c wrote: The current python in OSELAS is python 2.6.6. I would like to run an application that requires python 2.7.6

[oselas] BSP configuration for automount SD partition during boot-up

2014-11-17 Thread ian c
Hello Experts, I have this partition on the SD card.         Device Boot      Start         End      Blocks   Id  System /dev/mmcblk0p1            8192       16383        4096   83  Linux /dev/mmcblk0p2           16384     3162111     1572864   83  Linux /dev/mmcblk0p3         3162112    

[oselas] enable hostap

2014-12-06 Thread ian c
Dear Experts, I tried to setup an access point on a development board that runs with OSELAS. I enabled the hostap under wpa_supplicant and tried to follow the steps for raspberry pi that I found on the internet. http://xmodulo.com/raspberry-pi-wifi-access-point.html for some reason, i could

Re: [oselas] BSP configuration for automount SD partition during boot-up

2014-12-07 Thread ian c
Please disregard this mail because i found the solution. Thank you! From: psycl...@hotmail.com To: oselas@community.pengutronix.de Date: Mon, 17 Nov 2014 10:07:05 + CC: j...@pengutronix.de Subject: [oselas] BSP configuration for automount SD partition during boot-up Hello Experts,

Re: [oselas] u-boot_hd.config

2014-12-18 Thread ian c
,Ian From: j...@pengutronix.de To: oselas@community.pengutronix.de Date: Wed, 1 Oct 2014 09:01:50 +0200 CC: psycl...@hotmail.com Subject: Re: [oselas] u-boot_hd.config Hi Ian, please keep the mailing list at least on CC. Thanks. On Wednesday 01 October 2014 07:19:08 ian c wrote

Re: [oselas] iptables-1.4.8 required mdsum

2015-03-16 Thread ian c
2015 15:51:06 ian c wrote: Thanks for all the reply. I have already solved the problem. And how? As this mailing list is also a knowledge database for the future I guess many people are also interested in the solution, not only in the issue. Regards, Juergen -- Pengutronix e.K

[oselas] wvdial rule file

2015-03-17 Thread ian c
Hi All, Just wondering if someone in the community is using wvdial for managing 3G/LTE USB modem.  I am looking for the rule file for this. Best Regards, Ian

Re: [oselas] iptables-1.4.8 required mdsum

2015-03-12 Thread ian c
,Ian From: juer...@kreuzholzen.de To: oselas@community.pengutronix.de Date: Wed, 11 Mar 2015 18:03:14 +0100 CC: psycl...@hotmail.com Subject: Re: [oselas] iptables-1.4.8 required mdsum Hi Ian, ian c wrote: Downloaded the latest iptables.in and iptables.make from oselas git repository

[oselas] iptables-1.4.8 required mdsum

2015-03-12 Thread ian c
Hello All, Downloaded the latest iptables.in and iptables.make from oselas git repository. I enabled the iptables in ptxdist menuconfig under networking.When I build it, it encounter error:md5sum for 'iptables' ... missing. How do I add that missing md4sum? I could not find it in the ptxdist

Re: [oselas] iptables-1.4.8 required mdsum

2015-03-14 Thread ian c
: psycl...@hotmail.com Subject: Re: [oselas] iptables-1.4.8 required mdsum Hi Ian, please try to post your console log in a readable manner. I formatted your log to make it readable... On Thursday 12 March 2015 12:01:22 ian c wrote: Okay. But with ptxdist-2013.03.0 the iptables-1.4.16.3 is already

Re: [oselas] low entropy issue

2015-03-26 Thread ian c
@community.pengutronix.de Date: Thu, 26 Mar 2015 09:37:18 +0100 CC: psycl...@hotmail.com Subject: Re: [oselas] low entropy issue Hi Iarn, On Thursday 26 March 2015 08:42:03 ian c wrote: For the past few weeks, I never encountered depletion of entropy until yesterday where I could not able to access

[oselas] low entropy issue

2015-03-26 Thread ian c
Hi All Expert, For the past few weeks, I never encountered depletion of entropy until yesterday where I could not able to access my cortex A8 development board through wireless because of not enough entropy. Searching for possible solution, I encountered rng-tool and haveged tool that

[oselas] enabling BSP as full development environment

2015-04-21 Thread ian c
Hello Experts, Is it possible we can enable the configuration of  BSP into a full development environment (enabling gcc and linker)? Where you can do ./configure, make and install. -ian

Re: [oselas] FFMPEG support on ptxdist 2013.03.0

2015-04-26 Thread ian c
2013.03.0 Hi Ian, ian c wrote: I would like to enable the FFMPEG on BSP. I checked ptxdist 2013.03.0 ffmpeg.in rule file it is stated that this package belongs to application section. When I checked the application section on menuconfig, it is not showing up the ffmpeg there. I tried to copy

[oselas] FFMPEG support on ptxdist 2013.03.0

2015-04-25 Thread ian c
Hi All, I would like to enable the FFMPEG on BSP. I checked ptxdist 2013.03.0 ffmpeg.in rule file it is stated that this package belongs to application section. When I checked the application section on menuconfig, it is not showing up the ffmpeg there. I tried to copy the ffmpeg.in and

Re: [oselas] FFMPEG support on ptxdist 2013.03.0

2015-05-18 Thread ian c
Subject: Re: [oselas] FFMPEG support on ptxdist 2013.03.0 Hi Ian, ian c wrote: I would like to enable the FFMPEG on BSP. I checked ptxdist 2013.03.0 ffmpeg.in rule file it is stated that this package belongs to application section. When I checked the application section on menuconfig

Re: [oselas] copying kernel out of tree driver using install_copy

2015-11-17 Thread ian c
, ian c wrote: > Hi All, > > I created a rule file to copy the compiled the kernel out of tree driver to > rootFS home directory. I able to success copying the file using the command > below. > @$(call install_copy, test-modules, 0, 0, 0755, > $(TEST_MODULES_DIR)/$(TEST_MO

[oselas] copying kernel out of tree driver using install_copy

2015-11-17 Thread ian c
Hi All, I created a rule file to copy the compiled the kernel out of tree driver to rootFS home directory. I able to success copying the file using the command below. @$(call install_copy, test-modules, 0, 0, 0755, $(TEST_MODULES_DIR)/$(TEST_MODULES)/test.ko, /home/test.ko) when i run the

Re: [oselas] copying kernel out of tree driver using install_copy

2015-11-17 Thread ian c
oselas@community.pengutronix.de > From: m...@pengutronix.de > Date: Tue, 17 Nov 2015 09:10:57 +0100 > Subject: Re: [oselas] copying kernel out of tree driver using install_copy > > > On 11/17/2015 09:04 AM, ian c wrote: >> Hi All, >> >> I created a rule file to c

Re: [oselas] system log

2016-06-05 Thread ian c
:28 +0200 > CC: psycl...@hotmail.com > Subject: Re: [oselas] system log > > Hi Ian, > > On Thursday 02 June 2016 10:07:59 ian c wrote: >> Our BSP is set to busybox and systemd ( as init start up for the system). I >> would like to enable the system log during start up b

Re: [oselas] system log

2016-06-05 Thread ian c
an > > > >> From: j...@pengutronix.de >> To: oselas@community.pengutronix.de >> Date: Fri, 3 Jun 2016 08:55:28 +0200 >> CC: psycl...@hotmail.com >> Subject: Re: [oselas] system log >> >> Hi Ian, >&

[oselas] opencv rules

2016-06-20 Thread ian c
Hi All, Has anybody successfully created an opencv rules? If so, is it possible i can use it? Regards, -ian ___ oselas mailing list oselas@community.pengutronix.de

Re: [oselas] wlan0 and eth0 share with the same ip address

2016-02-10 Thread ian c
Hi All, Just resend this email since it was sent in non-ASCII format. - Sorry about this. Here is my previous email. This is more Linux specific subject than OSELAS and I hope someone can help me. I am using TQMa53 board and i would like to setup a server in which the both wlan0 and eth0 are

[oselas] iptables: FATAL: Module ip_tables not found.

2016-03-24 Thread ian c
Hi,  I am using ptxdist 2013.03.0 and a TQMa53 BSP. I ran iptables -L on the terminal and it returns the following errors. FATAL: Module ip_tables not found. iptables v1.4.16.3: can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your