Signed-off-by: Eric Nelson
---
V2 alphabetizes the list and fixes nitrogen6dl/dl2g.
Depends on patch "uboot-imx6: alphabetize wandboard variants"
Patch 1/2 was nacked, so no update will be sent.
package/boot/uboot-imx6/Makefile | 30 ++
1 file changed, 30 insertions
Signed-off-by: Eric Nelson
---
package/boot/uboot-imx6/Makefile | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 21c7b09..21fc9bd 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/b
Hi Gabor,
Gabor Juhos wrote:
2013.09.25. 21:07 keltezéssel, Flávio Silveira írta:
<...>
If you want to try it on the DIR-610, you can enable it in the kernel
config:
'Device Drivers > Memory Technology Device (MTD) support > OpenWrt
specific MTD
options > Seama firmware parser'
Here
Thanks Luka,
On 09/25/2013 05:16 PM, Luka Perkov wrote:
Hi Eric,
>
+define uboot/nitrogen6dl
+ TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 512MB board
+endef
Shouldn't here be 1024MB?
Ouch! You're right of course.
You'd think I'd know our own product lineup
without having to read boa
Hi Eric,
On Wed, Sep 25, 2013 at 03:58:58PM -0700, Eric Nelson wrote:
> I'm not quite sure what to do with the kernel. There is support
> for i.MX6, but it appears to be based on 3.10, and though we
> expect to have a 3.10 kernel version in the coming weeks for
> our i.MX6Q (quad-core) boards, I w
Hi Luka,
On 09/25/2013 04:55 PM, Luka Perkov wrote:
Hi Eric,
On Wed, Sep 25, 2013 at 03:43:00PM -0700, Eric Nelson wrote:
While attempting to build for i.MX6, the FTP transfer of
U-Boot v2013.07 failed.
I'm not certain whether ftp access to tarballs has been
promised by Denx, but it seems mor
Hi Eric,
On Wed, Sep 25, 2013 at 03:43:01PM -0700, Eric Nelson wrote:
> Signed-off-by: Eric Nelson
> ---
> package/boot/uboot-imx6/Makefile | 30 ++
> 1 file changed, 30 insertions(+)
>
> diff --git a/package/boot/uboot-imx6/Makefile
> b/package/boot/uboot-imx6/Make
Hi Eric,
On Wed, Sep 25, 2013 at 03:43:00PM -0700, Eric Nelson wrote:
> While attempting to build for i.MX6, the FTP transfer of
> U-Boot v2013.07 failed.
>
> I'm not certain whether ftp access to tarballs has been
> promised by Denx, but it seems more reasonable to use
> the git:// protocol whic
Hi all,
Nudged by some customers, I've been looking at how to add support
for our i.MX6-based boards to OpenWRT to make their lives easier,
and have some questions.
U-Boot seems relatively simple for our Nitrogen6X and SABRE Lite
boards, which are supported directly by Main-line U-Boot by extend
While attempting to build for i.MX6, the FTP transfer of
U-Boot v2013.07 failed.
I'm not certain whether ftp access to tarballs has been
promised by Denx, but it seems more reasonable to use
the git:// protocol which is in wide use within the
U-Boot community.
Downloads for the uboot-envtools and
Signed-off-by: Eric Nelson
---
package/boot/uboot-imx6/Makefile | 30 ++
1 file changed, 30 insertions(+)
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 080079f..1f73460 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/packag
While investigating what it would take to add support for our
boards to OpenWRT, I ran across a snag building U-Boot for
Wandboard.
The Denx FTP server is rejecting requests for a tar-ball download,
and I figured I'd offer up a solution, and add the easy part
of support for our Nitrogen6x boards
2013.09.25. 21:07 keltezéssel, Flávio Silveira írta:
<...>
>>
>> If you want to try it on the DIR-610, you can enable it in the kernel config:
>>
>> 'Device Drivers > Memory Technology Device (MTD) support > OpenWrt specific
>> MTD
>> options > Seama firmware parser'
>>
>
> Here is my feedback,
Hi Gabor
Gabor Juhos wrote:
2013.09.24. 23:57 keltezéssel, Flávio Silveira írta:
Jacek Kikiewicz wrote:
Don't you have to have partition called rootfs in your definition?
Then it should pick it up...
Regards,
Jacek
Hi Jacek, thanks for your quick answer.
I don't know, ít's not what I'm s
2013.09.22. 0:55 keltezéssel, Hartmut Knaack írta:
> Add support for industrial IO core and (still staging) driver for AD799x, a
> high precision I2C ADC family.
> Signed-off-by: Hartmut Knaack
Applied.
Thanks,
Gabor
___
openwrt-devel mailing list
ope
2013.09.22. 0:55 keltezéssel, Hartmut Knaack írta:
> Add support for the ADT7410 hwmon driver, a high precision I2C temperature
> sensor.
> Signed-off-by: Hartmut Knaack
Applied.
Thanks,
Gabor
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt
2013.09.22. 0:54 keltezéssel, Hartmut Knaack írta:
> Move pca953x support from i2c.mk to other.mk, where other GPIO drivers are
> located. Remove duplicate pcf857x support from i2c.mk.
>
> Signed-off-by: Hartmut Knaack
Applied.
Thanks,
Gabor
___
open
2013.09.17. 22:15 keltezéssel, Michael Heimpold írta:
> During a reset the gpiolib warns about using the reset gpio
> without explicit requesting it before:
>
> [ 147.93] [ cut here ]
> [ 147.93] WARNING: at drivers/gpio/gpiolib.c:103
> gpio_ensure_requested+0x68
Led definitions for onboard devices.
Defines some leds when the related devices are activated/deactivated.
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/target/linux/lantiq/base-files/etc/uci-defaults/leds b/target/linux/lantiq/base-files/etc/uci-defaults/leds
-
On 25/09/13 17:14, José Vázquez Fernández wrote:
Update machtypes.h to support ARV4518PWR01
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Hi,
the series looks good i
Generates the ARV4518PWR01 image and defines the board in target.mk
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/target/linux/lantiq/danube/profiles/002-arcadyan.mk b/target/linux/lantiq/danube/profiles/002-arcadyan.mk
--- a/target/linux/lantiq/danube/profiles/
Board definition for the ARV4518PWR01.
In the board definition, leds and buttons of the ARV4518PW were used.
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/arch/mips/lantiq/xway/mach-arv.c b/arch/mips/lantiq/xway/mach-arv.c
--- a/arch/mips/lantiq/xway/mach-arv.c
This change the led behavior at init.
With this patch only the power led remains powered on when the board is
flashed with openwrt.
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/arch/mips/lantiq/xway/mach-arv.c b/arch/mips/lantiq/xway/mach-arv.c
--- a/arch/mip
Board definition for the ARV4518PWR01.
In the board definition, leds and buttons of the ARV4518PW were used.
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/arch/mips/lantiq/xway/mach-arv.c b/arch/mips/lantiq/xway/mach-arv.c
--- a/arch/mips/lantiq/xway/mach-arv.c
Update machtypes.h to support ARV4518PWR01
Signed off by: José Vázquez Fernández
Tested by: Carles Gadea Roig
diff -urN a/arch/mips/lantiq/machtypes.h b/arch/mips/lantiq/machtypes.h
--- a/arch/mips/lantiq/machtypes.h 2013-09-25 13:14:59.0 +0200
+++ b/arch/mips/lantiq/machtypes.h 2013-
Update machtypes.h to support ARV4518PWR01
diff -urN a/arch/mips/lantiq/machtypes.h b/arch/mips/lantiq/machtypes.h
--- a/arch/mips/lantiq/machtypes.h 2013-09-25 13:14:59.0 +0200
+++ b/arch/mips/lantiq/machtypes.h 2013-09-25 13:34:39.665808763 +0200
@@ -34,6 +34,7 @@
/* Arcadyan */
LANT
DIR-320 B1 has 8MB flash, so building image with this size will good.
Signed-off-by: Vladimir Stolyarov
---
diff --git a/target/linux/ramips/image/Makefile
b/target/linux/ramips/image/Makefile
index 5ee76a6..963e97c 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/
2013.09.24. 23:57 keltezéssel, Flávio Silveira írta:
>
> Jacek Kikiewicz wrote:
>
>> Don't you have to have partition called rootfs in your definition?
>> Then it should pick it up...
>> Regards,
>> Jacek
>
> Hi Jacek, thanks for your quick answer.
>
> I don't know, ít's not what I'm seeing in
2013.09.24. 23:07 keltezéssel, Stefan Agner írta:
> Am 2013-09-24 19:09, schrieb Gabor Juhos:
>>> A dd command with conv=noerror leads to a image witch is 16KiB smaller
>>> than it should be.
>>
>> Don't use dd on NAND flashes. Use the nanddump utility from the mtd-utils
>> package instead.
>
> Ok
On 2013-09-25 9:38 AM, Wojciech Dubowik wrote:
> Otherwise uhttpd is started only on non-secure ports.
>
> Signed-off-by: Wojciech Dubowik
Applied in r38171
Thanks,
- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.op
Otherwise uhttpd is started only on non-secure ports.
Signed-off-by: Wojciech Dubowik
---
package/network/services/uhttpd/files/uhttpd.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/uhttpd/files/uhttpd.init
b/package/network/services/uhttpd/fil
31 matches
Mail list logo