Skip to content

How can I make the circuitpython work with the bootloader(*nosd.hex) which don't include the softdevice? #5770

@bigbearishappy

Description

@bigbearishappy

I am working with nrf52840 board now. And I can make the circuitpython work fine with the adafruit bootloader which included softdevice.
However, when I change to the bootloader which don't included the softdevice.The circuitpython is not working.

I tried to modify the ports/nrf/bluetooth/bluetooth_common.mk to remove the "CFLAGS += -DSOFTDEVICE_PRESENT". I also tried to
change the ld file to delete the flash region of softdevice.
But I still can't make it work.

Is there any suggestion or plan to make it?
Thanks~

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions