Skip to content
Snippets Groups Projects

Initial porting effort to Xiaomi Redmi 1S (armani)

Merged Imported Administrator requested to merge alive4ever:redmi-1s into master

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

Approval is optional

Merged by avatar (Mar 30, 2025 7:38pm UTC)

Merge details

  • Changes merged into master with 8c57112d.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Administrator
    Administrator @root started a thread on commit 8c57112d
  • 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
  • Administrator
    Administrator @root started a thread on commit 8c57112d
  • 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
    • Author Owner

      Created by: alive4ever

      Checksum updated. Initial wiki page has been written.

      By * postmarketOS Bot on 2018-02-05T04:44:06

      Edited by Ghost User
  • Author Owner

    Created by: ollieparanoid

    Just perfect. Thanks again @alive4ever, happy to ship this :ship: :tada:

    By * postmarketOS Bot on 2018-02-05T19:55:48

  • Author Owner

    Created by: alive4ever

    Thanks for getting this merged. Currently, the framebuffer doesn't work with osk-sdl, similar to hammerhead issue. I'll check if disabling msm kgsl driver fixes the issue later.

    By * postmarketOS Bot on 2018-02-06T07:11:45

  • Please register or sign in to reply
    Loading