|
Hi,
wouldn't bootscr.cubox-i benefit from the same modification (?):
rd@xbian:/etc/flash-kernel/bootscript$ diff -u bootscr.cubox-i~ bootscr.cubox-i --- bootscr.cubox-i~ 2017-07-25 06:58:47.000000000 +0200 +++ bootscr.cubox-i 2018-01-13 17:26:46.983026580 +0100 @@ -29,6 +29,7 @@ fi setenv bootargs @@LINUX_KERNEL_CMDLINE_DEFAULTS@@ ${bootargs} @@LINUX_KERNEL_CMDLINE@@ +@@UBOOT_ENV_EXTRA@@ if test -z "${prefix}" ; then setenv image_locations '/boot/ /' rd@xbian:/etc/flash-kernel/bootscript$
since it uses the same SoC (imx6), it needs the same cma bootarg:
https://wiki.debian.org/InstallingDebianOn/Wandboard#cma
Thanks
Rainer
--
Rainer Dorsch
http://bokomoko.de/ |