| |||
| Home > Building an image in Visual Studio Platform Builder > 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:
Select Build → Open Release Directory in Build Window to open the command window.
In the command window, enter:
viewbin nk.bin
See Figure 7.
Enter cvrtbin with appropriate command line options:
cvrtbin -r -a <Image Start> -w <width> -l <length> nk.bin
The value of can
be 8, 16, or 32. The values of widthImage Start and length are
as shown in the command window.
For example:
cvrtbin -r -a 0x00070000 -w 32 -l 0x01EC3BD8 nk.bin