Arrow DragonBoard 410c (arrow-db410c)
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Unavailable |
Display |
Works |
WiFi |
Works |
Xwayland |
Works |
FDE |
Works |
Mainline |
Works |
Battery |
Unavailable |
3D Acceleration |
Works |
Accelerometer |
Unavailable |
Audio |
Works |
Bluetooth |
Works |
Camera |
Unavailable |
GPS | |
Mobile data |
Unavailable |
SMS |
Unavailable |
Calls |
Unavailable |
USB OTG |
Works |
Contributors
Users owning this device
How to enter flash mode
At the moment, the recommended way is to flash postmarketOS to a SD card. The SD card needs to be manually prepared with the bootloader and necessary firmware. Then you can boot the board into Fastboot mode and flash postmarketOS normally from there.
Prepare SD card
First, connect the SD card to your PC and find out the device name (usually either /dev/sdX
or /dev/mmcblkX
). lsblk
might be helpful. Make sure it is the correct device, since it will be entirely erased by the following commands.
Download https://releases.linaro.org/96boards/dragonboard410c/linaro/rescue/latest/dragonboard-410c-bootloader-sd-linux-*.zip and unpack it.
$ git clone https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git $ cd db-boot-tools $ SD_CARD="/dev/sdX" # Replace this by your device name $ sudo ./mksdcard -o "$SD_CARD" -p dragonboard410c/linux/partitions.txt -i ../dragonboard-410c-bootloader-sd-linux-*/ -s $(($(sudo blockdev --getsz "$SD_CARD") / 2))
Writing the SD card will take a while. Then insert it into the DragonBoard 410c and turn it on. Now you can connect a micro USB cable to get access to Fastboot.
If you want to access Fastboot again later (after flashing a boot image), press Volume Down
before turning on the device.
Installation
Follow Qualcomm_Snapdragon_410/412_(MSM8916)#Installation. Note that lk2nd is not required for the Dragonboard 410c, but the bootloader installed above behaves essentially the same way.
Audio
See Qualcomm_Snapdragon_410_(MSM8916)#Audio.
To play via HDMI, use set _verb HDMI
or select HDMI in the PulseAudio mixer.
See also
- pmaports!1293 Initial merge request
- Device package