Skip to content

NPCM7xx Flash tool generates one image from Boot Block, U-boot and FIT Linux image

License

Notifications You must be signed in to change notification settings

bjh83/npcm7xx-flashtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncpm7xx-flashtool

Takes a bootblock image or a u-boot image and adds a bootblock header so that it can be booted on a NPCM7xx BMC.

Building

git clone [email protected]:Nuvoton-Israel/npcm7xx-flashtool.git
cd npcm7xx-flashtool
make
sudo make install

Usage

create_image <--bootblock | --uboot>
             [--fiu0_drd_cfg=M] [--fiu_clk_divider=N]
             <input file> <output file>

Where M is an unsigned hexadecimal number which will fit in 32 bits and N is a unsigned hexadecimal number which will fit in 8 bits.

About

NPCM7xx Flash tool generates one image from Boot Block, U-boot and FIT Linux image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Makefile 5.9%