Jump to content

Google Nexus 5X (lg-bullhead): Difference between revisions

From postmarketOS Wiki
Pevik (talk | contribs)
Links: Add link to mainline kernel package
Pevik (talk | contribs)
Mainline Kernel Status: Update SDHCI status
Line 103: Line 103:
| No DT binding.
| No DT binding.
|-
|-
|
|Y
|SDHCI
|SDHCI
| Mainline driver since 4.17, but not working at the moment.
| Mainline driver since 4.17, properly enabled since 5.9 – [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c83e0951bcad645df15b348ebb43e34b687baf78 c83e0951bcad ("arm64: dts: qcom: msm8992: Fix SDHCI1")]
|-
|-
|  
|  

Revision as of 00:18, 22 March 2022

LG Nexus 5X
Nexus 5x
Nexus 5x
Manufacturer LG
Name Nexus 5X
Codename lg-bullhead
Released 2015
Hardware
Chipset Qualcomm MSM8992 Snapdragon 808
CPU 4x1.4 GHz Cortex-A53 & 2x1.8 GHz Cortex-A57
GPU Adreno 418
Display 1080x1920 IPS
Storage 16/32 GB
Memory 2 GB
Architecture aarch64
Software
Original software Android 6.0 on Linux 3.10
postmarketOS
Category testing
Pre-built images no
Mainline partial
Unixbench Whet/Dhry score 1273.5
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB OTG
Works
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data



Contributors

Users owning this device


Unlocking

In android go to SettingsSystemAbout Phone and tap the build number 7 times. Then go to SettingsSystemDeveloper Options and enable OEM unlocking

Reboot to the bootloader and run "fastboot oem unlock" Now select Yes on the phone screen with the volume button and use the power button to accept.

No RPMB

If your device says "SECURE BOOT: ENABLED (NO RPMB)" in the fastboot screen that means that the mainboard in your Nexus 5X is missing an image required by secureboot to function properly. If this is missing then oem-unlocking won't work on the device. It will re-lock every reboot.

No fix is available yet for this.

Special key combos

Boot to bootloader: hold Volume Vown + Power button until the screen turns on.

Launch recovery: first boot to the bootloader, press the Volume Down button twice and press the Power button to select

Install postmarketOS

Go to bootloader then connect the device to the PC then run this commands one by one.

$ pmbootstrap init
$ pmbootstrap -t 30000 install --no-fde
$ pmbootstrap flasher flash_rootfs --partition userdata
$ pmbootstrap flasher flash_kernel

Now select start from the menu in the bootloader screen. Reboot again if you don't see anything in the screen after postmarketOS logo

Mainline Kernel Status

The current mainline Linux only supports Nexus 5X rev 1.01, but upcoming 5.18 will contain also rev 1.0cd4bd4704ec8 ("arm64: dts: qcom: msm8992-lg-bullhead: Add support for LG Bullhead rev 1.0").

Status Hardware Info
Y Power Management Uses Qualcomm's PM8994 controller, works since 4.11
Touch Screen No driver in mainline tree.
DSI Panel Out-of-tree driver[1] generated using linux-mdss-dsi-panel-driver-generator. Untested
USB Gadget/OTG No DT binding.
Y SDHCI Mainline driver since 4.17, properly enabled since 5.9 – c83e0951bcad ("arm64: dts: qcom: msm8992: Fix SDHCI1")
Wi-Fi Qualcomm QCA6174. Driver exists in mainline.
Y GPIO keys No DT bindings.
Bluetooth Qualcomm QCA6174. Driver exists in mainline.
Sound Qualcomm WCD9330, no driver in mainline.
Light Sensor Rohm RPR0521. Driver exists in mainline.
Sixaxis Bosch BMI160. Driver exists in mainline.
Camera Sony IMX377. No driver in mainline.
GPU Qualcomm Adreno 418, needs DT bindings.
Modem Qualcomm WTR3925. No driver in mainline.
Fingerprint FPC1020, supported by this driver:https://github.com/SanniZ/fpc1020-driver. Needs DT bindings.

Firmware

Here is the official Google page to download GPS, Audio, Camera, Gestures, Graphics, DRM, Video, Sensors firware blob. /developers.google

Mainlining

The Linux mainline kernel has very basic support for this phone since November 2016 (one cpu and uart). In kernel 4.18 was added support for SDHCI1 and pstore-ramoops. Further fixes has been added later (in SDHC1, PSCI and cleanup in 5.9, overlay msm8994 as hardware is very similar and update regulator config in 5.12, overlay and PSCI broke booting, which got fixed in 5.14. Upcoming 5.18 will add rev 1.0 support (currently is supported only 1.01).

Currently it's possible to use mainline kernel via close to mainline kernel linux-postmarketos-qcom-msm8994 package (added in pmaports!2654) – alternative to downstream kernel (only basic hardware support).

For further hacking on mainline kernel compiling with envkernel.sh is recommended.

To see serial console output add kernel parameter console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT (the latter only if you use UART debugging cable).

Update the boot.img to include your local kernel

$ cp "/tmp/postmarketOS-export/boot.img-lg-bullhead" "$TEMP/boot.img"
$ cd .output/arch/arm64/boot/
$ cat Image.gz dts/qcom/msm8992-bullhead-rev-101.dtb > "$TEMP/zImage-dtb"
$ pmbootstrap chroot -- abootimg -u /tmp/mainline/boot.img  -k /tmp/mainline/zImage-dtb
$ pmbootstrap flasher list_devices

You can communicate with the device using screen (or other software, e.g. minicom), so in a separate terminal start it:

$ screen /dev/ttyUSB0 115200

Boot your mobile to the bootloader (power + vol down) and you should see some debug output on the screen.

Boot the kernel using fastboot

$ pmbootstrap chroot -- fastboot boot /tmp/mainline/boot.img

Photos

Links