Sign inSign up

w8jcik/nxtlabs-nuttx-cli

By w8jcik

•Updated almost 7 years ago

Adds nuttx-cli and graphics processing tools.

Image
0

5.8K

w8jcik/nxtlabs-nuttx-cli repository overview

⁠Hierarchy

⁠Dockerfile

FROM w8jcik/arch-nuttx-arm-nuttx-eabi-gcc

RUN pacman --noconfirm -Syu \
  && pacman -S --noconfirm jq php-gd graphicsmagick colordiff uncrustify; rm /var/cache/pacman/pkg -rf \
  && echo "extension=gd" >> /etc/php/php.ini \
  && pip3 install readchar \
  && pip3 install git+https://gitlab.com/w8jcik/upm.git ; rm -rf /root/.cache/pip \
  && git clone --depth 1 https://gitlab.com/nxtlabs-oss/img2lvgl-cli-app.git /opt/img2lvgl \
  && ( cd /opt/img2lvgl && git submodule update --init && rm .git -rf )

ENV PATH="/opt/img2lvgl:${PATH}"

Tag summary

Content type

Image

Digest

Size

502.9 MB

Last updated

almost 7 years ago

docker pull w8jcik/nxtlabs-nuttx-cli