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
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/.When you reach the AVH Devices page, click CREATE DEVICE.
Select the Raspberry Pi 4 device, then click NEXT.
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.
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.
Please be patient while the virtualized device loads. It may take a few minutes.
Your Raspberry Pi device is now ready to go! Next, let's log in. Click CONSOLE in the devices menu.
Type in the default username:
pi
and password:raspberry
, then hitreturn
. When you see the display name change topi@rasberrypi
, you are logged in.
โAlternatively, you could use the graphical console on the right to log in.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.