Fluid Edge Themes

For production programming, how do I group OS and apps together as one GEM file for production to program the board?

For production programming, how do I group OS and apps together as one GEM file for production to program the board?

FAQsCategory: GEMstudio ProFor production programming, how do I group OS and apps together as one GEM file for production to program the board?
Amulet Staff asked 6 years ago
The first step in combining the OS with your GEM project is to locate the OS GEM file. For version 1.2.1 of GEMstudio/GEMcompiler, they are located in this folder in Windows XP: C:\Documents and Settings\All Users\Application Data\AmuletTech\V1.2.1\Configuration\OS Files\AmuletOS or in this folder in Vista/7: C:\Program Data\AmuletTech\V1.2.1\Configuration\OS Files\AmuletOS Locate the file with the correct part number and copy this to your project directory in the same folder as your Project .gem file. Next, you need to create a script that the compiler will use to locate both of these files. This is a simple text file with two lines. The first line is the relative path of the OS GEM file and the second file is the relative path of your project GEM file. If you save this script in the same directory as both GEM files, it is simply the filename of each of the files. For example: AmuletOS_480 x 272c_Amulet_STK-480272C_Serial No. ends with L.gem Project.gem Once you have the text file saved, change the file extension to ".AmuletOS". If you open this file from GEMcompiler, you can then save your combo OS with project as another .gem file.