Jump to content

OnePlus Nord (oneplus-avicii)

From postmarketOS Wiki
OnePlus Nord
Stock Android 10 homescreen
Stock Android 10 homescreen
Manufacturer OnePlus
Name Nord
Codename oneplus-avicii
Released 2020
Hardware
Chipset Qualcomm Snapdragon 765 5G (SM7250)
CPU Octa-core (1x2.4 GHz Kryo 475 Prime & 1x2.2 GHz Kryo 475 Gold & 6x1.8 GHz Kryo 475 Silver)
GPU Adreno 620
Display 1080 x 2400 (90Hz 6.44" AMOLED)
Storage 64/128/256 GB
Memory 6/8/12 GB
Architecture aarch64
Software
Original software Android
Original version 10
postmarketOS
Category testing
Pre-built images no
Features
Flashing
No data
USB Networking
No data
Internal storage
No data
SD card
No data
Battery
No data
Screen
No data
Touchscreen
No data
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
No data
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

  • rasp

Maintainer(s)

  • rasp

Users owning this device


How to enter flash mode

Via ADB

  • adb reboot fastboot
  • (a menu appears, that says 'fastbootd')
  • English -> Advanced -> Reboot to fastboot -> Reboot to fastboot (confirm)

Via "Advanced Reboot"

  • make sure Settings -> System -> Developer Tools -> Advanced Reboot is enabled
  • hold power+volup button (or just power if you enabled it) and choose Bootloader


Installation

  • Note that currently the device works to a debug-shell in initfs, so you can install boot.img, but not rootfs. Also you can just fastboot boot instead
  • This is an A/B device, so you leave your working slot and play on the other:
pmbootstrap chroot -- fastboot reboot fastboot      # go from fastboot to fastbootD (fastbootd is userspace, sees system partitions)
pmbootstrap chroot -- fastboot getvar current-slot  # should display a or b
pmbootstrap chroot -- fastboot set_active a         # or b, to change active slot 
  • After you ensure you have pmbootstrap up and running
pmbootstrap init                 # choose avicii, downstream kernel
pmbootstrap install
pmbootstrap initfs hook_add debug-shell
pmbootstrap flasher flash_vbmeta
pmbootstrap chroot -- fastboot erase dtbo
# and now you can either boot
pmbootstrap flasher boot
# OR flash boot.img
pmbootstrap flasher flash_kernel

Other notes

See also