Skip to content

Commit

Permalink
qcom-armv8a: add configuration for QCM6490 IDP and Robotics RB3 Gen2
Browse files Browse the repository at this point in the history
Add configuration to support Qualcomm QCM6490 IDP and Robotics RB3 Gen2
boards for yocto-linux.

QCM6490 IDP is an internal platform, similar to RB3 board,
used by most of the QC developers.

Signed-off-by: Atul Dhudase <[email protected]>
  • Loading branch information
adhudase committed Nov 16, 2023
1 parent cd07c7d commit 0ee55cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2"
# UFS partitions in 820/845/RB5 setup with 4096 logical sector size
EXTRA_IMAGECMD:ext4 += " -b 4096 "

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"

# Support for dragonboard{410, 820, 845}c, rb5
KERNEL_IMAGETYPE ?= "Image.gz"
SERIAL_CONSOLE ?= "115200 ttyMSM0"
Expand All @@ -18,6 +20,8 @@ KERNEL_DEVICETREE ?= " \
qcom/qrb4210-rb2.dtb \
qcom/qrb5165-rb5.dtb \
qcom/sm8450-hdk.dtb \
qcom/qcm6490-idp.dtb \
qcom/qcm6490-rb3.dtb \
"

QCOM_BOOTIMG_PAGE_SIZE[apq8016-sbc] ?= "2048"
Expand Down

0 comments on commit 0ee55cb

Please sign in to comment.