W dniu 08.04.2013 01:46, jonsm...@gmail.com pisze:
http://asiarf.en.alibaba.com/product/684045971-213175812/WiFi_PCIe_Direct_Cam_Module_AWM006.html
So I may be able to change the boot mode by altering pull-up on the
edge connector. The goal in doing this is for recovering bricked
boards. Once t
We're targeting boards like this:
http://www.alibaba.com/product-gs/830751044/RT5350_150Mbps_Embedded_WIFI_AP_module.html
or this one:
http://asiarf.en.alibaba.com/product/684045971-213175812/WiFi_PCIe_Direct_Cam_Module_AWM006.html
So I may be able to change the boot mode by altering pull-up on th
jonsm...@gmail.com wrote:
> Ralink CPU datasheets mention an iNIC boot mode without describing
> what it does. For example the RT5350 supports iNIC-USB and iNIC PHY
> boot modes.
>
> Has anyone tried activating these modes? Do they trigger a boot
> sequence of some kind from USB or Ethernet? I su
Ralink CPU datasheets mention an iNIC boot mode without describing
what it does. For example the RT5350 supports iNIC-USB and iNIC PHY
boot modes.
Has anyone tried activating these modes? Do they trigger a boot
sequence of some kind from USB or Ethernet? I suspect that is what
these modes do. The
> > * ar8216
>
> I think I have a board with this switch (arv7518pw) and I'll do my best to
> test
> it next week.
As luck would have it, the AVM sources contained the necessary register
definitions to support port mirroring on the AR8216.
The patch should apply to the recent trunk. The AR8x
Update ARC Freestation profile.
These devices are actually built around the 8devices Carambola dev board.
ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are
supported with this image, see "ARCFlex Firmware Downloads":
http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downl
Support setting active_low in devicetree gpio-export.
Signed-off-by: Tobias Diedrich
---
a/target/linux/ramips/patches-3.8/0209-owrt-GPIO-add-gpio_export_with_name.patch
+++
b/target/linux/ramips/patches-3.8/0209-owrt-GPIO-add-gpio_export_with_name.patch
@@ -91,7 +91,7 @@ Signed-off-by: John C
On 2013-04-04 4:56 AM, Jay Carlson wrote:
> On Apr 3, 2013, at 4:30 PM, Jay Carlson wrote:
>
>> In addition, touching errno means touching a TLS model symbol, and
>> that's not supported in gcc 4.6.
>
> OK, that's starting to look like a bug.
>
> At the toplevel .config, the default is CONFIG_T
On 07/04/13 05:25, Tobias Diedrich wrote:
++static struct of_gpio_flag of_gpio_flags[] = {
++ { "in", GPIOF_DIR_IN },
++ { "out_init_low", GPIOF_OUT_INIT_LOW },
++ { "out_init_high", GPIOF_OUT_INIT_HIGH },
++ { "open_drain", GPIOF_OPEN_DRAIN },
++ { "open_source", GPIOF_O