* Switching Odroid C1 boot partition to FAT U-boot FAT driver is very unstable and there is no wish to dig into u-boot. Seems like a sane workaround @plntyk Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> * Add notes for separate boot partitions Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> * Typo Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> * Bugfix: use zImage for converting to uImage since on FAT partitions we use move Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> * Cleanup C1 boot scripts We have no plans to ever support legacy kernel again. Removing related things Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> * A bit more radical change. Moving meson current to (new) legacy, current to 5.6.y and dev to some development branch / commit. * Remove unneded patch Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
# S805 C1 quad core 1GB RAM SoC GBE
|
|
BOARD_NAME="Odroid C1"
|
|
BOARDFAMILY="meson8b"
|
|
BOOTCONFIG="odroidc_config"
|
|
KERNEL_TARGET="legacy,current,dev"
|
|
BUILD_DESKTOP=no
|
|
BOOTSIZE="200"
|
|
BOOTFS_TYPE="fat"
|