简体   繁体   中英

Building docker firmeware esp32 error:unknown option to `s'

I'm trying to build nodemcu firmware for esp32 using docker ce.

I'm getting this error message:

:~/nodemcu-firmware$ sudo docker run --rm -ti -v `pwd`:/opt/nodemcu-firmware marcelstoer/nodemcu-build build-esp32
sed: -e expression #1, char 99: unknown option to `s'

I don't know what I'm doing wrong...

Kind regards Arne

@Marcel Stör: You are right. This code solve my problem:

docker run --rm -ti -v `pwd`:/opt/nodemcu-firmware marcelstoer/nodemcu-build bash
git submodule update --init
exit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM