Scenic with Nerves(Elixir)
소개
Scenic은 Elixir/Erlang/OTP 스택에서 직접 작성할 수있는 응용 프로그램 프레임 워크입니다
Nerves은 Elixir의 IoT에서 나우에서 영 cool 놀라운 녀석! 입니다
준비 (공식)
참고 기사
내가 사용한 버전
$ asdf current
erlang 23.0.1
elixir 1.10.3-otp-23
@ 마츠지루시 12의 "이것이다. This release updates the system to use Buildroot 2020.05 and Erlang/OTP 23."
Getting Started with Nerves를 참고해보세요
$ mix scenic.new.nerves my_app
$ cd my_app
$ export MIX_TARGET=rpi2
$ mix scenic.new.nerves my_app
$ cd my_app
$ export MIX_TARGET=rpi2
mix scenic.new.nerves
때 config/rpi3.exs
할 수 있습니다 config/rpi2.exs
가 없으면 mix deps.get
다음 오류가 발생했습니다. $ mix deps.get
** (Code.LoadError) could not load /Users/torifuku/Documents/13_Elixir/Scenic_with_Nerves/my_app/config/rpi2.exs
(elixir 1.10.3) lib/code.ex:1397: Code.find_file/2
(elixir 1.10.3) lib/code.ex:871: Code.eval_file/2
(mix 1.10.3) lib/mix/config.ex:158: anonymous fn/2 in Mix.Config.__import__!/2
(elixir 1.10.3) lib/enum.ex:2111: Enum."-reduce/3-lists^foldl/2-0-"/3
(mix 1.10.3) lib/mix/config.ex:157: Mix.Config.__import__!/2
(stdlib 3.12.1) erl_eval.erl:680: :erl_eval.do_apply/6
$ cp config/rpi3.exs config/rpi2.exs
$ mix deps.get
$ mix firmware
$ mix firmware.burn
lib/scenes/sys_info.ex
의 문자열이 TV 에 나타났습니다! MIX_TARGET: rpi2
MIX_ENV: dev
Scenic version: 0.10.2
Please note: because Scenic
draws over the entire screen
in Nerves, IEx has been routed
to the UART pins.
Wrapping Up
Reference
이 문제에 관하여(Scenic with Nerves(Elixir)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/torifukukaiou/items/3c2ff39e5a20cba3e62f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)