This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what is solution of error in ".zip" file generation of bootloader of PCA10028 board??

nrf51422_xxac.hexboard = for nrf board PCA10028 use sdk 8.1.0 error for dual_bank_ble_s110/armgcc/_build/nrf51422_xxac.hex use master controll panel version 3.10.0.14 ---->nrfutil.exenrfutil.exe(/attachment/1c01f4c028b8435d740bd5f1707c1df8) image description

i have use eclips with gcc setup and my pc config is == windows 7, intel core i3 processor, 64 bit, 4 gb RAM

when i have use sdk9.0.. so, solve this error but what's reason for this type problem??

Parents
  • Hi,

    There was a problem with the linker file in SDK 8.1.0 which was fixed in SDK 9.0.0. To be more specific, both the bootloader settings in flash and the 'noinit' section in RAM lacked the NOLOAD directive.

    Please try to build with the attached linker script, this should solve the nRF util error you are seeing.

    Also note that the version, type and revisions number are required to pass the pre-validation step in the bootloader.

    Linker script from SDK 9.0.0:

    dfu_gcc_nrf51.ld

Reply
  • Hi,

    There was a problem with the linker file in SDK 8.1.0 which was fixed in SDK 9.0.0. To be more specific, both the bootloader settings in flash and the 'noinit' section in RAM lacked the NOLOAD directive.

    Please try to build with the attached linker script, this should solve the nRF util error you are seeing.

    Also note that the version, type and revisions number are required to pass the pre-validation step in the bootloader.

    Linker script from SDK 9.0.0:

    dfu_gcc_nrf51.ld

Children
Related