hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

larsen_system_rpi3

1.6.3
1.8.0 1.8.0-larsen.1 1.6.3 1.6.1

Larsen System RPI3

Current section

Files

Jump to
Readme
4 Versions
4 Dependencies
0 Dependants
Files
Activity
Readme 4 Versions 4 Dependencies 0 Dependants Files Activity
larsen_system_rpi3 rootfs_overlay etc boardid.config
Raw

20 files

  • fwup_include
    • provisioning.conf
  • rootfs_overlay
    • boot
      • .empty
    • etc
      • boardid.config
      • erlinit.config
      • fw_env.config
      • fwup-key.pub
  • CHANGELOG.md
  • LICENSE
  • README.md
  • VERSION
  • cmdline.txt
  • config.txt
  • fwup-revert.conf
  • fwup.conf
  • linux-4.14.defconfig
  • mix.exs
  • nerves_defconfig
  • post-build.sh
  • post-createfs.sh
  • ramoops.dts

rootfs_overlay/etc/boardid.config

# boardid.config
# Read the serial number from the U-boot environment block. The variable
# "nerves_serial_number" is the desired variable to use. "serial_number" is
# checked as a backup.
-b uboot_env -u nerves_serial_number
-b uboot_env -u serial_number
# Last resort, use 16 digits of the RPi's unique ID as the serial number
-b rpi

Package files

  • CHANGELOG.md
  • LICENSE
  • README.md
  • VERSION
  • cmdline.txt
  • config.txt
  • fwup-revert.conf
  • fwup.conf
  • fwup_include/provisioning.conf
  • linux-4.14.defconfig
  • mix.exs
  • nerves_defconfig
  • post-build.sh
  • post-createfs.sh
  • ramoops.dts
  • rootfs_overlay/boot/.empty
  • rootfs_overlay/etc/boardid.config
  • rootfs_overlay/etc/erlinit.config
  • rootfs_overlay/etc/fw_env.config
  • rootfs_overlay/etc/fwup-key.pub
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".