I didn’t check if it worked correctly after the first purchase.
And I did a lot of work to install os in emmc.However, we decided to boot through the sd card if necessary.
But another problem arises.
The 1GB product I purchased had normal Wi-Fi operation.
It was normal no matter how many times I rebooted.
However, there is a problem with the 2GB product as shown in the attached picture below whether I damaged the board while working on emmc.
And only loopback appears when entering the nmcli command.
I tried a few ways to find a way in the relevant forum, but it didn’t work.
What I’ve done,
I changed the brcm43456.sdio.* file from /lib/firmware/brcm to brcm43456.sdio.radxa,zero.* file.
However, there is another problem when rebooting, so put those two commands in /etc/rc.local.
It was activated at boot time and it was confirmed that it was operating normally even after rebooting a few times.
My 2GB model also suffers from this bug. After downgrading to firmware version 7.45.96.61, it seems to happen less, but still happens from time to time.
still no luck on my end. i did try most of the stuff i read about, its very frustrating for sure.
I got 4GB - 128GB eMMC version of zero as a second unit.
I’m having this Wi-Fi issue and couldn’t find any solution yet.
There was a problem with flashing the os image on emmc, so I thought I would boot the sd card and solved it. I thought about it, but the Wi-Fi problem? If it’s a software bug, a new version that has been fixed should come out soon.
With the 2GB model I’ve had the Wifi Issue on both eMMC and SD, with Radxa imgs and my own custom imgs. With the 4GB model all is working as it should for me.
I’ve also noticed other bits. The LED on the board doesn’t work the same on the 2GB, as it does on the 4GB. I suspect they are not the same hardware revision, although purchased around the same time and from the same place.
I’ve had no issues flashing to eMMC. Fastboot, rsync or dd’ing from sd to emmc all work.
Connection activation failed: (7) Secrets were required, but not provided
Then I checked for solution to fix it;
1st one didnt do much;
nmcli con delete <SSID>
nmcli dev wifi connect <SSID> password <password>
////////////// 2nd didnt work too
Edit with sudo grants: /etc/NetworkManager/NetworkManager.conf
Add the next two lines:
[device]
wifi.scan-rand-mac-address=no
Execute: sudo systemctl restart NetworkManager
Use your WiFi.
3rd attempt:)
I did factory reset on my modem & router. I thought maybe there was soo many connections or something else was going on.
but no luck…my other zero device works and connects.
new one doesn’t .
as a note i did turn on show password for wifi and entered that way to check if i was making a mistake. but i was entering correctly.
@SKRSKR@gnlkrmz@c0rnelius I have produced a test kernel that synced mmc driver with the latest Linux source. Please check if this helps with your issue. Be aware this is for our Debian/Ubuntu system only.
Well you need to download the kernel from that release page first. Try wget https://github.com/RadxaYuntian/kernel/releases/download/meson-mmc-sync/linux-image-5.10.69-999-amlogic_5.10.69-999-amlogic_arm64.deb then follow the instruction on the release page.
If you are missing wget run sudo apt update && sudo install wget.
They would appear to be commits already made in 5.15 and 5.16. I’m currently running 5.16.10. I checked ur other branches and didn’t see any other relative mmc commits.
Im new with Linux, thanks for explanation.
By the way seems like i have to download but i dont have connection (considering the problem we are trying to resolve)
I will try to copy it to zero and run that way…