This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Customizing a bootloader

If all you need is changing  PHY, Tx power and Device Name in a standard nRF52840, do you need building a new bootloader from the scratch or the is a way to edit the standard firmware,  build a new edited file and finally re-program this file in a standard nRF52840? Thanks

Parents
  • Hi Vidar. I follow the step by step guide which is being mentioned in your blog post link, but I get this error, in Spanish: 

    ------------------------------------------

    PS C:\nordic\pip> python get-pip.py install
    python : El término 'python' no se reconoce como nombre de un cmdlet, función, archivo de script o programa
    ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso, compruebe que dicha ruta
    es correcta e inténtelo de nuevo.
    En línea: 1 Carácter: 1
    + python get-pip.py install
    + ~~~~~~
    + CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    PS C:\nordic\pip>

    --------------------------------------------

    Which briefly translated means: The term 'python' is not being recognized as a cmdlet name, script file or executable program. make shure ....

    Of course, the directory (PIP) containing the get-pip.py file, has been set in the Windows Path.

    Any suggestion to solve the problem?

    Thanks

Reply
  • Hi Vidar. I follow the step by step guide which is being mentioned in your blog post link, but I get this error, in Spanish: 

    ------------------------------------------

    PS C:\nordic\pip> python get-pip.py install
    python : El término 'python' no se reconoce como nombre de un cmdlet, función, archivo de script o programa
    ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó una ruta de acceso, compruebe que dicha ruta
    es correcta e inténtelo de nuevo.
    En línea: 1 Carácter: 1
    + python get-pip.py install
    + ~~~~~~
    + CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    PS C:\nordic\pip>

    --------------------------------------------

    Which briefly translated means: The term 'python' is not being recognized as a cmdlet name, script file or executable program. make shure ....

    Of course, the directory (PIP) containing the get-pip.py file, has been set in the Windows Path.

    Any suggestion to solve the problem?

    Thanks

Children
Related