Giter Club home page Giter Club logo

firmware's People

Contributors

estutzenberger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

firmware's Issues

Can't compile with segger microcontroller software.

Hi,
I need a little bit customization in this firmware, so I tried to import this firmware into SEGGER Microcontroller software. but that didn't work.
Can you guide me or tell me steps on how to compile this?
Thanks

Update of BL and Softdevice OTA

Hi,

I have several devices with the RIGADO BMDWare on them but whose hardware is inaccessible. I want to initialize these nRF52832 chips with out nRF Bootloader, Softdevice and Application.

I have loaded the nRF Bootloader and Application as a RIGADO update package (generated with RIGADO genimage tools):

python genimage.py --hexfile bootloader.hex softdevice701.hex --output output.bin --bootloader --softdevice -f config/nrf52832-sd132v3.x.0.cfg

Then I upload the application (generated with command below) with nRF DFU which is working fine.

	nrfutil pkg generate --hw-version 52 --app-boot-validation VALIDATE_GENERATED_CRC --sd-req 0xCB --application-version $(APP_FW_VER_HEX) --application app.hex --key-file priv.pem app.zip

The problem arises when I try to update the Bootloader (generated with below command) over the NRF DFU or over UART. In this case the Bootloader does not start at all bricking the device.

nrfutil pkg generate --hw-version 52  --sd-req 0xCB --bootloader-version $(BL_FW_VER_HEX) --bootloader bootloader.hex --sd-id 0xCB --key-file priv.pem Bootloader.zip
  • when I read out the hex with the nRF programmer I can see differences in the MBR settings page and the Bootloader settings page (start at 0x7E0000 and 0x7F0000). However, the MBR should always stay intact, even over several softdevice versions.

My questions are:

  • What could be the problem with this sequence of updates?
  • Is this update procedure not supported or does the RIGADO BL even block updates of 'itself'?
  • I am using a much newer Softdevice version (7.0.1) does this have an impact on the MBR settings?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.