Info |
---|
ImportantThis instruction is created for pConXS v2r2 in combination with Trizeps VIII Plus v1r2 or v1r3/v1r4 („Standard Versions“) Other Baseboards/Modules (i-PAN, Myon, …) are not supported. |
...
Note: For a full listing of the available parameters of the install scripts, run the script with -h.
Installation from pen drive / USB stick (Offline)
Note: The steps for starting the live system must also be run for the offline installation.
Instead of loading the artifacts from a web server, they can also be placed on a pen USB drive and applied
without a network connection.Place the Bootloader and Flash-N-Go System artifacts in one folder and the Yocto OS artifacts in
another folder on the pen USB drive.Connect the pen USB drive to the pConXS.
Mount the pen USB drive to a folder of your choice and change into the Flash-N-Go System folder on the
pen USB drive.Run the install scripts for U-Boot and Flash-N-Go System
Code Block |
---|
# U-Boot
./fng-install-uboot.sh --force-repartition --force-reformat --no-AB
# Flash-N-Go System
./fngsystem-self-update.sh -d seconorth-trizeps8plus-pconxs_v3-atm0700.dtb |
...
The OS uses a special config partition that stores persistent device info. To initialize this partition run
sconfig init.
For more info about the sconfig tool see Flash-N-Go Infrastructure.
...