Ce7.cfg file question

I had download tegra ce7 image file and had several cfg files, for example, ce7.cfg file. How to create this file? I hope not edit it?
I had use platform builder to build Nk.bin and NK.nb0.
my question: how to create *.cfg file from NK.nb0 after I build a nk.bin / nk.nb0?

Thanks
Lu

Dear @yudiannlu,

ce7.cfg is simple text file. This file actually references all the other files (nb0, bmz, …) that have to be flashed. Additionally, it also re-layouts the module. We recommend to initially flash your modules using the *.cfg files.

Open the *.CFG file in notepad and Edit below section, specifically input your custom filename on the filename

[partition]
name=CE6
id=7
....
filename=NK_CE7.NB0

Let us know if you need any help on this.