Sysbuild example nRF5340DK UART output

Hi Community,

I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.

Exercise 2 - Adding custom image - Nordic Developer Academy

I'm using nRF5340DK to run this exercise code, but I can't find the so called "UART30 " for output.

Could you please give me more instructions? thanks!

Regards

Danny

Parents Reply
  • danny0007 said:
    is it somehow possible to use the dfu_application.zip directly? 

    It is not. The nRF SoC can not handle the .zip file. This is required by the app that sends the update.
    When you select dfu_application.zip in the Android app, the nrf Android app will unzip it automatically and send the images in order.

    danny0007 said:

    Cannot find any discussion regarding this kind of error, maybe nobody tried this, could you please have a look:

    ---- Reopened serial port COM28 ----
    *** Booting My Application v3.0.0-b901c3efa989 ***
    *** Using nRF Connect SDK v3.0.0-3bfc46578e42 ***
    *** Using Zephyr OS v4.0.99-3e0ce7636fa6 ***
    Starting Bluetooth Peripheral LBS sample
    I: 8 Sectors of 4096 bytes
    I: alloc wra: 0, fe8
    I: data wra: 0, 0
    E: Endpoint binding failed with -11
    E: HCI driver open failed (-11)
    Bluetooth init failed (err -11)

    My guess is that this error is because the radio core fails, and therefore, the application core can not communicate with it over HCI.

Children
Related