-
Notifications
You must be signed in to change notification settings - Fork 24
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
New installation doesn't support wifi #7
Comments
Thanks for your feedback~ I'm not so sure, but your hardware version could be the Broadcom version of the chip. The Broadcom version hardware has been EOL, and we no longer support it. The new version has been replaced with a Qualcomm version of the chip. https://www.technexion.com/products/system-on-modules/pico/pico-imx7/ It is recommended to use yocto 2.4 or earlier for the software that supports this Broadcom chip. But yocto 2.4 was EOL in 2018, so you may not be able to build it either. Demo image for Broadcom wifi chip: BR, |
Ah, thanks for the prompt response, Ray. I'll play around with this new information once I have some free time, and maybe post back here with any useful findings. |
Hi Ray, I get the same result with the image that I downloaded from https://download.technexion.com/demo_software/PICO/IMX7/pico-imx7-emmc/archived/pico-imx7_pico-pi_yocto-2.4-qt5_sdcard-preview_QCA9377_lcd-800x480_20181102.zip. I extracted that, and used uuu to flash that into the pico-pi device. As in:
Where _rootfs.sdcard is the one I extracted from the downloaded zip. That's Do you see anything obviously wrong with what I did? Or any clues what to try otherwise? If not, don't worry. I'm just trying to avoid some e-waste. Thanks for your assistance so far! |
Thanks for your feedback. We are in CNY holiday, so can't give the instant reply. Could you take a look at the document below (7. Test WIFI and Bluetooth) ? BR, Richard |
No worries at all. Your answers are already much appreciated. Please enjoy! So the output of /var/lib/connman/settings is what you'd expect:
Also
So I presume something is off. Also, something I noticed in section 1.1: Is that PICO-IMX7D only appears with Not that it will be useful, but just ran |
Thanks for the feedback~!!! Please remove the line There are two different device tree files to correspond to QCA/BRCM WIFI separately for pico-imx7d. https://github.com/TechNexion/linux/blob/tn-imx_4.9.88_2.0.0_ga-test/arch/arm/boot/dts/imx7d-pico_pi.dts For BRCM wifi, it should use u-boot would not detect the WIFI type automatically, so it requires to specify WIFI type in uEnv.txt. u-boot would load different dtb by the content of
You can check what is the device tree blob is loaded in kernel by the command:
For BRCM, it should show: BR, Richard |
Thanks. I'll only be able to test this out in a month. So I'll close this for now and update once I have news. |
I come from this gist (https://gist.github.com/liquidx/fd1002ec870a7c13f04a0b8a44744246) and managed to run yocto on my pico-pi-imx7d (former Android Things kit):
My issue: I'd like to ssh via wifi but there's no wifi card detected:
I tried following the documentation from: https://developer.technexion.com/docs/, concretely the WIFI connection section. That states:
So I understand that the wlan module is not loaded. But the post doesn't really provide good instructions as to what to do when the check fails.
Also running:
I suspect it's likely I'm just missing something obvious, since I'm not super familiar with Linux sys admin.
Any pointers?
The text was updated successfully, but these errors were encountered: