From 939b6df4ddc2e0658006438bccd17893ef5b944b Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 8 Jul 2019 14:51:29 +0300 Subject: [PATCH] Update README.MD --- examples/MicroPython_LoBo/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/MicroPython_LoBo/README.MD b/examples/MicroPython_LoBo/README.MD index b438ebb..ea7d0ec 100644 --- a/examples/MicroPython_LoBo/README.MD +++ b/examples/MicroPython_LoBo/README.MD @@ -3,7 +3,7 @@ The recommended version of Micropython for this board is `MicroPython_LoBo_esp32_psram_all.zip` from [LoBo prebuilt packages](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/firmware). -Flash using `esptool`: +Flash using [`esptool`](https://github.com/espressif/esptool): ```sh esptool --chip esp32 --port PORT --baud BAUD --before default_reset --after no_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader/bootloader.bin 0xf000 phy_init_data.bin 0x10000 MicroPython.bin 0x8000 partitions_mpy.bin ``` @@ -11,7 +11,7 @@ Or you can use any other GUI/tools and specify address for each file. ## Upload the example -Using `ampy`: +Using [`ampy`](https://github.com/pycampers/ampy): ```sh ampy put main.py