[OrangePi] Installation on internal EMMC

    • Install the image on SD Card as described above
    • Boot your Orange PI board from SD Card
    • Run:
      1. sudo install_to_emmc
      Copy the Code

    • Power off the board.
    • Remove SD Card
    • Power on, the board will boot from EMMC
    • You don't have to resize SD Card before installation on EMMC if you don't plan to use it.
    • You can use btrfs option to format your emmc Linux partition as btrfs, it will be mounted with compress=lzo option and you can save up to 40% of emmc size.
      1. sudo install_to_emmc btrfs
      Copy the Code
原文地址:https://www.cnblogs.com/vanwoos/p/4903472.html