Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml  -b  yocto-dunfell-upgrade
 
repo sync -j4 --no-clone-bundle
 
MACHINE=turris source meta-turris/setup-environment
 
bitbake corerdk-generic-broadband-image-minimal

 Error Handling


Error/Issues

Layer/Reciepe

Fix

1

ERROR: Configure error in PAM , tr069, dmcli and webui

meta-rdk-broadband

Safec version has been upgraded from 3.5 to 3.5.1

Changed LDFLAGS to libsafec-3.5.1

2

ERROR: Nothing RPROVIDES 'cpp-symlinks'

ERROR: Nothing RPROVIDES 'cpp'

meta-openembedded

meta-turris

python3-pycparser version has been upgraded from 2.19 to 2.20

renamed the bbappend to 2.20 version

3
ERROR: Mosquitto compile error, build breakage
meta-rdk-ext

patch-set In  has been provided to fix this issue with openssl
4

wan interface erouter0 did not get IP

Utopia -repo

service_wan.c code seem not proper,

Fails in dhcp_parse_vendor_info API

5lan interface brlan0  not acquiring the IP

meta-turris /utopia.bbappend

Provided the patch-set as work-around in lan_handler.sh

6

syseventd is not running on the port

Error: Address already in use (inet6 addr)

meta-turris/utopia.bbappend

Added CFLAGS += "-DNO_IPV6" as a work-around in utopia.bbapend
7
Lighttpd fails to run 
meta-turris/ccsp-webui.bbappend

Used to sed command to disable server.ipv6 in lighttpd.conf

8check.php gives the blank image, after logged on in RDKB-WebUI

webui - repo

Replaced  the suspicious line in check.php 

Features Supported

  •    All the Ccsp Services are up and running
  •    WebUI is Enabled and runs in the ipv4 port.
  •    Ensured the wireless client is connected to both 2.4Ghz and 5Ghz , acquired the IP.
  •    dmcli works well and retrieves the information through all components such as pam,wifi,etc 


    No

    Feature

    Supported

    1LAN Connected Devices-Ethernet(error)
    2WAN Connected Devices-Wi-Fi(tick)
    3Parental Control(error)
    4Firewall settings(error)
    5Advanced Config: Port Triggering(error)
    6Advanced Config: Port Forwarding(error)
    7Advanced Config: Remote Management(error)
    8Advanced Config: DMZ(error)
    9Xfinity Wi-Fi 2.4/5 GHz – Public Hotspot(error)
    10Test and Diagnostics(error)
    11Local WebUI Configuration(tick)
    12Factory Reset(error)
    13DHCP /Reserved IP(error)
    14EthWan(tick)
    15Eth Agent(error)
    162.4 GHz Band Support(tick)
    175 GHz Band Support(tick)
    18Bridge Mode Support(error)
    19Persistent Storage Management(tick)
    20WebPA for Comcast,community(error)
    21Lost and Found(error)
    22Bluetooth(error)
    22Harvester Support(error)
    23TR-69(error)
    24SNMP(error)
    27Boot time data measurement(error)
    28Wireless Protection Setup(WPS)(error)
    29Captive Portal(error)
    30Wi-Fi MAC Filtering(error)
    31Log Rotation Support(error)
    32Firmware Upgrade Support(error)
    33Multiboot Support(error)
    34Telemetry Support(error)
    35IPV6(error)


 Flashing procedure

            Turris Omnia Reference Platform: Flashing Instruction

...