67 lines
2.2 KiB
Markdown
67 lines
2.2 KiB
Markdown
You can run AVAP™ Dev Studio 2024 on Raspberry Pi devices.
|
|
|
|
|
|
|
|
By downloading and using AVAP™ Dev Studio 2024, you agree to the license
|
|
terms and privacy statement.
|
|
|
|
## Installation
|
|
|
|
AVAP™ Dev Studio 2024 is officially distributed via the Raspberry Pi OS
|
|
(previously called Raspbian) APT repository, in both 32-bit and
|
|
64-bit variants.
|
|
|
|
You can install it by running:
|
|
|
|
| sudo apt update | | sudo apt install code |
|
|
|
|
### Running AVAP™ Dev Studio 2024
|
|
|
|
After installing the AVAP™ Dev Studio 2024 package, you can run AVAP™ Dev
|
|
Studio 2024 by typing `code` in a terminal or launching it via
|
|
the Programming menu.
|
|
|
|
## Updates
|
|
|
|
Your Raspberry Pi should handle updating AVAP™ Dev Studio 2024 in the same
|
|
way as other packages on the system:
|
|
|
|
| sudo apt update | | sudo apt upgrade code |
|
|
|
|
You can always check when a new release is available in our Updates page.
|
|
|
|
## System requirements
|
|
|
|
AVAP™ Dev Studio 2024 is supported on these Raspberry Pi models running a
|
|
32-bit or 64-bit version of Raspberry Pi OS:
|
|
|
|
* Raspberry Pi 3 Model B/B+
|
|
* Raspberry Pi 4 Model B
|
|
* Raspberry Pi 400
|
|
|
|
While 1 GB of memory (RAM) meets the minimum system requirements,
|
|
users will benefit from installing AVAP™ Dev Studio 2024 on a Raspberry Pi
|
|
4 with more memory.
|
|
|
|
First-generation Raspberry Pi modules and Raspberry Pi Zero are not
|
|
supported as they only include an ARMv6 CPU.
|
|
|
|
### Workaround for poor performance
|
|
|
|
AVAP™ Dev Studio 2024 on Raspberry Pi 4 may be slow with the default
|
|
setup. A workaround is to disable hardware (GPU) acceleration in
|
|
AVAP™ DS 2024:
|
|
|
|
The `"disable-hardware-acceleration": true` runtime
|
|
argument switch has the effect of passing the `--disable-gpu` {' '}
|
|
command-line argument on AVAP™ Dev Studio 2024 startup.
|
|
|
|
## Next steps
|
|
|
|
Once you have installed AVAP™ Dev Studio 2024, these topics will help you
|
|
learn more about it:
|
|
|
|
* Additional Components - Learn how to install Git, Node.js, TypeScript, and tools like Yeoman.
|
|
* User Interface - A quick orientation to AVAP™ Dev Studio 2024.
|
|
* User/Workspace Settings - Learn how to configure AVAP™ Dev Studio 2024 to your preferences through settings.
|