Add initial packages for flounder port
Isn't done yet, kernel gives multiple errors about CPU frequency and a few firmware configs, but I think by uploading this someone more skilled might get an idea what and where to fix.
Merge request reports
Activity
17 deviceinfo_dev_touchscreen="/dev/input/event2" 18 deviceinfo_dev_touchscreen_calibration="" 19 deviceinfo_dev_keyboard="" 20 21 # Bootloader related 22 deviceinfo_flash_method="fastboot" 23 deviceinfo_kernel_cmdline="androidboot.hardware=flounder buildvariant=userdebug" 24 deviceinfo_generate_bootimg="true" 25 deviceinfo_bootimg_qcdt="false" 26 deviceinfo_flash_offset_base="0x10000000" 27 deviceinfo_flash_offset_kernel="0x00008000" 28 deviceinfo_flash_offset_ramdisk="0x01000000" 29 deviceinfo_flash_offset_second="0x00f00000" 30 deviceinfo_flash_offset_tags="0x00000100" 31 deviceinfo_flash_pagesize="2048" 32 Created by: PureTryOut
Trailing whiteline
By * postmarketOS Bot on 2018-04-03T23:43:09
Edited by Ghost User
1 # Contributor: 2 # Maintainer: 3 pkgname=firmware-htc-flounder 4 pkgver=1.0 5 pkgrel=0 6 pkgdesc="Firmware for the HTC Google Nexus 9" 7 url="https://github.com/Alexandroid99/vendor_htc_flounder/raw/$_commit/firmware" 8 arch="aarch64" 9 license="proprietary" 10 makedepends="git" Created by: ollieparanoid
I think this should be
makedepends=""
, asgit
is not needed here.By * postmarketOS Bot on 2018-04-03T23:43:09
Edited by Ghost User
1 # Contributor: 2 # Maintainer: 3 pkgname=firmware-htc-flounder 4 pkgver=1.0 5 pkgrel=0 6 pkgdesc="Firmware for the HTC Google Nexus 9" 7 url="https://github.com/Alexandroid99/vendor_htc_flounder/raw/$_commit/firmware" 8 arch="aarch64" 9 license="proprietary" 10 makedepends="git" The log complained about git not being found when building the package, so I added it. But OK, I'll remove it.
By lillywho on 2018-04-03T23:43:09
Edited by Ghost User
1 # Contributor: 2 # Maintainer: 3 pkgname=firmware-htc-flounder 4 pkgver=1.0 5 pkgrel=0 6 pkgdesc="Firmware for the HTC Google Nexus 9" 7 url="https://github.com/Alexandroid99/vendor_htc_flounder/raw/$_commit/firmware" 8 arch="aarch64" 9 license="proprietary" 10 makedepends="git" Created by: ollieparanoid
Yeah, this is a bit misleading. We have a PR pending to fix that: https://github.com/alpinelinux/abuild/pull/32
By * postmarketOS Bot on 2018-04-03T23:43:09
Edited by Ghost User
Please register or sign in to reply