Shared configuration in case of multiimage build

Hello !

I have multi image build and in app_core Kconfig some own definitions like NET_L2_MY_VALUE =1.

Is any way to define if this value can be visible to network core image ? Or how to share own config value between core and network images ?

Regards,

Eugene

Parents
  • Hi Eugene,

    Is any way to define if this value can be visible to network core image ? Or how to share own config value between core and network images ?

    I am not sure if I understand this question correctly. Do you want to also use NET_L2_MY_VALUE =1 as a building time configuration for the network core? then just use it if you need it on your network core firmware.

    application core and network core are basically running different firmware, they communicate through shared memory and IPC signalling. 

    Best regards,

    Charlie

  • Hi Charlie !

    When I compile firmware for both cores, I have common settings what should be visible in both firmwares.

    in Kconfig of app core there are populated.

    Can I avoid dublication and set value once in prj.conf of core image and be sure if the same value and config flag will be visible for both cores during build process ?

    Regards,

    Eugene

Reply Children
No Data
Related