Skip to content
Snippets Groups Projects
Commit 9e6b9117 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

bootscript: Remove device specific device trees

We want to overlay the device tree in the install script. Thus we can
create a device specific device tree with the generic name
"devicetree.dtb".

This removes the neccessary pacthing of the boot.cfg.

However, currently we cannot load the devicetree with the bootloader and
thus append the device tree to the kernel at installation time and name
the resulting binary "linuximage".
parent 7bb5d8e7
No related branches found
No related tags found
1 merge request!1Bootscript and installation process
...@@ -2,19 +2,6 @@ ...@@ -2,19 +2,6 @@
load -b 0x13040000 -p config config.xml load -b 0x13040000 -p config config.xml
# Load logo.png into memory for kernel usage, the kernel reserves 8M for the logo data # Load logo.png into memory for kernel usage, the kernel reserves 8M for the logo data
load -b 0x13080000 -o logo.png load -b 0x13080000 -o logo.png
devtree -b 0x07:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-santaro.dtb devtree -b 0x13000000 devicetree.dtb
devtree -b 0x05:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-santoka.dtb load linuximage
devtree -b 0x07:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-santaro.dtb
devtree -b 0x05:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-santoka.dtb
devtree -b 0x04:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-santino.dtb
devtree -b 0x03:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-santino-lt.dtb
devtree -b 0x0E:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-sanvito.dtb
devtree -b 0x0E:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-sanvito.dtb
devtree -b 0x0E:0x6301:0x13000000 @DEVICETREE_PREFIX@-imx6qp-sanvito.dtb
devtree -b 0x02:0x61:0x13000000 @DEVICETREE_PREFIX@-imx6dl-santvend-bat.dtb
devtree -b 0x01:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-hydra.dtb
devtree -b 0x00:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-hydra.dtb
devtree -b 0x0F:0x63:0x13000000 @DEVICETREE_PREFIX@-imx6q-santvend.dtb
devtree -b 0x05:0x6301:0x13000000 @DEVICETREE_PREFIX@-imx6qp-santoka.dtb
load @KERNEL@
exec "console_suppressable=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait rootfstype=ext4 xmlram=0x13040000 logo=0x13080000 loglevel=6" exec "console_suppressable=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait rootfstype=ext4 xmlram=0x13040000 logo=0x13080000 loglevel=6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment