mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This is a reference design board for the NXP LS1046A SoC. The config is heavily based on the ls1046a-frwy_defconfig. see https://www.nxp.com/design/design-center/development-boards-and-designs/LS1046A-RDB Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> [Julien: remove extra white space in readme.txt] Signed-off-by: Julien Olivain <ju.o@free.fr>
30 lines
429 B
INI
30 lines
429 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition fsbl {
|
|
offset = 4K
|
|
in-partition-table = "no"
|
|
image = "bl2_sd.pbl"
|
|
}
|
|
|
|
partition ssbl {
|
|
offset = 1M
|
|
in-partition-table = "no"
|
|
image = "fip.bin"
|
|
}
|
|
|
|
partition fman {
|
|
offset = 9M
|
|
in-partition-table = "no"
|
|
image = "fsl_fman_ucode_ls1046_r1.0_106_4_18.bin"
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 16M
|
|
partition-type = 0x83
|
|
bootable = "true"
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|