Introduction to the Raspberry Pi 4 Board

Set up a Raspberry Pi device and log in to the console.

avhsupport avatar
Written by avhsupport
Updated over a week ago

Introduction

This example shows you how to create a Raspberry Pi device along with some basic functionalities of the device's interface.

Creating your device

  1. Log in to AVH with your Arm user account at https://app.avh.arm.com/.
    โ€‹If you do not have an Arm account register at https://developer.arm.com/.

  2. When you reach the AVH Devices page, click CREATE DEVICE.

  3. Select the Raspberry Pi 4 device, then click NEXT.

  4. On the Configure Your Device page, you will see a dropdown with stock firmware options. You can upload your own custom firmware. For this example, choose Raspberry Pi OS lite (11.2.0) and click SELECT.

  5. On the Confirm Details page, verify your selections then click CREATE DEVICE. Leave the device name as the default and do not set advanced boot options.

  6. Please be patient while the virtualized device loads. It may take a few minutes.

  7. Your Raspberry Pi device is now ready to go! Next, let's log in. Click CONSOLE in the devices menu.

  8. Type in the default username: pi and password: raspberry, then hit return. When you see the display name change to pi@rasberrypi, you are logged in.
    โ€‹Alternatively, you could use the graphical console on the right to log in.

  9. Your virtualized Raspberry Pi 4 device is now ready to use!

You can test out your new Raspberry Pi 4 device by creating and restoring Snapshots in the next tutorial.

Did this answer your question?