-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems in ArchArm #16
Comments
Looks like the same issue as NOOBS had. See its resolution in v2.1 raspberrypi/noobs@9e9184c |
looking at
The options after adding the modules $ sudo i2cdetect -y 0 |
I can confirm that the IoT_pHAT is not recognized as a wifi-device in ArchARM. In contrast, booting the same Pi Zero and IoT_pHAT off a clean install of Raspbian/Jessie Lite 2016-11-25 and was connected to the Internet in 2 min. Some quick comparisons between ArchARM running on the Pi Zero vs a RaspPI 3B regarding kernel compilation options, kernel modules/drivers and firmware found no obvious differences. Still need to do some comparisons of these between ArchARM on the RaspPI 3B vs. Jessie Lite 2016-11-25 on the Pi Zero to see what might be needed to get the IoT_pHAT up and running in ArchARM. Do the Redbear developers of the IoT_pHAT have any suggestions for people on ArchARM to try? |
The IoT_pHAT seems to be not recognized as a wifi-device in ArchARM. What would be the next place to look into for debbuging?
device accessible
$ cat /proc/device-tree/hat/product
IoT pHAT w/eep_v0.3
$ ls /proc/device-tree/soc/iothat/
name pinctrl-0 pinctrl-names status
$ cat /proc/device-tree/soc/iothat/status
okay
not recognized as wifi device
$ ifconfig -a
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1 (Local Loopback) RX packets 344 bytes 29704 (29.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 344 bytes 29704 (29.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
The text was updated successfully, but these errors were encountered: