[OrangePi] Installation on internal EMMC

时间:2023-03-09 00:25:04
[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