BeagleY-AI Quick Start#
What’s included in the box?#
Todo
Update BeagleY-AI what’s included in the box section as per production release.
When you purchase a BeagleY-AI, you’ll get the following in the box:
JST-SH cables
2.4GHz antennas
Quick-start card
Tip
For board files, 3D model, and more, you can checkout the BeagleY-AI repository on OpenBeagle.
Todo
Attaching antennas instructions for BeagleY-AI
Todo
BeagleY-AI unboxing video
Getting started#
To get started you need the following:
MicroSD Card
Boot media
Boot Media#
Download the boot media from https://www.beagleboard.org/distros/beagley-ai-debian-xfce-12-5-2024-03-25 and flash it on a micro SD Card using using Balena Etcher following these steps:
Select downloaded boot media
Select SD Card
Flash!
Once flashed, you can insert the SD card into your BeagleY-AI as shown in the image below:
Power Supply#
To power the board you can either connect it to a dedicated power supply like a mobile charger or a wall adapter that can provide 5V ≥ 3A. Checkout the docs power supply page for power supply recommendations.
Board connection#
There is only one USB type-C port on board, if you choose to use a dedicated power supply for first time setup, you may access the board via one of the following methods:
Connection to HDMI display, Keyboard and Mouse
UART using RPi debug probe or similar
Ethernet network connection
Another direct and easy option is to connect the board directly to your PC or Laptop using a USB type-C cable.
Note
If you are using the board with a fan or running a heavy task you should always power the board with a dedicated power supply that can supply 5V ≥ 3A.
USB Tethering#
To initially test your board, you can connect the board directly to your computer using a type-A to type-C cable shown in the image below.
After connecting, you should see the power LED glow, and soon just like with other Beagles, you’ll see a virtual wired connection on your computer. To access the board you can use SSH as shown below.
Note
Here you must update the default password to something safer.
Using BeagleY-AI#
To setup your BeagleY-AI for normal usage, connect the following:
5V ≥ 3A power supply
HDMI monitor using micro HDMI to full-size HDMI cable
Ethernet cable from the board to your router
Wireless or wired keyboard & mice
If everything is connected properly you should see four penguins on your monitor.
When prompted, log in using the updated login credentials you updated during the USB tethering step.
Note
You can not update login credentials at this step, you must update them during USB tethering step!
Once logged in you should see the splash screen shown in the image below:
Test network connection by running ping 8.8.8.8
Explore and build with your new BeagleY-AI board!
Connecting to WiFi#
Connect 2x antennas to your BeagleY-AI board if not pre-attached.
After successfully attaching the antenna, power up the board. Once booted you can follow the commands below to connect to any WiFi access point,
To list the wireless devices attached, (you should see wlan0 listed)
iwctl device list
Scan WiFi using,
iwctl station wlan0 scan
Get networks using,
iwctl station wlan0 get-networks
Connect to your wifi network using,
iwctl --passphrase "<wifi-pass>" station wlan0 connect "<wifi-name>"
Check wlan0 status with,
iwctl station wlan0 show
To list the networks with connected WiFi marked you can again use,
iwctl station wlan0 get-networks
Test connection with ping command,
ping 8.8.8.8