AMD P100 Quick Start Guide
Last updated

The following quick start guide provides background information about the Ryzen AI Embedded P100 COM products which use the Ryzen AI P1000 APU.
The guide will give a technical overview about the product and by the end of it you should be able to boot an operating system and begin testing your application.
26 JUL 2026
Lior
1.0
Initial page
Ryzen AI Embedded P100 COM
I/Os
2 x USB 2.0 2 x USB 3.0
Networking
2 x 2.5GbE copper (RJ45)
Processor
AMD Ryzen Embedded P185 12c/24t up to 5.1 GHz
Memory & Storage
Up to 64GB LPCAMM2 7500 MT/s 2x SATA interfaces (optional) 1x M.2 NVME GEN 4.0 x4 1x M.2 NVME GEN 4.0 x1
Misc.
PWM Fan header
Development and Debug interfaces
Mmicro_USB Console
Power
ATX standard
Expansion card I/Os
PCIe x4 Gen 4.0 configurable as: x8 x4 x4
Temperature
Industrial: -45°C to 85°C
Dimensions
PCBA: 170 x 170mm

Coming soon
Here is what you will need to power up the board:
Linux or Windows PC
HoneyComb AMD P100 COM6 Evaluation board
ATX 120W+
Mini-USB to USB for console, the carrier has an onboard FTDI chip.
IP router or IP switch
Download & install images:
You can use the Ubuntu server installation instructions page or download Pre-installed images.
If using the Pre-installed image, flash it to a USB stick using the following commands:
NOTE: check the /dev/sdx device you need using the lsblk command
Insert the USB stick to the device and power it on.
Wait for the device to boot.
Very first boot might take a while due to DDR training
Last updated
gunzip <image_name.img.gz>
dd if=<image_name.img> of=/dev/sdx bs=1M status=progress; sync