On 2015-10-13 10:45, Roman Yeryomin wrote:
> On 13 October 2015 at 10:50, Bruno Randolf wrote:
>> On 10/12/2015 10:53 PM, Felix Fietkau wrote:
git describe
r-35387-g83c5a41
If you prefer, cut the last part and get "r-35387".
Looks familiar? Now you even have real
> > This patch fixes ticket #15267 by enabling power on the
> > WNR2200's USB port. At present, the USB port on the WNR2200
> > is non-functional due to it not receiving power.
> >
> > This patch defines an additional GPIO pin, but none of the
> > current GPIO definitions have been modified.
> >
>
> People report bugs all the time, and if I'm lucky enough to have a bug
> report containing revision information, I want to maximize the
> likelihood of that revision information being useful (even if there are
> some local commits on top of that).
> Any assumptions about users thinking carefull
Hi,
I am working on AR9344 Openwrt. I need to configure the GPIO16 and read the
status of GPIO.
Based on GPIO read value, has to ON/OFF the status LED.
Could anyone please explain how i can configure and read GPIO value.
Regards,
___
openwrt-devel mai
On 14 October 2015 at 10:10, Felix Fietkau wrote:
> On 2015-10-13 10:45, Roman Yeryomin wrote:
>> On 13 October 2015 at 10:50, Bruno Randolf wrote:
>>> On 10/12/2015 10:53 PM, Felix Fietkau wrote:
> git describe
>
> r-35387-g83c5a41
>
> If you prefer, cut the last part and get
Am Wed, 14 Oct 2015 18:19:45 +0800
schrieb Afkar Rafique :
> Hi,
>
> I am working on AR9344 Openwrt. I need to configure the GPIO16 and
> read the status of GPIO.
>
> Based on GPIO read value, has to ON/OFF the status LED.
>
> Could anyone please explain how i can configure and read GPIO value.
On Wed, Oct 14, 2015 at 12:19 PM, Afkar Rafique wrote:
> Could anyone please explain how i can configure and read GPIO value.
There's an article on the wiki which explains how to set a GPIO to a
specific value: [0]
If you want to read a GPIO value then you use direction "in" and then
simply cat to
Hi John,
I am getting SPI errors on latest trunk.
It seems that those might be related to your SPI changes from last week.
I found that someone else reported a similar issue a few years ago: [0].
That patch was never applied and I'm not sure if it's 100% correct.
These are the errors I get witho
This should help finding potential problems with the SPI driver.
Signed-off-by: Martin Blumenstingl
---
.../lantiq/patches-3.18/0033-SPI-MIPS-lantiq-adds-spi-xway.patch | 4 +++-
.../linux/lantiq/patches-4.1/0033-SPI-MIPS-lantiq-adds-spi-xway.patch | 4 +++-
2 files changed, 6 insertions(+)
Until now the SPI driver used the TX bits for the RX FIFO. This seems
uncritical for now since both are equals on my devices (VR9), but this
could cause problems on other SoCs.
Signed-off-by: Martin Blumenstingl
---
.../linux/lantiq/patches-3.18/0033-SPI-MIPS-lantiq-adds-spi-xway.patch | 2 +-
Hi
I worked with Qualcomm and Intel on their networking chipsets and they are
using openwrt on their systems. But one thing I noticed is unlike Android where
they support adding proprietary source code in the build system, openwrt is not
so flexible.
Is there any plans for openwrt to add a
I think you can just use a custom package feed. That's how I've done
it(although I don't use it for proprietary code so much as out of tree
packages).
On Wed, Oct 14, 2015 at 1:50 PM, Samba Siva Karthik Bollam <
sambabol...@hotmail.com> wrote:
> Hi
>
>I worked with Qualcomm and Intel on their
Hi James
This is what I have done
1: Created a folder [all intel platform specific modules went in to this folder]
openwrt/intel
2: Added that in to make menuconfig
That gave us the flexibility of showing the proprietary modules inside a
separate entry in the menuconfig options. So i
You can define the section and category in a custom package feed makefile
like this
https://github.com/pinney/Bitmain_Packages/blob/master/cgminer-s3/Makefile#L30
. You can then add the package feed repo to
https://github.com/openwrt-mirror/openwrt/blob/master/feeds.conf.default it
should get pulle
I think many of those here would be delighted to read about our
proposal to washington dc, and other regulators of wifi in the world.
http://www.businesswire.com/news/home/20151014005564/en/Global-Internet-Experts-Reveal-Plan-Secure-Reliable
I note our main servers got completely slammed, you can
On Thu, 2015-10-08 at 10:08 +0200, John Crispin wrote:
>
> correction, one has a SoB, the other has a description. having both
> in both patches would be nice
Yeah, sorry about the missing SoB.
Although the "missing" description was intentional — it was just the
one line in the subject. I have
Thanks for the reply.
i have Create /etc/init.d/buttons and written below script:
#!/bin/sh /etc/rc.common
START=19
start() {
/bin/umount /etc/config 2>/dev/null
echo out > /sys/class/gpio/gpio16/direction 2> /dev/null
echo 16 > /sys/class/gpio/export 2> /dev/null
bummer. i had hoped that my patch fixed the issue.
did you try the patch graham posted ?
John
On 14/10/2015 20:38, Martin Blumenstingl wrote:
> Hi John,
>
> I am getting SPI errors on latest trunk.
> It seems that those might be related to your SPI changes from last week.
>
> I found t
18 matches
Mail list logo