1
0
Fork 0
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:
bzt 2020-02-26 12:57:02 +01:00
parent cadd7dd625
commit af218c5185
2 changed files with 4 additions and 2 deletions

View file

@ -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ó). 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é. 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é.

View file

@ -24,7 +24,8 @@ File system drivers
For boot partition, RPi3 version expects FAT16 or FAT32 file systems (if the 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, 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. Gzip compression is not recommended as reading from SD card is considerably faster than uncompressing.