mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Support for RPi4
This commit is contained in:
parent
cadd7dd625
commit
af218c5185
2 changed files with 4 additions and 2 deletions
|
@ -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é.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue