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

Reply
  • 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

Children
Related