Debian Customizing U-Boot AM62: Difference between revisions

From Variscite Wiki
No edit summary
Line 16: Line 16:


Fetch the U-Boot source:
Fetch the U-Boot source:
${{GIT_FETCH|NAME=U-BOOT|WORKDIR={{#var:WORKDIR_ENV}}}}<!--
  $ MACHINE={{#var:MACHINE_NAME}} bitbake -c unpack virtual/bootloader
  $ MACHINE={{#var:MACHINE_NAME}} bitbake -c unpack virtual/bootloader
  $ mkdir -p ../local_repos/{{#var:U-BOOT_REPO}}
  $ mkdir -p ../local_repos/{{#var:U-BOOT_REPO}}

Revision as of 21:04, 11 December 2024

Warning: This page is designed to be used with a 'release' URL parameter.

This page is using the default release am62-debian-bookworm-6.1.83_09.02.01.10-v1.0.
To view this page for a specific Variscite SoM and software release, please follow these steps:

  1. Visit variwiki.com
  2. Select your SoM
  3. Select the software release
VAR-SOM-AM62 - Debian Customize from source code

Introduction

This guide demonstrates how to patch and rebuild the VAR-SOM-AM62 U-Boot images.

To learn how to build the U-Boot images outside of Yocto, see: Build U-Boot from source code

Add your patches on top of the Variscite source code

Fetch the U-Boot source:

$

$ cd $WORKDIR
$ git clone https://github.com/varigit/ti-u-boot -b ti-u-boot-2023.04_09.02.01.10_var01 ti-u-boot