Skip to content

Commit

Permalink
Udoo problems fixed with old uboot source restoration and adjustment …
Browse files Browse the repository at this point in the history
…back to that source. Current working source is broken.

Fixed bug - NEXT was not present as a building target for Udoo. Both kernels boots / works - tested Jessie desktop.
  • Loading branch information
igorpecovnik committed Aug 30, 2016
1 parent e6903c1 commit 86797e0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions config/boards/udoo-neo.conf
@@ -1,7 +1,7 @@
# Freescale iMx singe core Wifi
BOARD_NAME="Udoo neo"
LINUXFAMILY=udoo
BOOTCONFIG=udoo_neo_config
LINUXFAMILY="udoo"
BOOTCONFIG="udoo_neo_config"
MODULES="bonding"
MODULES_NEXT=""
CLI_TARGET="jessie,trusty:default"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/udoo.conf
@@ -1,9 +1,9 @@
# Freescale iMx dual/quad core Wifi
BOARD_NAME="Udoo"
LINUXFAMILY=udoo
BOOTCONFIG=udoo_qd_config
BOOTCONFIG=udoo_qdl_config
MODULES="bonding"
MODULES_NEXT=""
CLI_TARGET="jessie,trusty:default,next"
CLI_TARGET="jessie,xenial:default,next"
DESKTOP_TARGET="jessie:default,next"
KERNEL_TARGET="default,next"
KERNEL_TARGET="default,next"
5 changes: 2 additions & 3 deletions config/sources/udoo.conf
@@ -1,10 +1,9 @@

BOOTSOURCE='https://github.com/UDOOboard/uboot-imx'
BOOTDIR='u-boot-udoo'

case $BOARD in
udoo)
BOOTBRANCH='branch:2015.04.imx'
BOOTBRANCH='branch:2015.10.fslc-qdl'
SERIALCON=ttymxc1
;;

Expand Down Expand Up @@ -63,4 +62,4 @@ family_tweaks()
install_boot_script()
{
cp $SRC/lib/config/bootscripts/boot-$BOARD.cmd $CACHEDIR/sdcard/boot/boot.cmd
}
}
6 changes: 3 additions & 3 deletions patch/u-boot/u-boot-udoo-default/udoo-2015-u-boot.patch
@@ -1,6 +1,6 @@
diff --git a/include/configs/udoo_qd.h b/include/configs/udoo_qd.h
--- a/include/configs/udoo_qd.h
+++ b/include/configs/udoo_qd.h
diff --git a/include/configs/udoo_qdl.h b/include/configs/udoo_qdl.h
--- a/include/configs/udoo_qdl.h
+++ b/include/configs/udoo_qdl.h
@@ -86,7 +86,11 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG

Expand Down
6 changes: 3 additions & 3 deletions patch/u-boot/u-boot-udoo-next/udoo-2015-u-boot.patch
@@ -1,6 +1,6 @@
diff --git a/include/configs/udoo_qd.h b/include/configs/udoo_qd.h
--- a/include/configs/udoo_qd.h
+++ b/include/configs/udoo_qd.h
diff --git a/include/configs/udoo_qdl.h b/include/configs/udoo_qdl.h
--- a/include/configs/udoo_qdl.h
+++ b/include/configs/udoo_qdl.h
@@ -86,7 +86,11 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG

Expand Down

0 comments on commit 86797e0

Please sign in to comment.