diff --git a/14_raspbootin64/OLVASSEL.md b/14_raspbootin64/OLVASSEL.md index 3a31fb94..31f2b3f8 100644 --- a/14_raspbootin64/OLVASSEL.md +++ b/14_raspbootin64/OLVASSEL.md @@ -6,7 +6,7 @@ ami a soros vonalról fogja betölteni az igazi kernel8.img-t. Ez az oktatóanyag a jól ismert [raspbootin](https://github.com/mrvn/raspbootin) átírása 64 bitre. A betöltőprogram egyik felét adja csak, a kernel fogadót, ami az RPi-n fut. A másik fél, a PC-n futó küldő, -megtalálható az eredeti forrásban [raspbootcom](https://github.com/mrvn/raspbootin/raspbootcom) néven. +megtalálható az eredeti forrásban [raspbootcom](https://github.com/mrvn/raspbootin/tree/master/raspbootcom) néven. Ha Windowsos gépekről is szeretnél kernelt küldeni, akkor javaslom inkább a John Cronin féle átiratot, a [raspbootin-server](https://github.com/jncronin/rpi-boot/blob/master/raspbootin-server.c)-t, ami natív Win32 API-t használ. diff --git a/14_raspbootin64/README.md b/14_raspbootin64/README.md index f7cc86d7..8d0835ec 100644 --- a/14_raspbootin64/README.md +++ b/14_raspbootin64/README.md @@ -6,7 +6,7 @@ load the real kernel8.img over serial. This tutorial is a rewrite of the well known serial boot loader, [raspbootin](https://github.com/mrvn/raspbootin) in 64 bit. I only provide one part of the loader, the kernel receiver, which runs on the RPi. For the other -part, the sender, which runs on your PC see the original [raspbootcom](https://github.com/mrvn/raspbootin/raspbootcom) utility. +part, the sender, which runs on your PC see the original [raspbootcom](https://github.com/mrvn/raspbootin/tree/master/raspbootcom) utility. If you want to send kernels from a Windows machine, I suggest to take a look at John Cronin's rewrite, [raspbootin-server](https://github.com/jncronin/rpi-boot/blob/master/raspbootin-server.c) which can be compiled for the Win32 API.