From e31253cc9170e688f0e0ef779d3dbe7b7bc326b1 Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Fri, 20 Sep 2024 17:23:09 +0200 Subject: [PATCH] implementation: update link to repo mainboards->linuxboot Signed-off-by: Daniel Maslowski --- src/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/implementation.md b/src/implementation.md index 08613a5..5de1fd2 100644 --- a/src/implementation.md +++ b/src/implementation.md @@ -7,7 +7,7 @@ This chapter describes the procedures from a [LinuxBoot workshop](https://docs.google.com/presentation/d/1s9ka4v7leKeJa3116AQoNb9cv3OqmnW6pgn0ov9WiHo/edit?ts=5e2b227b#slide=id.g7ceec54197_4_163) where an Atomic Pi board with UEFI firmware was converted to run LinuxBoot. The build materials associated with this are found at -[digitalloggers/atomicpi](https://github.com/linuxboot/mainboards/tree/master/digitalloggers/atomicpi). +[digitalloggers/atomicpi](https://github.com/linuxboot/linuxboot/tree/main/mainboards/digitalloggers/atomicpi). Read the below and consult the Makefile for the details of how it was implemented.