mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-05 12:00:22 +00:00
Update README.md
This commit is contained in:
parent
1102343ce2
commit
451055ebee
@ -15,10 +15,11 @@ Our chainloader is called `MiniLoad` and is inspired by [raspbootin].
|
||||
[raspbootin]: https://github.com/mrvn/raspbootin
|
||||
|
||||
You can try it with this tutorial already:
|
||||
1. Copy `kernel8.img` to the SD card.
|
||||
2. Execute `make chainboot` or `BSP=rpi4 make chainboot`.
|
||||
3. Now plug in the USB Serial.
|
||||
4. Observe the loader fetching a kernel over `UART`:
|
||||
1. Depending on your target hardware:`make` or `BSP=rpi4 make`.
|
||||
2. Copy `kernel8.img` to the SD card.
|
||||
3. Execute `make chainboot` or `BSP=rpi4 make chainboot`.
|
||||
4. Now plug in the USB Serial.
|
||||
5. Observe the loader fetching a kernel over `UART`:
|
||||
|
||||
```console
|
||||
make chainboot
|
||||
|
Loading…
Reference in New Issue
Block a user