Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
@echo off
cls
echo .
REM --- Test wether custom registry is set
"\SDMMC Card\TestRegistry.exe" HKEY_LOCAL_MACHINE\MyCustomer\RegistryPrepared
if errorlevel 1 goto ReginitDone

echo Set custom registry values and save registry file to flash

REM If not set, prepare Registry with RegistryImport.exe
"\SDMMC Card\RegistryImport.exe" /f"\SDMMC Card\Registry.mod" /b /s

rem \windows\pregedit.exe
goto end

:ReginitDone
echo Custom Registry Initialisation already done....
pause 100
:end

Download: deploy_support.zip.

Tool for extracting NOR Flash to SDCARD (ConXS)

...

With the Bootloader this file can be copied to another Trizeps with the same memory configuration.

Download: nk.nb0