Custom Tools/Sysroot Download Link

Hold system information about the NAS box. May also include some details of the custom software.
Post Reply
hamishmb
Posts: 1891
Joined: 16/05/2017, 16:41

Custom Tools/Sysroot Download Link

Post by hamishmb »

These have not been uploaded yet, and need some finalising, but will be available at http://hadrian-way.co.uk/WMT_River_Syst ... iguration/ when I update this post.
Hamish
hamishmb
Posts: 1891
Joined: 16/05/2017, 16:41

Re: Custom Tools/Sysroot Download Link

Post by hamishmb »

Hamish
hamishmb
Posts: 1891
Joined: 16/05/2017, 16:41

Re: Custom Tools/Sysroot Download Link

Post by hamishmb »

Note that the following is the command I use to create the tarball from the cross compile VM:

Code: Select all

sudo tar -cvz --acls nas-sysroot/ -f nas-sysroot.tar
(Note gzip is recommended when transferring to the NAS box - it has gzip installed from factory)

This can then be compressed with xz to make it as small as possible for uploading to the webserver:

Code: Select all

xz -9 -T 0 nas-sysroot.tar
Note that compressing this way uses a lot of CPU time and memory.
Hamish
Post Reply