Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "RockpiX/install/eMMC"

< RockpiX‎ | installRedirect page
(Redirected page to RockpiX/install)
 
Line 1: Line 1:
{{rockpiX_header}}
+
#REDIRECT [[RockpiX/install]]
{{Languages|RockpiX/install/eMMC}}
+
 
+
    [[rockpiX | ROCK Pi X]] > [[RockpiX/install | Install]] > [[RockpiX/install/eMMC | Install OS to eMMC]]
+
 
+
 
+
__TOC__
+
 
+
=How to Install the OS to eMMC=
+
 
+
We know that the chip used by RockpiX is of x86 architecture, so we can not only run linux on RockpiX, but also run windows operating system.You know, the installation system requires a boot disk, which can be a U disk or a mobile hard disk. The raw material for making this boot disk is the iso file, we need to use the iso file to make a storage device such as a USB disk or a mobile hard disk into a boot disk. Then insert the boot disk into the usb port of RockpiX. After power on, the BIOS on RockpiX will recognize the boot disk. We only need to select the corresponding boot item in the BIOS to enter the boot disk to install the system.
+
 
+
Below I will separately explain how to use iso files to make boot disks in macOS, linux and windows systems.
+
 
+
==macOS Host==
+
 
+
===Make an iso bootable USB stick===
+
 
+
==Windows Host==
+
 
+
===Make an iso bootable USB stick===
+
 
+
Use rufus to make a boot disk:
+
 
+
1. Install and open [https://dl.radxa.com/rockpix/tools/rufus-3.11.exe.zip Rufus]([https://github.com/pbatard/rufus Github]).
+
 
+
2. Choose your u disk or mobile hard disk:
+
 
+
[[File:Rufus1.png | 400px]]
+
 
+
3. Choose your iso file
+
 
+
[[File:Rufus2.png | 400px]]
+
 
+
[[File:Rufus3.png | 400px]]
+
 
+
4. Select GPT type
+
 
+
[[File:Rufus4.png | 400px]]
+
 
+
5. Click the START button to start making the boot disk
+
 
+
[[File:Rufus5.png | 400px]]
+
 
+
[[File:Rufus6.png | 400px]]
+
 
+
6. Wait for the production to complete
+
 
+
[[File:Rufus7.png | 400px]]
+
 
+
7. Click CLOSE when finished
+
 
+
[[File:Rufus8.png | 400px]]
+
 
+
==Linux Host==
+
 
+
===Make an iso bootable USB stick===
+
 
+
*Make Linux boot disk:
+
 
+
Use the dd command
+
 
+
$ sudo dd if=ubuntu.iso of=/dev/xxx bs=8M status=progress
+
 
+
*Make Windows boot disk:
+
 
+
Use woeusb commands
+
 
+
$ sudo apt-get install woeusb
+
$ sudo woeusb --device windows.iso /dev/sdX
+
 
+
=System installation guide=
+
 
+
Plug in the boot disk, power on Rockpix and enter the BIOS, select your boot disk to boot from the boot options.
+
 
+
[[File:Install_ubuntu_BIOS.png | 400px]]
+
 
+
===windows installation guide===
+
 
+
After startup, follow the installation guide to complete the system installation, as shown in the following figure:
+
 
+
[[File:Install_windows1.png | 400px]]
+
 
+
===Linux installation guide===
+
 
+
After startup, follow the installation guide to complete the system installation, as shown in the following figure:
+
 
+
[[File:Install_ubuntu_boot.png | 400px]]
+
 
+
[[File:Install_ubuntu_interface.png | 400px]]
+

Latest revision as of 09:02, 25 August 2020