How to Update Firmware using a Mac!
NewHome › Forums › OSSC, OSSC Pro and DExx-vd isl › OSSC – Discussion and support › How to Update Firmware using a Mac!
Tagged: mac firmware update 0.75 how to
- This topic has 13 replies, 9 voices, and was last updated April 24, 2021 at 10:22 AM by
apekop333.
-
AuthorPosts
-
February 4, 2017 at 7:02 PM #11082
**Check out punk machine’s recommendation here:https://videogameperfection.com/forums/topic/how-to-update-firmware-using-a-mac/#post-13621 before proceeding with this post**
Oh wow, tons of Windows users I see, but I have had success using this guide. For all us Mac users, you are no longer stuck using old firmware! I am no Terminal guru or anything, so anyone can do this. If you are using the OSSC, you will be successful to follow this guide 😉
Using this with 0.77 firmware and a generic eBay Sandisk 2GB MicroSD Card. Good luck!
https://www.udoo.org/docs/Getting_Started/Create_A_Bootable_MicroSD_card_for_UDOO_QUAD-DUAL.html
Don’t worry about it not being an .img file, it will work the same using the standard .bin
February 6, 2017 at 11:19 AM #11096Thanks for the tip!
February 15, 2017 at 4:00 PM #11258Sorry but this doesn’t work. I succesfully updated firmware 0.73 some months ago (NOT using this technique though), but with 0.76 it doesn’t work, even though I’m using you’re technique. It always end up by the OSSC stating “invalid disk image”. Can someone please find an easy way for us mac user to update firmware?? I don’t like the idea of spending hours each month to install new updates. Thanks.
February 15, 2017 at 4:53 PM #11266Or, I get “invalid argument” in the Terminal when trying to write disc image from bin on SD card. I get an error also with using the dd software. Nothing works so far.
February 15, 2017 at 5:54 PM #11269OK it finally worked. The technique shown above is partly correct, but if you write in Terminal rdisk2 (or whatever number you have) it will not work. You have to put disk2, without the r. So something like this: sudo dd bs=1m if=/Users/nameofuser/Downloads/ossc_0.76.bin of=/dev/disk2
for some reason rdisk didn’t work with 0.76, which led me to multiple try and fail before I found the way to make it work.June 30, 2017 at 1:22 PM #13617Page had moved to here:
https://www.udoo.org/docs/Getting_Started/Create_A_Bootable_MicroSD_card_for_UDOO_QUAD-DUAL.htmlJune 30, 2017 at 5:18 PM #13621I found an easier (and working!) alternative. Download a program called Etcher and use that to flash your sd card. You have to rename the file extension from .bin to .img otherwise it won’t work. Worked on the first try for me 🙂
July 2, 2017 at 4:19 PM #13628Thanks for updating the link punkmachine. I updated OP, and let people know to check out your post as well.
May 3, 2018 at 10:53 PM #21326
@punkmachine Thanks for the link to Etcher it really made things easy to creating an img SD card.November 12, 2018 at 3:47 PM #23701@punkmachine thanks for the tip but I am getting probably errors using Etcher – I downloaded the latest firmware, renamed it to img from bin but then I get an error message in Etcher:
‘It looks like this is not a bootable image…’
If I continue on the program writes to the image but then I get a mac error:
‘The disk you inserted was not readable by this computer’ – with the option to Initialise (which does nothing), Ignore or Eject.
I’m guessing it didn’t work or is it just that the OSSC will accept it, just not my mac now for some reason? Don’t want to try updating it with a borked image on the sd card!
@digichan – did you run into any issues at all?November 12, 2018 at 7:22 PM #23704I’m pretty sure what you’re writing to the SD card is a raw binary image, not something with a filesystem that you can browse with a file explorer; otherwise, you’d just be formatting as something like FAT16 or FAT32 and extracting files from a zip archive to the SD card.
The OSSC looks for and verifies a checksum of the binary image, so, if it actually is corrupt when you try to do the firmware update, the OSSC won’t apply it.
November 12, 2018 at 10:12 PM #23705Thanks mate, I tried it and it had worked after all – OSX still doesn’t recognise it but I guess that’s normal.
January 12, 2021 at 1:54 AM #44388I was able to use balenaEtcher which is an open source utility to write the firmware image to an SD card. Available here: https://www.balena.io/etcher/
It wasn’t bootable or readable by the mac, but the card worked in the OSSC.
I also used the SD Memory Card Formatter tool from the SD Memory Card Association to do an Overwrite format of the card prior to writing image to it:
April 24, 2021 at 10:22 AM #46941I just succeeded in updating to 0.88a using https://www.balena.io/etcher/ Thanks for the tip djc6!
It was with a 64 GB Samsung EVO plus card. Worked first time. Win32 Disk Imager didn’t work for me in Parallels. -
AuthorPosts
- You must be logged in to reply to this topic.