Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.41 KB

Family mruby

"Family mruby" is a project to run mruby on the original board(Narya board).

This project is under way, not officially released.

Latest release is v0.6.0 (beta).

Documents are here.

Demo

Family mruby demo

How to build

  1. Clone this repository
$ git clone --recursive https://github.com/kishima/family_mruby
  1. Set serial port in sdkconfig(the board shall be connected to the host PC by a USB cable)
$ cd family_mruby
$ make menuconfig
(then set the serial port of the board)
  1. Make and flash
$ make flash

In case you see following error message, please try make again.

make[1]: *** No rule to make target `cores/esp32/libb64/cencode.o', needed by `libarduino.a'.  Stop.

How to flash

If you want to just use the latest firmware, you can flash bin files to the board.

$ cd release_bin
$ unzip family_mruby_bin.zip
$ ./flash_bins.sh /dev/[USB SERIAL DEVICE NAME]

Note

The mruby port is forked from https://github.com/mruby-esp32/mruby-esp32