3.3. How to generate NK.nb0

If Nk.nb0 is not present in the release directory, use the Platform Builder inbuilt tool, cvrtbin.exe, to generate it. To generate the Nk.nb0 file:

  1. Select Build → Open Release Directory in Build Window to open the command window.

  2. In the command window, enter:

    viewbin nk.bin
    

    See Figure 7.

    Figure 7. Command window

    Command window

  3. Enter cvrtbin with appropriate command line options:

    cvrtbin -r -a <Image Start> -w <width> -l <length> nk.bin
    

    The value of width can be 8, 16, or 32. The values of Image Start and length are as shown in the command window.

    For example:

    cvrtbin -r -a 0x00070000 -w 32 -l 0x01EC3BD8 nk.bin
    
Copyright © 2009-2011 ARM Limited. All rights reserved.ARM DAI 0220E
Non-Confidential