博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

使用cvrtbin.exe转换bin文件到nb0

Posted on 2011-03-24 10:43  TINZ  阅读(553)  评论(0编辑  收藏  举报

C:>viewbin nk.bin

            ViewBin... nk.bin

            Image Start = 0x00220000, length = 0x00AC136C

            Start address = 0x0023D618

            Checking record #72 for potential TOC (ROMOFFSET = 0x80000000)

            Found pTOC  = 0x80ce02c0

            ROMOFFSET = 0x80000000

            Done.

Using this output, the following code example shows the syntax used to create an nk.nb0 file, using the values found in the Image Start and length lines:

C:>cvrtbin -r -a 00220000 -l 00ac136c -w 32 nk.bin