How do I flash RasPlex to an SD card from Ubuntu?How do I troubleshoot this dd error when copying image to SD...

Slow moving projectiles from a hand-held weapon - how do they reach the target?

Why did Jodrell Bank assist the Soviet Union to collect data from their spacecraft in the mid 1960's?

How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?

Eww, those bytes are gross

What happens if a wizard reaches level 20 but has no 3rd-level spells that they can use with the Signature Spells feature?

Are there any outlying considerations if I treat donning a shield as an object interaction during the first round of combat?

Using only 1s, make 29 with the minimum number of digits

"On one hand" vs "on the one hand."

How can I introduce myself to a party without saying that I am a rogue?

What kind of hardware implements Fourier transform?

What's a good word to describe a public place that looks like it wouldn't be rough?

What are the advantages of using `make` for small projects?

Can pricing be copyrighted?

The vanishing of sum of coefficients: symmetric polynomials

I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

How would one buy a used TIE Fighter or X-Wing?

What is this metal M-shaped device for?

Could flying insects re-enter the Earth's atmosphere from space without burning up?

What makes the Forgotten Realms "forgotten"?

What is the best way to simulate grief?

Tikzing a circled star

Dilemma of explaining to interviewer that he is the reason for declining second interview

What to do if authors don't respond to my serious concerns about their paper?

Cat is tipping over bed-side lamps during the night



How do I flash RasPlex to an SD card from Ubuntu?


How do I troubleshoot this dd error when copying image to SD card?Is it preferable to boot from an SD card or from a USB flash drive?How to open SD card from terminal?How to mount sd-card image created with dd?How to shrink a Raspberry Pi SD card image?Install ChruBuntu on SD card or USB flash drive on Chromebookproblem mounting new disk partitionUbuntu software for writing ISO image to SD card?copying a sd card using dd does not copy exactlyUbuntu mate raspberry pi SD card issue













0















I'm trying to install RasPlex for my Raspberry Pi 3. When I downloaded the file to flash, it came in a .bin file and the instructions are very weak. So I now have a .bin file and not a clue on how to flash it to my SD card. How do I flash this bin file to the SD card?










share|improve this question

























  • Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

    – Thomas
    21 hours ago











  • What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

    – mikewhatever
    21 hours ago
















0















I'm trying to install RasPlex for my Raspberry Pi 3. When I downloaded the file to flash, it came in a .bin file and the instructions are very weak. So I now have a .bin file and not a clue on how to flash it to my SD card. How do I flash this bin file to the SD card?










share|improve this question

























  • Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

    – Thomas
    21 hours ago











  • What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

    – mikewhatever
    21 hours ago














0












0








0








I'm trying to install RasPlex for my Raspberry Pi 3. When I downloaded the file to flash, it came in a .bin file and the instructions are very weak. So I now have a .bin file and not a clue on how to flash it to my SD card. How do I flash this bin file to the SD card?










share|improve this question
















I'm trying to install RasPlex for my Raspberry Pi 3. When I downloaded the file to flash, it came in a .bin file and the instructions are very weak. So I now have a .bin file and not a clue on how to flash it to my SD card. How do I flash this bin file to the SD card?







sd-card disk-image plex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 mins ago









muclux

2,3241725




2,3241725










asked 21 hours ago









Carlton HillCarlton Hill

11




11













  • Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

    – Thomas
    21 hours ago











  • What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

    – mikewhatever
    21 hours ago



















  • Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

    – Thomas
    21 hours ago











  • What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

    – mikewhatever
    21 hours ago

















Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

– Thomas
21 hours ago





Try to give it execution permissions and execute it. sudo +x <yourbinfile.bin>; sudo ./<yourbinfile.bin>.

– Thomas
21 hours ago













What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

– mikewhatever
21 hours ago





What is "the instructions are very weak"? Perhaps they won't look "week" to someone else, so why not elaborate?

– mikewhatever
21 hours ago










1 Answer
1






active

oldest

votes


















1














Download an img image file from official github:
https://github.com/RasPlex/RasPlex/releases



Then flash your SD card:



unzip image_name.img.gz
blkid # find out what device you want to flash to, /dev/sdX
dd if=image_name.img of=/dev/sdX bs=1MB #BE VERY CAREFUL you select the right value for X


For more information, see the official documentation, Manual Installation Instructions






share|improve this answer
























  • cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

    – Carlton Hill
    20 hours ago











  • glad to know. please vote up if solved

    – cmak.fr
    20 hours ago













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122436%2fhow-do-i-flash-rasplex-to-an-sd-card-from-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Download an img image file from official github:
https://github.com/RasPlex/RasPlex/releases



Then flash your SD card:



unzip image_name.img.gz
blkid # find out what device you want to flash to, /dev/sdX
dd if=image_name.img of=/dev/sdX bs=1MB #BE VERY CAREFUL you select the right value for X


For more information, see the official documentation, Manual Installation Instructions






share|improve this answer
























  • cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

    – Carlton Hill
    20 hours ago











  • glad to know. please vote up if solved

    – cmak.fr
    20 hours ago


















1














Download an img image file from official github:
https://github.com/RasPlex/RasPlex/releases



Then flash your SD card:



unzip image_name.img.gz
blkid # find out what device you want to flash to, /dev/sdX
dd if=image_name.img of=/dev/sdX bs=1MB #BE VERY CAREFUL you select the right value for X


For more information, see the official documentation, Manual Installation Instructions






share|improve this answer
























  • cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

    – Carlton Hill
    20 hours ago











  • glad to know. please vote up if solved

    – cmak.fr
    20 hours ago
















1












1








1







Download an img image file from official github:
https://github.com/RasPlex/RasPlex/releases



Then flash your SD card:



unzip image_name.img.gz
blkid # find out what device you want to flash to, /dev/sdX
dd if=image_name.img of=/dev/sdX bs=1MB #BE VERY CAREFUL you select the right value for X


For more information, see the official documentation, Manual Installation Instructions






share|improve this answer













Download an img image file from official github:
https://github.com/RasPlex/RasPlex/releases



Then flash your SD card:



unzip image_name.img.gz
blkid # find out what device you want to flash to, /dev/sdX
dd if=image_name.img of=/dev/sdX bs=1MB #BE VERY CAREFUL you select the right value for X


For more information, see the official documentation, Manual Installation Instructions







share|improve this answer












share|improve this answer



share|improve this answer










answered 21 hours ago









cmak.frcmak.fr

1,8811019




1,8811019













  • cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

    – Carlton Hill
    20 hours ago











  • glad to know. please vote up if solved

    – cmak.fr
    20 hours ago





















  • cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

    – Carlton Hill
    20 hours ago











  • glad to know. please vote up if solved

    – cmak.fr
    20 hours ago



















cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

– Carlton Hill
20 hours ago





cheers mate i dont know how you found that link because I went to the link provided and the github page and could only get the .bin file for some reason. but shes working a treat now cheers

– Carlton Hill
20 hours ago













glad to know. please vote up if solved

– cmak.fr
20 hours ago







glad to know. please vote up if solved

– cmak.fr
20 hours ago




















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122436%2fhow-do-i-flash-rasplex-to-an-sd-card-from-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...