uestchp / NUC980_NuWriter_CMD

NUC980 NuWriter Linux command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuWriter command tool for NUC980 family processors

The Nu-writer Command Tool is a linux console application consisting of functions to access storage(eg. DRAM,NAND,SPINOR,SPINAND,SD) in a NUC980 family processors

NuWriter command tool Installation Steps

debian/ubuntu :

sudo apt-get install libusb-1.0-0-dev

compiler :

./configure --prefix=$PWD/install
make
make install

NuWriter command tool examples

./nuwriter run.ini

Note: Refer to the "run.ini" in the source code.

Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved

About

NUC980 NuWriter Linux command line tool

License:GNU General Public License v3.0


Languages

Language:C 39.7%Language:Shell 30.5%Language:Makefile 21.8%Language:C++ 7.7%Language:M4 0.4%