Changes

Jump to navigation Jump to search
Line 225: Line 225:  
==== Build cross-compilation environment on Ubuntu 64-bitoperating system) ====
 
==== Build cross-compilation environment on Ubuntu 64-bitoperating system) ====
 
<code>sudo apt install git bc bison flex libssl-dev make libc6-dev libncurses5-dev</code>
 
<code>sudo apt install git bc bison flex libssl-dev make libc6-dev libncurses5-dev</code>
 +
 +
* 32-bit piOS target version
    
<code>sudo apt install crossbuild-essential-armhf</code>
 
<code>sudo apt install crossbuild-essential-armhf</code>
 +
 +
* 64-bit piOS target version
 +
 +
<code>sudo apt install crossbuild-essential-arm64</code>
    
==== Download the standard version of the piOS source code ====
 
==== Download the standard version of the piOS source code ====

Navigation menu