-
```
>>> nerves-config 0.7 Extracting
>>> nerves-config 0.7 Patching
>>> nerves-config 0.7 Configuring
>>> nerves-config 0.7 Building
>>> nerves-config 0.7 Installing to target
cp -f /home/pojiro…
-
The representation of nerves and their parts varies wildly from ontology to ontology. We should create a shared set of design patterns for nerves.
This item serves as a draft for this design pattern.…
-
current releases (0.1.0, 0.2.0) don't have this issue, because they are made by bellow settings,
```
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_KERNEL_HEADERS_4_14=y
```
## nerves_defconfig relates …
-
nerves_team_device $ mix nerves_hub.deployment update Test 1 is_active true
NervesHub server: api.nerves-hub.org:443
NervesHub organization: aselder
** (Mix) Invalid arguments to `mix nerves_hub.de…
-
This function will tell you where the time comes from and can be used to determine the trustworthiness of time. Possible values:
* `:build_time`
* `:file_timestamp`
* `:ntp`
* `:rtc`
* `:manual…
-
### Environment
* Elixir version (`elixir -v`): 1.14.3
* Nerves environment: (`mix nerves.env --info`)
```
Nerves environment
MIX_TARGET: host
MIX_ENV: dev
NERVES_SYSTEM is unset…
-
I'm trying to get a BG96 module running with a RPi 0 2W via a UART. This is their Mini PCIe module, mounted on the Sixfab Base Hat. After fiddling with the IEx console output settings, I am able to qu…
-
A Product name which includes space like below is created successfully by "mix nerves_hub.product create".
~~~
def project do
[
app: :hello_nerves,
name: "Hello Nerves"
...
]
…
-
When the Raspberry Pi 3A's USB port could be swapped to gadget mode, it was really neat being able to get a fast gadget-mode capable Pi. Now we have the Raspberry Pi Zero 2. Probably many more people …
-
ccp always sets the LPed functions (`klpp_` prefix) as static. The `static` keyword then be manually removed, and all those functions must also be added to the `livepatch_xxx.h` header file.
Automati…