Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devdoc:documentation [2023/08/10 21:13] – [Linux Build System] mkeuter | devdoc:documentation [2024/02/26 12:43] (current) – [Linux Build System] abelbeck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Development Environment ====== | ====== Development Environment ====== | ||
| - | The AstLinux Development Environment (ADE) is maintained in a repository on GitHub | + | The AstLinux Development Environment (ADE) is maintained in a repository on GitHub. |
| AstLinux is cross-compiled, | AstLinux is cross-compiled, | ||
| Line 16: | Line 16: | ||
| Linux Build Systems known to work **(must be x86_64)**: | Linux Build Systems known to work **(must be x86_64)**: | ||
| - | * Debian 11 - // | + | * Debian 11 |
| + | * Debian 12 - // | ||
| !!Tip ->!! Use a somewhat older LTS (Long Term Support) Linux distro in a VM, that will be the most compatible with our version of Buildroot. | !!Tip ->!! Use a somewhat older LTS (Long Term Support) Linux distro in a VM, that will be the most compatible with our version of Buildroot. | ||
| Line 22: | Line 23: | ||
| !!Tip ->!! Use a " | !!Tip ->!! Use a " | ||
| - | !!Tip ->!! To run Debian 10/11 in a LXC container on Proxmox 6/7/8, you need to enable " | + | ===== Promox notes ===== |
| + | |||
| + | !!Tip ->!! To run Debian 10/11 in a LXC container on Proxmox 6/7/8, you need to enable " | ||
| + | |||
| + | !!Tip ->!! There seems to be a problem when running the "Linux Build System" | ||
| + | genext2fs: couldn' | ||
| + | although there is plenty of free space. It doesn' | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| Line 43: | Line 51: | ||
| !!Important ->!! You should **not be root**, login as a non-admin user. | !!Important ->!! You should **not be root**, login as a non-admin user. | ||
| ===== Checking out the Source ===== | ===== Checking out the Source ===== | ||
| - | Now we will grab AstLinux via SVN: | + | Now we will grab AstLinux via '' |
| - | + | ||
| - | svn co https:// | + | |
| - | + | ||
| - | // | + | |
| - | + | ||
| - | **Explanation: | + | |
| - | + | ||
| - | '' | + | |
| - | + | ||
| - | '' | + | |
| - | + | ||
| - | '' | + | |
| - | '' | + | git clone https:// |
| - | You should see a bunch of files scroll down your machine. Depending on the speed of your connection, this could take a few minutes | + | You should see a bunch of files scroll down your machine. Depending on the speed of your connection, this could take a few seconds |
| - | Once the checkout | + | Once the clone process has completed, cd into astlinux/ |
| cd astlinux/ | cd astlinux/ | ||