Initial porting effort to Xiaomi Redmi 1S (armani)
Created by: alive4ever
Status:
- USB networking: works
- Flashing: works (android-recovery-zip)
- Touchscreen: works
- Screen: framebuffer works, backlight control works, brightness control works, fb-console doesn't work (i.e. no kernel boot log displayed on screen)
- LEDS: RGB works
- Wifi: works
- Xwayland: works
- Full disk encryption: untested
- Battery: charging status=OK, capacity=OK
- Other hardware feature: untested
Merge request reports
Activity
86 fi 87 88 # Master DTB (deviceinfo_bootimg_qcdt) 89 install -Dm644 "$builddir/arch/arm/boot/dt.img" \ 90 "$pkgdir/boot/dt.img" 91 92 # External modules install 93 cd "$builddir" 94 make ARCH="$_carch" CC="${CC:-gcc}" \ 95 KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ 96 INSTALL_MOD_PATH="$pkgdir" modules_install \ 97 || return 1 98 99 } 100 101 sha512sums="360bf588a670cb7cd67b431c0f7cddb622d0364b3c5a0f0b9b6dd63d8b5dd7d365d6e075a1ce0652d13ce6a9d26cfb85d7b68eeb506d8e8e22aa667f57cdf0b2 linux-xiaomi-armani-0d17d5761449b14f31d00044e95753f3a6ad23b2.tar.gz Created by: ollieparanoid
The checksums need to be regenerated: https://travis-ci.org/postmarketOS/pmbootstrap/builds/337112233#L1271
(It probably worked locally, because when using
--force
, the checksums do not get verified. We have a PR pending to fix this upstream: #1185 (closed))By * postmarketOS Bot on 2018-02-05T02:05:58
Edited by Ghost User
86 fi 87 88 # Master DTB (deviceinfo_bootimg_qcdt) 89 install -Dm644 "$builddir/arch/arm/boot/dt.img" \ 90 "$pkgdir/boot/dt.img" 91 92 # External modules install 93 cd "$builddir" 94 make ARCH="$_carch" CC="${CC:-gcc}" \ 95 KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ 96 INSTALL_MOD_PATH="$pkgdir" modules_install \ 97 || return 1 98 99 } 100 101 sha512sums="360bf588a670cb7cd67b431c0f7cddb622d0364b3c5a0f0b9b6dd63d8b5dd7d365d6e075a1ce0652d13ce6a9d26cfb85d7b68eeb506d8e8e22aa667f57cdf0b2 linux-xiaomi-armani-0d17d5761449b14f31d00044e95753f3a6ad23b2.tar.gz Created by: alive4ever
Checksum updated. Initial wiki page has been written.
By * postmarketOS Bot on 2018-02-05T04:44:06
Edited by Ghost User
Please register or sign in to reply