This is the base Nerves System configuration for the ODROID-XU4, but it may also work on the ODROID-HC1 and ODROID-XU3, but I lack the hardware to test. Your milage may vary.
Feature | Description |
---|---|
CPU | Samsung Exynos5422 Cortex™-A15 2.0Ghz quad core and Cortex™-A7 quad core CPUs |
Video | Mali-T628 MP6(OpenGL ES 3.0/2.0/1.1 and OpenCL 1.1 Full profile) |
Memory | 2Gbyte LPDDR3 RAM at 933MHz (14.9GB/s memory bandwidth) PoP stacked |
Storage | Up to 64GB of space via eMMC5.0 HS400 Flash Storage |
Linux kernel | 4.7.4 |
IEx terminal | TBD |
GPIO, I2C, SPI | TBD |
ADC | TBD |
PWM | TBD |
UART | TBD; Need to purchase USB-UART cable to test |
Camera | TBD |
Ethernet | Yes |
WiFi | Other, requires USB WiFi dongle/driver. Upon succuessful image build, I'll include the drivers for the ones on HardKernel |
Be aware that this Nerves system is not tested on those. If you would like to try it on your device, PLEASE let me know your results so I can include them here!
If available in Hex, the package can be installed as:
-
Add nerves_system_bbb to your list of dependencies in
mix.exs
:def deps do [{:nerves_system_xu4, "~> 0.12.0"}] end
-
Ensure nerves_system_xu4 is started before your application:
def application do [applications: [:nerves_system_xu4]] end
Image credit: This image is from the ODROID-XU4 Wiki Page.