Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devdoc:devdoc_switch_i586_x86_64 [2015/11/27 14:59] – [Switching Images between i586 and x86_64] droemel | devdoc:devdoc_switch_i586_x86_64 [2020/04/15 11:35] (current) – [Incompatibilities between i586 and x86_64] mkeuter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Switching Images between i586 and x86_64 ====== | ====== Switching Images between i586 and x86_64 ====== | ||
| - | Beginning | + | Beginning with AstLinux 1.2.5, two new board types were added: genx86_64 and genx86_64-serial. |
| In general, users will be advised to choose either a geni586[-serial] or genx86_64[-serial] install image and stick with that board type, but developers may want to take a shortcut and switch between i586 and x86_64. | In general, users will be advised to choose either a geni586[-serial] or genx86_64[-serial] install image and stick with that board type, but developers may want to take a shortcut and switch between i586 and x86_64. | ||
| Line 10: | Line 10: | ||
| !!Info ->!! [[devdoc: | !!Info ->!! [[devdoc: | ||
| + | |||
| + | ===== Testing for x86_64 support ===== | ||
| + | |||
| + | If this CLI command generates output, then your board should support x86_64: ("Long Mode" CPUID flag) | ||
| + | |||
| + | grep ' | ||
| + | |||
| + | If no output is generated then your board will not support x86_64. | ||
| + | |||
| ===== Incompatibilities between i586 and x86_64 ===== | ===== Incompatibilities between i586 and x86_64 ===== | ||
| Line 16: | Line 25: | ||
| * LDAP-AB using slapd, the ''/ | * LDAP-AB using slapd, the ''/ | ||
| * Asterisk FOP2 uses a binary blob for either 32 or 64 bit systems, so a new version must be installed. | * Asterisk FOP2 uses a binary blob for either 32 or 64 bit systems, so a new version must be installed. | ||
| - | * The '' | + | * The '' |
| ===== Upgrade switch to x86_64 (64-bit) or i586 (32-bit) ===== | ===== Upgrade switch to x86_64 (64-bit) or i586 (32-bit) ===== | ||
| Line 58: | Line 67: | ||
| You could just use the LDAP-AB tab for the backup/ | You could just use the LDAP-AB tab for the backup/ | ||
| - | |||