Skip to content
Snippets Groups Projects

Draft: lg-f320, pantech-ef50, pantech-ef71, samsung-tre3calte : Add support

Closed HexagonWin requested to merge HexagonWin/pmaports:hexwinmoredevice into master
12 unresolved threads

Hello, I ported to these devices a while ago, but I was very busy so I'm uploading it now. Following devices are ported and working

LG Mobile - G2 Korea (LG-F320 / lg-f320)

Pantech Wireless - VEGA R3 (IM-A850 / pantech-ef50)

Pantech Wireless - SKY I'm Back (IM-100 / pantech-ef71)

Samsung Mobile - Galaxy Note 4 S-LTE (SM-N916 / samsung-tre3calte)

For "Galaxy Note 4 S-LTE", it has a broadcom wifi, and I attempted to fix it but failed. For "VEGA R3", it has a Qualcomm Wifi, and I attempted to fix it by injecting it's firmware blobs and successed. However, I can't make the firmware-pantech-ef50 package properly, so it is not working. Thanks!

Edited by clayton craft

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
62 62 + -fno-delete-null-pointer-checks \
63 63 + -std=gnu89
64 64 +
65 KBUILD_AFLAGS_KERNEL :=
66 KBUILD_CFLAGS_KERNEL :=
67 KBUILD_AFLAGS := -D__ASSEMBLY__
  • 1 # Reference: <https://postmarketos.org/deviceinfo>
    2 # Please use double quotes only. You can source this file in shell
    3 # scripts.
    4
    5 deviceinfo_format_version="0"
    6 deviceinfo_name="SKY I'm Back"
    7 deviceinfo_manufacturer="SKY"
  • 20 nvram_net.txt::https://raw.githubusercontent.com/HexagonWin/tre3calte_wifi/main/nvram_net.txt"
    21
    22 build() {
    23 devicepkg_build $startdir $pkgname
    24 }
    25
    26 package() {
    27 devicepkg_package $startdir $pkgname
    28 # Disable v4l (video4linux), because without the camera firmware
    29 # blobs this makes dev hang with the kernel this device uses (#1033)
    30 mkdir -p "$pkgdir"/etc/udev/rules.d/
    31 ln -s /dev/null "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules
    32
    33 }
    34
    35 nonfree_firmware() {
  • 1 # This file contains the names of kernel modules that should be loaded
  • 1 pkgname=firmware-pantech-ef50
  • 1 # Reference: <https://postmarketos.org/vendorkernel>
    2 # Kernel config based on: arch/arm/configs/(CHANGEME!)
  • 1 # Reference: <https://postmarketos.org/vendorkernel>
    2 # Kernel config based on: arch/arm64/configs/(CHANGEME!)
  • 1 # Reference: <https://postmarketos.org/vendorkernel>
    2 # Kernel config based on: arch/arm/configs/(CHANGEME!)
  • 1 # Reference: <https://postmarketos.org/vendorkernel>
    2 # Kernel config based on: arch/arm/configs/(CHANGEME!)
  • 22 build() {
    23 devicepkg_build $startdir $pkgname
    24 }
    25
    26 package() {
    27 devicepkg_package $startdir $pkgname
    28 # Disable v4l (video4linux), because without the camera firmware
    29 # blobs this makes dev hang with the kernel this device uses (#1033)
    30 mkdir -p "$pkgdir"/etc/udev/rules.d/
    31 ln -s /dev/null "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules
    32
    33 }
    34
    35 nonfree_firmware() {
    36 pkgdesc="Wifi firmware"
    37 depends="firmware-aosp-broadcom-wlan"
  • Alexey Min
  • 1 #
  • added porting label

  • * postmarketOS Bot added 1 deleted label

    added 1 deleted label

  • Sorry to bother you @HexagonWin,

    but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping @postmarketOS. You can also ask on matrix in #devel:postmarketos.org or #postmarketos-devel on OFTC. If no further activity occurs in this MR, postmarketOS developers may close it in the future.

    Thanks for your contribution.

  • clayton craft marked this merge request as draft

    marked this merge request as draft

  • closing MR since it seems to be abandoned. feel free to re-open (and address feedback above) if I am wrong!

  • closed

  • Please register or sign in to reply
    Loading