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
  • hello world sample

    CONFIG_BOOTLOADER_MCUBOOT=y
    CONFIG_BT=y
    CONFIG_MCUMGR=y
    CONFIG_MCUMGR_SMP_UART=y
    CONFIG_MCUMGR_CMD_IMG_MGMT=y
    
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304
    CONFIG_FLASH=y
    
    
    CONFIG_SB_NUM_VER_COUNTER_SLOTS=120
    
    CONFIG_FW_INFO_FIRMWARE_VERSION=1
    CONFIG_MCUBOOT_IMAGE_VERSION="1.1.1"
    

    this is app core  main  prj.conf

    CONFIG_FLASH=y
    CONFIG_FW_INFO_FIRMWARE_VERSION=2
    CONFIG_MAIN_STACK_SIZE=10240
    
    CONFIG_LOG=y
    CONFIG_LOG_MODE_MINIMAL=y

    and this one is mcuboot 's prj.conf

Children
No Data
Related