Skip to content

Conversation

@yuuu
Copy link
Contributor

@yuuu yuuu commented Feb 24, 2023

This is a change for continuous integration of mruby-esp32 images using GitHub Actions.
It builds this project and generates an image. Finally, the image will be released with the timestamp as the file name.

You can flash the image to ROM with the following command.

$ esptool.py --chip esp32 --port $(YOUR_SERIAL_PORT) write_flash -z 0 mruby-esp32-flash.bin

If you want to change the ruby file to run, build and flash SPIFFS only.

$ python $IDF_PATH/components/spiffs/spiffsgen.py 204800 ./main/spiffs spiffs.bin
$ esptool.py --chip esp32 --port $(YOUR_SERIAL_PORT) write_flash -z 0x190000 spiffs.bin

@yuuu yuuu self-assigned this Feb 24, 2023
@yuuu yuuu merged commit 3b07953 into mruby-esp32:master Feb 24, 2023
@yuuu yuuu deleted the build_image_with_actions branch February 24, 2023 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant