[WANDBOARD QUAD] no network

This forum is for supported devices using an ARMv7 Freescale SoC.

Re: [WANDBOARD QUAD] no network

Postby Geoff » Wed Jun 25, 2014 7:37 pm

On my Cubox-i4Pro (same broadcom wifi?), I found more consistency with leases when I changed /etc/dhcpcd.conf as follows:

$this->bbcode_second_pass_code('', '
# Use the hardware address of the interface for the Client ID.
clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
#duid
')
Geoff
 
Posts: 231
Joined: Wed Mar 09, 2011 5:14 pm

Re: [WANDBOARD QUAD] no network

Postby mkey2000 » Wed Jun 25, 2014 7:42 pm

changed no dhcpcd.conf, but no changes in results.
mkey2000
 
Posts: 9
Joined: Sun Jun 22, 2014 9:10 am

Re: [WANDBOARD QUAD] no network

Postby PLyttle » Wed Jun 25, 2014 8:03 pm

I happened to be right, you need to change the device tree in order to make WiFi work.
these are the changes I made:

$this->bbcode_second_pass_code('', '--- imx6q-wandboard1.dts 2014-06-25 21:45:44.633032103 +0200
+++ imx6q-wandboard.dts 2014-06-25 21:52:56.227480039 +0200
@@ -482,6 +482,8 @@
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
+ linux,phandle = <0x2d>;
+ phandle = <0x2d>;
};

gpio@020b4000 {
@@ -1735,11 +1737,11 @@
compatible = "wand,imx6qdl-wandboard-rfkill";
pinctrl-names = "default";
pinctrl-0;
- bluetooth-on = <0x18 0xd 0x0>;
- bluetooth-wake = <0x18 0xe 0x0>;
- bluetooth-host-wake = <0x18 0xf 0x0>;
- wifi-ref-on = <0x2b 0x1d 0x0>;
- wifi-rst-n = <0x2c 0x2 0x0>;
+ bluetooth-on = <0x2c 0x15 0x0>;
+ bluetooth-wake = <0x2c 0x1e 0x0>;
+ bluetooth-host-wake = <0x2c 0x14 0x0>;
+ wifi-ref-on = <0x2c 0x1f 0x0>;
+ wifi-rst-n = <0x2d 0x0 0x0>;
wifi-reg-on = <0x1b 0x1a 0x0>;
wifi-host-wake = <0x1b 0x1d 0x0>;
wifi-wake = <0x1b 0x1e 0x0>;
')

the first section is gpio@020b0000 (GPIO block 6), the second section is rfkill
Wifi now works, Bluetooth not yet.
There is no simple on- to-one pin change, so some more research is in order.

LP
PLyttle
 
Posts: 120
Joined: Mon Jun 10, 2013 6:52 am

Re: [WANDBOARD QUAD] no network

Postby mkey2000 » Wed Jun 25, 2014 8:34 pm

even in Rev. B1?
mkey2000
 
Posts: 9
Joined: Sun Jun 22, 2014 9:10 am

Re: [WANDBOARD QUAD] no network

Postby PLyttle » Wed Jun 25, 2014 8:40 pm

No, sorry, this is strictly rev C1
LP
PLyttle
 
Posts: 120
Joined: Mon Jun 10, 2013 6:52 am

Re: [WANDBOARD QUAD] no network

Postby pepedog » Wed Jun 25, 2014 9:12 pm

It's worth noting the wireless will never work with chans 12 and above, the firmware has a global country set
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: [WANDBOARD QUAD] no network

Postby Yenal » Thu Jun 26, 2014 1:02 pm

also having brcmfmac-error & ioctl[SIOCSIWENCODEEXT]-erros..but wlan works without problems using netctl even when started at boot/not manually

my netctl file looks like this:
$this->bbcode_second_pass_code('', 'Description='A wireless connection using a custom network block configuration'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="wlan name"'
'psk=xxxx (key from wpa_passphrase)'
)
DHCPClient='dhclient' #if dhcpcd fails
')
Yenal
 
Posts: 18
Joined: Wed Jan 29, 2014 6:31 pm

Previous

Return to Freescale

Who is online

Users browsing this forum: No registered users and 25 guests