Home
[RDK Central Wiki]
CMF
[Code Releases]
With the instruction of [Archived] RPI 4B Model Reference Platform with 64bit Arch, the build is successful.
But we meet two problems with:
Is this a known issue?
There is no ethernet interface created after I connect the pc to raspberry pi 4 with usb-ethernet adapt.
Is there any issue with the usb-ethernet driver in this build?
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.
5 Comments
user-3ffc2
Hi Unknown User (jianchun.zhu) ,
Could you please clarify more on " Wifi is disabled after power on raspberry pi 4." . - Do you mean SSID broadcast is not happening ? Can you share the output of ps command and wifi log from your device
NOTE : Image attached is broken . Could not view it
Can you also try the same with below build instructions
mkdir
<workspace
dir
>
cd
<workspace
dir
>
repo init -u https:
//code
.rdkcentral.com
/r/rdkcmf/manifests
-m rdkb-extsrc.xml -b rdkb-2022q2-dunfell
repo
sync
-j `nproc` --no-clone-bundle --no-tags
MACHINE=raspberrypi4-64-rdk-broadband
source
meta-cmf-raspberrypi
/setup-environment
bitbake rdk-generic-broadband-image
Regards,
Priyankaa KVB
qiting
Actually, we use the 2022q1 in Raspberry 4B , not the latest 2022q2.
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2022q1-dunfell
WiFi interface "wlan0" is created successfully from "ifconfig interface", and WIFI is working well as Clients could connect to it.
But the following issues are seen:
1), WIFI is not OK on the web page. SSID cannot be editted with grey color.
2), DML debug command cannot work. "dmcli eRT getv Device.WiFi.Radio." return error messages which says "Can not find destination component" .
Looks like the WiFI module is not registered well in CR, and so the messages cannot be shared or informed to other modules.
In addition, all these issues do NOT exist in 32 bit build for 2022q1.
qiting
Hi Priyankaa,
We followed the steps you mentioned above, and try it again.
Both issues are still there in this repo: rdkb-2022q2-dunfell + 64bit + RPI 4.
We could see that the CR is always not ready form the CRlog.txt due to "ReadyCheck waiting on com.cisco.spvtg.sscp.wifi"
thanks!
jianchun zhu
Yes, no SSID broadcast. And the wifi page is grey on the web.
user-3ffc2
Hi Unknown User (qiting.a.xu) , Unknown User (jianchun.zhu) ,
Please find the below observations for wifi
With rdkb-2022q1-dunfell, wifi is coming up and dmcli are working only if we connect dongle . Please check the results below
Could you please connect dongle for 2022q1 release and check the wifi behavior
Regards,
Priyankaa KVB