Versions Compared

Key

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

...

  • Done

    • Brought up yocto support
    • Supported build configuration
    • Compiled EM code with legacy cli
    • Observerving segmentation faults due to yocto compiler being too strict about memory and stack
      • Fix #1 - https://github.com/rdkcentral/unified-wifi-mesh/commit/3fd8e4bac0b86c4a92f804791e318265fc78a6d5
      • Other crashes (Will retest the same in new cli)
        • <<OneWifiMeshCli>>: reset erouter0 bananapi encode_config_reset:354: {


        • void em_cmd_t::init(dm_easy_mesh_t *dm)
          {
              m_em_candidates = queue_create();
              m_data_model.init();
              m_data_model = *dm; //--------- segmentation fault only in RDK-B,Not in raspbian - pls refer - platform agnostic c++ code section
          }

        •  
        • (gdb) bt #0  0x0000000000417fb8 in em_cmd_t::init (this=this@entry=0x7f8b4b7010, dm=dm@entry=0x7f8b7fe690)     at ../../../git/src/ctrl/../../src/cmd/em_cmd.cpp:127 #1  0x0000000000418764 in em_cmd_t::em_cmd_t (this=0x7f8b4b7010, type=em_cmd_type_reset,     param=<error reading variable: Cannot access memory at address 0x7ffc9a6470>, dm=...)     at ../../../git/src/ctrl/../../src/cmd/em_cmd.cpp:703 Backtrace stopped: Cannot access memory at address 0x7ffc9a63f8

  • Ongoing

    • Golang support in RDK-B added
    • ongoing with latest cli in progress
      • Creating yocto recipe to compile cli go code from yocto
      • Will retest the crashes and update 

...