mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Added legacy kernel (3.10.107) targets for several A64 boards: Orangepi Win and Bananapi M64 were tested, the rest is untested: NanopiA64, Olinuxino A64 and Teres A64
This commit is contained in:
@@ -28,6 +28,12 @@ setenv bootargs "root=${rootdev} rootfstype=${rootfstype} rootwait ${consoleargs
|
||||
fdt get value dt_name / dt-name
|
||||
if test "${dt_name}" = "sun50iw1p1-pine64so"; then
|
||||
setenv pine64_model "pine64so"
|
||||
elif test "${dt_name}" = "sun50iw1p1-orangepiwin"; then
|
||||
setenv pine64_model "orangepiwin"
|
||||
elif test "${dt_name}" = "sun50iw1p1-bananapim64"; then
|
||||
setenv pine64_model "bananapim64"
|
||||
elif test "${dt_name}" = "sun50iw1p1-olinuxino-a64"; then
|
||||
setenv pine64_model "olinuxino-a64"
|
||||
fi
|
||||
|
||||
load mmc ${boot_part} ${fdt_addr} ${prefix}dtb/sun50iw1p1-${pine64_model}.dtb
|
||||
|
||||
Reference in New Issue
Block a user