Help with flashing a hy mini board with a mac #5484
Replies: 1 comment
-
Posted at 2016-11-23 by @MaBecker you should use the /dev/cu.#### port name. Open the Espruino WEB IDE and click on connect/disconnect icon (upper left corner) Posted at 2016-11-23 by @gfwilliams You may have just plugged into the wrong USB port. There are two, and one of them goes straight to the device - which won't be programmed so won't work... you need the other one.
You'll only want to do that when you've successfully run Honestly, if you want something that 'just works' then buy one of the proper Espruino boards. The boards are a little extra, but that money all goes towards making sure that there's good documentation, support, and testing of the boards. Posted at 2016-11-23 by GarrettL I knew how to do this on windows but its the mac part i dont understand since I'm fairly new, can you actually talk through each step? I dont understand the myserialport or the python stuff. Can you talk through each of those steps in the most simplest way? Posted at 2016-11-24 by @gfwilliams
But seriously, if you know how to do it on windows then find a windows PC, flash it, and then you can just use the board on your Mac when it's got Espruino installed. Posted at 2016-11-25 by GarrettL So i open the file with python loader and i get this. How do i solve this? Posted at 2016-11-25 by GarrettL And I have two ports i believe, one /dev/cu.usbmodem1421 and the other /dev/tty.usbmodem1421 What do i do with these? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-11-23 by GarrettL
I have done everything in the how to on flashing the board. But i get to the part
Download the stm32loader.py Python script from https://github.com/espruino/Espruino/blob/master/scripts/stm32loader.py
Run python stm32loader.py -p MySerialPort -evw espruino_for_your_device.bin
For Espruino Boards add -k to the command-line. This will make flashing more reliable.
On Mac OS, MySerialPort will probably look a lot like /dev/tty.usbserial### where ### is a number. You can use the 'Tab' key to autocomplete once you have typed /dev/tty.usbserial
And i have no idea what it is meaning for me to do. and the link for more information isn't working. Any better tutorials?
Beta Was this translation helpful? Give feedback.
All reactions