devdoc:documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devdoc:documentation [2020/04/10 16:32]
abelbeck [Linux Build System]
devdoc:documentation [2020/04/10 16:38]
abelbeck [First Build]
Line 73: Line 73:
 Copy the default AstLinux config file (example with Asterisk 13): Copy the default AstLinux config file (example with Asterisk 13):
  
-  cp astlinux-ast13.config .config +  cp x86_64-configs/astlinux-ast13.config .config
- +
-!!Note ->!! If you wish to build 64-bit x86_64 images, copy your ''.config'' file from the ''x86_64-configs/'' directory.+
  
 Check for new configure options: Check for new configure options:
Line 87: Line 85:
 If this is your first time building AstLinux we suggest that you don't make any changes to the default AstLinux configuration. This will make it easier to troubleshoot any problems you might have. Now it's time to start the build: If this is your first time building AstLinux we suggest that you don't make any changes to the default AstLinux configuration. This will make it easier to troubleshoot any problems you might have. Now it's time to start the build:
  
-  ./scripts/build geni586 +  ./scripts/build genx86_64
- +
-!!Note ->!! If you wish to build 64-bit x86_64 images, use genx86_64 or genx86_64-serial board type.+
  
 The script ''./scripts/build'' is a wrapper that checks for certain tools and sets up the environment prior to issuing ''make''. If you run ''make'' manually, you will not generate a complete build. The script ''./scripts/build'' is a wrapper that checks for certain tools and sets up the environment prior to issuing ''make''. If you run ''make'' manually, you will not generate a complete build.
  
-The option "geni586" is the board type, other board types are: geni586-serial, net5501, alix, (many more).  If this option is omitted, the previous board type built will be used.  The "geni586" board uses a VGA/video console, while the "geni586-serial" board uses a 19200 baud serial console.+The option "genx86_64" is the board type, other board types are: genx86_64-serial and genx86_64-vm.  If this option is omitted, the previous board type built will be used.  The "genx86_64" board uses a VGA/video console, while the "genx86_64-serial" board uses a 115200 baud serial console.
  
 !!Info ->!! [[devdoc:boardtypes|List of board types]] !!Info ->!! [[devdoc:boardtypes|List of board types]]
  • devdoc/documentation.txt
  • Last modified: 2024/02/26 06:43
  • by abelbeck