Difference between revisions of "Rock5/linux/partitions"
(Created page with "{{rock5_header}} {{Languages|rock5/linux/partitions}} ROCK 5 > Working With Linux > Partitions The official RO...") |
|||
Line 2: | Line 2: | ||
{{Languages|rock5/linux/partitions}} | {{Languages|rock5/linux/partitions}} | ||
− | [[rock5 | ROCK 5]] > [[rock5/linux | Working With Linux]] > [[rock5/linux/partitions | | + | [[rock5 | ROCK 5]] > [[rock5/linux | Working With Linux]] > [[rock5/linux/partitions | Partition table]] |
The official ROCK 5 image uses GPT partition table for Linux. | The official ROCK 5 image uses GPT partition table for Linux. |
Latest revision as of 09:07, 25 April 2022
ROCK 5 > Working With Linux > Partition table
The official ROCK 5 image uses GPT partition table for Linux.
Official Linux image partitions
Part Number | Offset | Name | Description |
---|---|---|---|
(raw) | 32KB | loader1 | First stage loader |
(raw) | 8MB | loader2 | U-boot image |
1 | 16MB | boot | Kernel partition, bootable |
2 | 528MB | rootfs | Rootfs |
Offset when writing using dd
dd if=idbloader.img of=/dev/sdx seek=64 dd if=u-boot.itb of=/dev/sdx seek=16384 dd if=boot.img of=/dev/sdx seek=32768 dd if=rootfs.img of=/dev/sdx seek=1081344