Ubuntu 17.10 & AOSP 7.1 note

2017-12-13  本文已影响0人  杜宇Nov

Ubuntu 17.10 install in xps9560

  1. Freezes at boot time

AOSP 17.10 build

  1. Memory issue ninja: fatal: fork: Cannot allocate memory

MTK SP Flash tool

  1. install the libusb-dev
    sudo apt instatll libusb-dev
  2. In order to avoid running the flash_tool as root user, you need to add a standard user to the usergroup "dialout"
    sudo adduser username dialout
    newgrp - dialout
  3. the above 2 might be enough, but I added a persistent udev rule for the MTK Preloader also:
    sudo gedit /etc/udev/rules.d/80-persistent-usb.rules
    SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"
上一篇 下一篇

猜你喜欢

热点阅读