-
-
Save iggy/46e5504e8c8b9e0d836601923f5fbb2a to your computer and use it in GitHub Desktop.
Debian 202302 image info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /proc/partitions | |
8 32 31205376 sdc | |
8 33 2048 sdc1 | |
8 34 4096 sdc2 | |
8 35 102400 sdc3 | |
8 36 2141167 sdc4 | |
# sudo blkid /dev/sdc* | |
/dev/sdc: PTUUID="a8d55636-c016-4b30-864a-fe61b85f33d9" PTTYPE="gpt" | |
/dev/sdc1: PARTUUID="01b15460-f9ba-42b5-a718-6aa14d39c62a" | |
/dev/sdc2: PARTUUID="9b59c23d-079f-49fd-847a-5ab7f084b479" | |
/dev/sdc3: SEC_TYPE="msdos" UUID="8E92-182D" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="2ce8d04b-6870-46c2-a17f-39f3a79b19f2" | |
/dev/sdc4: LABEL="root" UUID="44d3144d-069b-4e11-b6b4-68c296328a12" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="495ab081-d96a-47a0-9100-26b03a82d01b" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdt_high=0xffffffffffffffff | |
initrd_high=0xffffffffffffffff | |
kernel_addr_r=0x44000000 | |
kernel_comp_addr_r=0x90000000 | |
kernel_comp_size=0x10000000 | |
fdt_addr_r=0x48000000 | |
ramdisk_addr_r=0x48100000 | |
# Move distro to first boot to speed up booting | |
boot_targets=distro mmc0 dhcp | |
# Fix wrong fdtfile name | |
fdtfile=starfive/jh7110-visionfive-v2.dtb | |
# Fix missing bootcmd | |
bootcmd=run load_distro_uenv;run bootcmd_distro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment