mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 12:28:43 +00:00
11 lines
334 B
Bash
Executable File
11 lines
334 B
Bash
Executable File
#!/bin/sh
|
|
|
|
## OVA
|
|
dtc -@ -I dts -O dtb -o fdt/barebox-state-efi.dtb fdt/barebox-state-efi.dts
|
|
cp -f fdt/barebox-state-efi.dtb buildroot-external/board/ova/
|
|
|
|
## Raspberry
|
|
dtc -@ -I dts -O dtb -o fdt/barebox-state-rpi.dtbo fdt/barebox-state-rpi.dtso
|
|
cp -f fdt/barebox-state-rpi.dtbo buildroot-external/board/rpi2/barebox-env/overlay/
|
|
|