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

nerves_system_kr260

0.0.1
0.1.1 0.1.0 0.0.3 retired 0.0.2 retired 0.0.1 retired

Nerves System - Kria KR260

Retired package: Deprecated - Use "~> 0.1.0"
HexDocs

Current section

Files

Jump to
Readme
5 Versions
3 Dependencies
0 Dependants
Files
Activity
Readme 5 Versions 3 Dependencies 0 Dependants Files Activity
nerves_system_kr260 uboot boot.cmd
Raw

18 files

  • fwup_include
    • provisioning.conf
  • linux
    • patches
      • 0001-squashfs-provide-backing_dev_info-in-order-to-disabl.patch
    • linux-5.15.defconfig
  • rootfs_overlay
    • boot
      • MOUNT_POINT
    • etc
      • boardid.config
      • erlinit.config
      • fw_env.config
  • uboot
    • boot.cmd
  • CHANGELOG.md
  • LICENSE
  • README.md
  • VERSION
  • fwup-revert.conf
  • fwup.conf
  • mix.exs
  • nerves_defconfig
  • post-build.sh
  • post-createfs.sh

Package files

  • CHANGELOG.md
  • fwup-revert.conf
  • fwup.conf
  • fwup_include/provisioning.conf
  • LICENSE
  • linux/linux-5.15.defconfig
  • linux/patches/0001-squashfs-provide-backing_dev_info-in-order-to-disabl.patch
  • mix.exs
  • nerves_defconfig
  • post-build.sh
  • post-createfs.sh
  • README.md
  • rootfs_overlay/boot/MOUNT_POINT
  • rootfs_overlay/etc/boardid.config
  • rootfs_overlay/etc/erlinit.config
  • rootfs_overlay/etc/fw_env.config
  • uboot/boot.cmd
  • VERSION

uboot/boot.cmd

setenv bootargs "earlycon root=/dev/sda2 rootwait console=ttyPS1,115200 clk_ignore_unused uio_pdrv_genirq.of_id=generic-uio xilinx_tsn_ep.st_pcp=4 cma=1000M"
load usb 0:1 0x00200000 /Image
load usb 0:1 0x44000000 /smk-k26-revA-sck-kr-g-revB.dtb
booti 0x00200000 - 0x44000000
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".