From 39123eec33bf1d742fc341a771fc0573f0211af0 Mon Sep 17 00:00:00 2001
From: Layla EL-GHOUL <layla.el@stud.fils.upb.ro>
Date: Thu, 13 Mar 2025 06:50:46 +0000
Subject: [PATCH] added warning

---
 website/lab/02/index.mdx | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/website/lab/02/index.mdx b/website/lab/02/index.mdx
index fba0a1d..87356fe 100644
--- a/website/lab/02/index.mdx
+++ b/website/lab/02/index.mdx
@@ -457,6 +457,15 @@ Make sure you follow these steps:
 Please make sure you comment out (using `#` in from of the line) all the Embassy's crates 
 that you do not plan to use.
 
+:::warning
+Please make sure the `embassy_rp` crate is included in your build either:
+- by importing it with `use embassy_rp as _;`
+- or by initialising the peripherals
+
+This crate provides the `.start_block` section that is needed by the RP2350 to boot. Not including
+this crate will prevent this section from being added and will prevent the RP2350 to boot.
+:::
+
 :::info
 For sure, you will  not use USB and WiFi. This is a trial
 and error job, just comment out all the creates that you think you won't use and
-- 
GitLab