diff --git a/conf/machine/imx6ul-vesta-v2.conf b/conf/machine/imx6ul-vesta-v2.conf
index 78586105c8267116791bfeed7b09db6c9cc9327d..6927bd2b5276d61dbbe208100585aa6caf1f08a2 100644
--- a/conf/machine/imx6ul-vesta-v2.conf
+++ b/conf/machine/imx6ul-vesta-v2.conf
@@ -21,3 +21,5 @@ UBOOT_CONFIG ?= "sd"
 UBOOT_CONFIG[sd] = "mx6ul_vesta_v2_qspi1_config,sdcard"
 MKUBIFS_ARGS = " -m 1 -e 65408 -c 368 "
 UBINIZE_ARGS = " -m 1 -p 65356 "
+SERIAL_CONSOLES ?= "115200;ttymxc1"
+
diff --git a/recipes-bsp/u-boot/u-boot-vesta_2015.04.bb b/recipes-bsp/u-boot/u-boot-vesta_2015.04.bb
index 23238dce01b67d6ef4172055ca69b048544b416e..88a03203d6b7f3a36ce9787d57fa665b10c74abf 100644
--- a/recipes-bsp/u-boot/u-boot-vesta_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-vesta_2015.04.bb
@@ -16,7 +16,7 @@ PROVIDES += "u-boot"
 SRCBRANCH = "master"
 
 #Always update SRCREV based on your last commit
-SRCREV = "301aee6db4faa952f7450e2ed542797386bade80"
+SRCREV = "2d12dd992ad67ff1512ae3fc56afb0f2436f095b"
 
 SRC_URI = "git://git@git.rigado.com/Steelcase/u-boot-2015.04.git;protocol=ssh;branch=${SRCBRANCH}"
 
diff --git a/recipes-core/scripts-vesta/scripts-vesta.bb b/recipes-core/scripts-vesta/scripts-vesta.bb
index c4499d2da77d29e862a84fe2087486c12cb90bcd..49dc172fa3ce54f54899150cebffa2d22ffda05e 100644
--- a/recipes-core/scripts-vesta/scripts-vesta.bb
+++ b/recipes-core/scripts-vesta/scripts-vesta.bb
@@ -3,7 +3,7 @@
 require recipes-core/scripts-vesta/scripts-vesta.inc
 
 #Rigado scripts
-SRCREV = "b095764920e14f35dc91b9b1ba3efecfef78caed"
+SRCREV = "46191d5ce90cdd40ba698d5a0789500820369699"
 
 COMPATIBLE_MACHINE = "(imx6ul-vesta-v1|imx6ul-vesta-v2)"
 
diff --git a/recipes-kernel/linux/linux-vesta_4.1-1.0.bb b/recipes-kernel/linux/linux-vesta_4.1-1.0.bb
index 0167a2d9fae2c29d9d8174ffc777277672c88cd6..613a4d993d5965440883e32d99bccd37fc273d80 100644
--- a/recipes-kernel/linux/linux-vesta_4.1-1.0.bb
+++ b/recipes-kernel/linux/linux-vesta_4.1-1.0.bb
@@ -13,7 +13,7 @@ PV .= "4.1-1.0+git${SRCPV}"
 SRCBRANCH = "master"
 
 #Always update SRCREV based on your last commit
-SRCREV = "d671ae42714386b417269fb3d1a9bb86c89e60ea"
+SRCREV = "b98b7b409a1b787f42f24c675e9552d1ae6c6bf4"
 
 SRC_URI = "git://git@git.rigado.com/Steelcase/linux-fslc-imx-4.1-1.0.git;protocol=ssh;branch=${SRCBRANCH} \
            file://defconfig"