Skip to content

Add support for SYS6701

SYS6701 is a qualcomm SDA845 based board designed by Inforce computing.

This board can reuse bootloaders improvement made for the 96 board dragonboard 845, to make it more Linux friendly.

At the moment this recipes require the user to provide:

  • The image.gz
  • The modules.tar.gz
  • The dtb file

All these file can be generate from the upstream kernel and the additionnal devicetree file for sys6701 available there:

https://github.com/julien-massot/linux/commit/ff45d7c0f5611cf4bcd5359c8bb18d66dbf8fce5

This recipes doesn't provide a full disk image but only the boot and rootfs partition that will need to be flashed using the generated flashall script.

With an upstream kernel (tested on 5.18) it's possible to reach the Apertis prompt and to log in.

Fancy features such as GPU WiFi or bluetooth may require additional firmware.

This work is mostly coming from the skywalker image.

Signed-off-by: Julien Massot julien.massot@collabora.com

Work done following this ticket https://phabricator.collabora.com/T34594

Edited by Julien Massot

Merge request reports