analogdevicesinc / adi-kuiper-gen

Tool used to create ADI Kuiper Linux userspace images (based on Raspbian/raspberrypi.org )
BSD 3-Clause "New" or "Revised" License
12 stars 8 forks source link

Add option to prepare the boot partition #139

Closed mlradu closed 5 months ago

mlradu commented 5 months ago

Add option to prepare the boot partition

Pull Request Description

The boot partition can be prepared with required boot files in order to boot a specific project on a specific board. The PROJECT_NAME and BOARD can be set in the config file. Project description is retrieved from kuiper.json. The configuration is done in 07.export-stage/03.export-image. After built, Kuiper will be ready to boot with no additional configuration.

PR Type

PR Checklist

SRaus commented 5 months ago

Please replace what's under "Pull Request Description" title with your PR description.

mlradu commented 5 months ago

v2:

mlradu commented 5 months ago

v3: