Contents : utils directory - NovasomIndustries/Utils GitHub Wiki

#Welcome to the Utils wiki! Hello,
The Utils directory contains some scripts and the configuration files for the whole NOVAsom_SDK1.0.4 ##Configurations This is a directory.
It contains the file system configurations for the NOVAembed tool. Your configurations can be saved here, so NOVAembed will use them immediately, even if it's running

Patches

This is a directory.
It contains the patches to generate a new file system with all the settings already applied like the compiler, name of the file system, all the pointers, the vfpu settings and so on.

CheckUpdateRepo

This is a script.
This script checks the updates on https://github.com/NovasomIndustries?tab=repositories. At this moment this should be run manually.

LocalModificationsCheck

This is a script.
This script checks if there are modifications on local files against the files in the https://github.com/NovasomIndustries?tab=repositories repository, e.g. changes you did against the official version.
This script interactively checks all the git repos, and if finds a local modification asks for a confirmation and text message.
This script should be used from Novasis Ingegneria/Novasom Industries developers only, and asks for a password

CreatePatch

This is a script.
This script create the patches from a reference file system and your own file system. The patches will be stored in the Patches directory

SetupFs

This is a script.
This script create a new file system. It will be called from NOVAembed tool

SourceMe

This is a script, internal to NOVAembed.
This script sets all the variables to use the cross compiler 5.x ( default )

SourceMe_4.9.3

This is a script, internal to NOVAembed.
This script sets all the variables to use the cross compiler 4.9.3

flashP

This is a script, internal to NOVAembed.
Writes the uSD with the selected file system for the NOVAsomP

flashP_ExtFs

This is a script, internal to NOVAembed.
Writes the uSD with the selected external file system for the NOVAsomP

flashS

This is a script, internal to NOVAembed.
Writes the uSD with the selected file system for the NOVAsomS

flashU

This is a script, internal to NOVAembed.
Writes the uSD with the selected file system for the NOVAsomU

kmake

This is a script, internal to NOVAembed.
Build the kernel in incremental mode

kremake

This is a script, internal to NOVAembed.
Rebuild the kernel from start

umakeP

This is a script, internal to NOVAembed.
Build u-boot for the NOVAsomP

umakeS

This is a script, internal to NOVAembed.
Build u-boot for the NOVAsomS

umakeU

This is a script, internal to NOVAembed.
Build u-boot for the NOVAsomU