Update README.md

pull/35/head
Andre Richter 5 years ago committed by Andre Richter
parent 1102343ce2
commit 451055ebee
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -15,10 +15,11 @@ Our chainloader is called `MiniLoad` and is inspired by [raspbootin].
[raspbootin]: https://github.com/mrvn/raspbootin [raspbootin]: https://github.com/mrvn/raspbootin
You can try it with this tutorial already: You can try it with this tutorial already:
1. Copy `kernel8.img` to the SD card. 1. Depending on your target hardware:`make` or `BSP=rpi4 make`.
2. Execute `make chainboot` or `BSP=rpi4 make chainboot`. 2. Copy `kernel8.img` to the SD card.
3. Now plug in the USB Serial. 3. Execute `make chainboot` or `BSP=rpi4 make chainboot`.
4. Observe the loader fetching a kernel over `UART`: 4. Now plug in the USB Serial.
5. Observe the loader fetching a kernel over `UART`:
```console ```console
make chainboot make chainboot

Loading…
Cancel
Save