UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    LG V20 T-Mobile Port

    Scheduled Pinned Locked Moved Porting
    2 Posts 2 Posters 627 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • W Offline
        walidham
        last edited by

        I start porting Halium for device LG V20 h918
        System boot, have ssh connection but when try to run logcat , i have this error

        hablet@ubuntu-phablet:~$ /system/bin/logcat 
        CANNOT LINK EXECUTABLE "/system/bin/logcat": "/android/system/lib/liblog.so" is 32-bit instead of 64-bit
        

        This error got it with 32bits rootfs ,
        With 64bits rootfs no ssh and telnet

        1 Reply Last reply Reply Quote 0
        • T Offline
          Tonoxis
          last edited by

          No one responded, so I figured I'd shine some light here. @walidham, Your port is built for armhf. You need to build for arm64 on the V20, we're not ARMv7, we're ARMv8.

          So when building, you'd likely use ARCH=aarch64 instead of ARCH=armhf, if you made the device tree yourself, you may have other things that need done in the kernel's configuration.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post