Difference between revisions of "Template:S5PXX18MakeSDCardViaSDFusing"

From FriendlyELEC WiKi
Jump to: navigation, search
(Created page with "====Make Installation Card under Linux Desktop==== *1) Insert your SD card into a host computer running Ubuntu and check your SD card's device name <syntaxhighlight lang="bash...")
 
(Make Installation Card under Linux Desktop)
Line 7: Line 7:
  
 
*2) Downlaod Linux script
 
*2) Downlaod Linux script
<syntaxhighlight lang="bash">
+
<div style="background-color: #f9f9f9; border:1px solid #dddddd; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px;">
git clone https://github.com/friendlyarm/{{{2}}}.git
+
git clone https://github.com/friendlyarm/{{{2}}}.git<br />
 
cd {{{2}}}
 
cd {{{2}}}
</syntaxhighlight>
+
</div>
  
 
*3) Here is how to make a Lubuntu desktop SD card
 
*3) Here is how to make a Lubuntu desktop SD card

Revision as of 09:44, 16 December 2017

Make Installation Card under Linux Desktop

  • 1) Insert your SD card into a host computer running Ubuntu and check your SD card's device name
dmesg | tail

Search the messages output by "dmesg" for similar words like "sdc: sdc1 sdc2". If you can find them it means your SD card has been recognized as "/dev/sdc". Or you can check that by commanding "cat /proc/partitions"

  • 2) Downlaod Linux script

git clone https://github.com/friendlyarm/{{{2}}}.git
cd {{{2}}}

  • 3) Here is how to make a Lubuntu desktop SD card
sudo ./fusing.sh /dev/sdx lubuntu-desktop

(Note: you need to replace "/dev/sdx" with the device name in your system)
When you run the script for the first time it will prompt you to download an image you have to hit “Y” within 10 seconds otherwise you will miss the download

  • 4) Run this command to make a complete image file:
sudo ./mkimage.sh lubuntu-desktop

More content please refre: Assembling the SD card image yourself