From af218c51855eee210bd1e53d51a449fe14373e49 Mon Sep 17 00:00:00 2001 From: bzt Date: Wed, 26 Feb 2020 12:57:02 +0100 Subject: [PATCH] Support for RPi4 --- aarch64-rpi/OLVASSEL.md | 3 ++- aarch64-rpi/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aarch64-rpi/OLVASSEL.md b/aarch64-rpi/OLVASSEL.md index 6f88821..c37dda9 100644 --- a/aarch64-rpi/OLVASSEL.md +++ b/aarch64-rpi/OLVASSEL.md @@ -23,7 +23,8 @@ Fájl rendszer meghajtók ----------------------- A boot partíció az RPi3 verzióban FAT16 vagy FAT32 fájl rendszer lehet (ha az initrd egy fájl és nem egy teljes partíció). -Az initrd soros vonalról is betölthető, ehhez a távoli gépen a [raspbootcom](https://gitlab.com/bztsrc/bootboot/blob/master/aarch64-rpi/raspbootcom.c)-ot kell futtatni. +Az initrd soros vonalról is betölthető, ehhez a távoli gépen a [raspbootcom](https://gitlab.com/bztsrc/bootboot/blob/master/aarch64-rpi/raspbootcom.c)-ot +vagy az [USBImager](https://gitlab.com/bztsrc/usbimager)-t kell futtatni. A gzip tömörítés ellenjavalt, mivel az SD kártya sebessége lényegesen gyorsabb, mint a kitömörítésé. diff --git a/aarch64-rpi/README.md b/aarch64-rpi/README.md index ae7bc21..1ed72c6 100644 --- a/aarch64-rpi/README.md +++ b/aarch64-rpi/README.md @@ -24,7 +24,8 @@ File system drivers For boot partition, RPi3 version expects FAT16 or FAT32 file systems (if the initrd is a file and does not occupy the whole boot partition). The initrd can also be loaded over serial line, -running [raspbootcom](https://gitlab.com/bztsrc/bootboot/blob/master/aarch64-rpi/raspbootcom.c) on a remote machine. +running [raspbootcom](https://gitlab.com/bztsrc/bootboot/blob/master/aarch64-rpi/raspbootcom.c) or +[USBImager](https://gitlab.com/bztsrc/usbimager) on a remote machine. Gzip compression is not recommended as reading from SD card is considerably faster than uncompressing.