Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is the Linux BSP (Board Support Package) and Linux software distribution and development environment for the NAVQ + Plus Starter Kit, release 1.0.1-106.

Refer to the the following page for detailed information on the hardware items included in the Starter Kit: https://staging.voxelbotics.com/docs/

Release images for this software release can be downloaded from the following location:

https://vb-files.fra1.digitaloceanspaces.com/release/1.0.1-106_09270006-a50dea52e6-navqp.zip

Refer to the the following page for detailed information on how to:

  • Set up the NAVQ + Plus Starter Kit

  • Set up development host

  • Install release images to the NAVQ + Plus target

  • Boot up Linux on the NAVQ + Plus target.

https://staging.voxelbotics.com/docs/

The following list provides a summary of the features and capabilities of this release of the NAVQ + Plus BSP:

  • U-Boot firmware:

    • Runs on the Cortex-A53 cores;

    • U-Boot v2022.04;

    • Target initialization from power-on / reset;

    • Loads from eMMC (or other supported bootable device) and runs from DDR;

    • Serial console;

    • Ethernet driver for loading images to the target from network;

    • Device driver for eMMC / SD Card, including support for U-Boot self-upgrade capability;

    • Supports storing U-Boot environment and Linux images in eMMC / SD Card;

    • Auto-boot feature, allowing boot of OS images from eMMC or other storage with no operator intervention;

    • Persistent environment in eMMC or SD Card for customization of target operation;

    • Supports load of firmware images to the Cortex-M4 core;

    • Sophisticated command interface for maintenance and development of the target.

  • Linux:

    • Runs on the Cortex-A53 cores;

    • Linux kernel v5.15.32;

    • Device drivers for key I/O interfaces of the i.MX 8M;

    • WiFi connectivity [NOTE: BT is not available in this release];

    • Qt / QML 6.3.

  • FreeRTOS:

    • Runs on the Cortex-M7 core;

    • Device drivers for select I/O interfaces of the i.MX 8M.

    • [NOTE: FreeRTOS is not available in this release].

  • Development environment:

    • Linux-hosted cross-development environment;

    • Yocto v4.0 (kirkstone) distribution.

Repo

Link

Hash

Tag

u-boot-imx

git@gitlab.com:VoxelBotics/u-boot-imx.git

f8d2aff5

tags/1.0.1-106

linux-imx

git@gitlab.com:VoxelBotics/linux-imx.git

70357881

tags/1.0.1-106

meta-vb-imx8mp

git@gitlab.com:VoxelBotics/meta-vb-imx8mp.git

a50dea52

tags/1.0.1-106

The following is a summary of the changes in 1.0.1-106 since the last release 1.0.0-1:

...