mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
88647c6e07
The kernel make target and the /dtbs/ payload come from the config.xml device file list, not from the kernel Makefile registration alone, so the new rk3326-aislpc-r36tmax.dts was compiled into nothing. List it under the clone subdevice: the R36T Max flashes the clone image and selects the DTB via the extlinux FDT line, like the soysauce does on the original image. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
25 lines
930 B
XML
25 lines
930 B
XML
<archr>
|
|
<RK3326 dtb_prefix="rockchip">
|
|
<original mkimage_options="dtb,bootscr,extlinux,uboot" fdt_type="fdtdir" fdt="/dtbs/">
|
|
<file>rk3326-gameconsole-r36s</file>
|
|
<file>rk3326-gameconsole-r33s</file>
|
|
<file>rk3326-odroid-go2</file>
|
|
<file>rk3326-odroid-go2-v11</file>
|
|
<file>rk3326-odroid-go3</file>
|
|
<file>rk3326-anbernic-rg351m</file>
|
|
<file>rk3326-anbernic-rg351v</file>
|
|
<file>rk3326-gameforce-chi</file>
|
|
<file>rk3326-magicx-xu10</file>
|
|
<file>rk3326-powkiddy-rgb10</file>
|
|
<file>rk3326-gameconsole-soysauce</file>
|
|
</original>
|
|
<clone mkimage_options="dtb,bootscr,extlinux,uboot" fdt_type="fdtdir" fdt="/dtbs/">
|
|
<file>rk3326-gameconsole-eeclone</file>
|
|
<file>rk3326-aislpc-r36tmax</file>
|
|
<file>rk3326-powkiddy-rgb10x</file>
|
|
<file>rk3326-magicx-xu-mini-m</file>
|
|
<file>rk3326-odroid-go2</file>
|
|
</clone>
|
|
</RK3326>
|
|
</archr>
|