net core cant output log

my net core only output the boot information and i enable config_log that uart console will put some strange info

CONFIG_LOG_DEFAULT_LEVEL=3

appcore output to ttyACM1 and netcore is ttyACM0

another question : appcore uart console will make wrong while i use mcumgr command

Parents Reply
  • Hi,

    Ok.

    wangrj said:

    the ttyACM0 should output hci_rpmsg sample's log  after netboot,  

    So I'm curious about why HCI sample don't have log output?

    The project config file you shared earlier, was that for the HCI sample?

    I want to look at the prj.conf file that you use for the HCI sample on the netcore. 

    Did you add CONFIG_LOG=y to the prj.conf file of the hci_rpmsg sample and do a pristine build?

    Can you share the config file from the build folder? It should be at <sample>/build/hci_rpmsg/zephyr/.config after doing a pristine build. 

    regards

    Jared 

Children
Related