Coder Social home page Coder Social logo

freescale / u-boot-fslc Goto Github PK

View Code? Open in Web Editor NEW
131.0 131.0 176.0 242 MB

U-Boot tree to host pending fixes and improvements

Shell 0.15% Makefile 0.62% C 94.55% Assembly 0.95% C++ 0.10% Tcl 0.01% Python 2.89% Perl 0.44% Awk 0.01% Batchfile 0.01% Lex 0.02% Yacc 0.03% GDB 0.01% CSS 0.01% sed 0.01% SmPL 0.02% ASL 0.16% POV-Ray SDL 0.04% Smarty 0.01% Roff 0.01%

u-boot-fslc's People

Contributors

aford173 avatar andre-arm avatar elkablo avatar gateworks avatar hsdenx avatar jhershbe avatar jwrdegoede avatar keveryang avatar kumargala avatar lbmeng avatar lokeshvutla avatar masahir0y avatar michalsimek avatar mrvan avatar nvswarren avatar openedev avatar pali avatar patrickdelaunay avatar plagnioj avatar r-vignesh avatar sbabic avatar si-gdsys avatar sjg20 avatar stroese avatar trini avatar vapier avatar vdsao avatar wdenx avatar xypron avatar ziswiler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

u-boot-fslc's Issues

How to enable USB support for imx8mm device

When I enabled the USB support for imx8mm, and I found the uboot will crashed!
finally, I found that it crashed at:
writel(CONFIG_MXC_USB_PORTSC, &ehci->portsc);
can cause imx8mm soc crash

blind screen

I have blind screen on mx6q when use this u-boot.

I.E. i use:
make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- distclean
make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- mx6qsabresd_config
make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- mx6qsabresd
sudo dd if=./u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync

caam_hash() crashes after authenticating a signed fitImage with hab_auth_img

Hello, with the 2023.04 u-boot-fslc on a imx6ul board, I built images signed with CST. HAB works good with SPL and u-boot-ivt.img. While I tried to authenticate a signed fitImage, the authentication did pass, but calculating sha256 after the hab_auth_img crashes as follow ( "@@" message are added by me). The same feature works well with in previous 2020.10+fslc branch.

[2023-04-28 08:50:47.282] โ€ขร“-Boot SPL 2023.04+yocto (Apr 27 2023 - 21:54:08 +0000)
[2023-04-28 08:50:47.304] MAP55 BOOT_DEVICE_NAND
[2023-04-28 08:50:47.304] Trying to boot from NAND
[2023-04-28 08:50:47.507] hab fuse not enabled
[2023-04-28 08:50:47.507]
[2023-04-28 08:50:47.507] Authenticate image from DDR location 0x877fffc0...
[2023-04-28 08:50:47.747]
[2023-04-28 08:50:47.747]
[2023-04-28 08:50:47.747] U-Boot 2023.04+yocto (Apr 27 2023 - 21:54:08 +0000)
[2023-04-28 08:50:47.747]
[2023-04-28 08:50:47.747] CPU: Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz)
[2023-04-28 08:50:47.747] CPU: Industrial temperature grade (-40C to 105C) at 41C
[2023-04-28 08:50:47.771] Reset cause: POR
[2023-04-28 08:50:47.771] Board: unknown (version=0x0)
[2023-04-28 08:50:47.772] DRAM: 512 MiB
[2023-04-28 08:50:47.823] Core: 35 devices, 16 uclasses, devicetree: separate
[2023-04-28 08:50:47.823] WDT: Started watchdog with servicing every 125ms (128s timeout)
[2023-04-28 08:50:47.840] NAND: 512 MiB
[2023-04-28 08:50:47.840] MMC:
[2023-04-28 08:50:47.840] Loading Environment from NAND... OK
[2023-04-28 08:50:47.857] In: serial
[2023-04-28 08:50:47.857] Out: serial
[2023-04-28 08:50:47.857] Err: serial
[2023-04-28 08:50:47.920] SEC0: RNG instantiated
[2023-04-28 08:50:47.920] Unsupported board variant!
[2023-04-28 08:50:47.920] Net: eth0: ethernet@2188000
[2023-04-28 08:50:47.965] Saving Environment to NAND... Erasing NAND...
[2023-04-28 08:50:47.966] Erasing at 0x400000 -- 100% complete.
[2023-04-28 08:50:47.966] Writing to NAND... OK
[2023-04-28 08:50:47.966] OK
[2023-04-28 08:50:47.966] Normal Boot
[2023-04-28 08:50:47.966] Warning: Bootlimit (2) exceeded. Using altbootcmd.
[2023-04-28 08:50:47.966] Hit any key to stop autoboot: 3 0
[2023-04-28 08:50:47.966] => mtdparts default; run nandargs; run setkernelcmd; ubi part ubi; ubi read ${loadaddr} kernel${kernel2boot}; mtdparts default; run nandargs; run setkernelcmd; ubi part ubi; ubi read ${loadaddr} kernel${kernel2boot};
[2023-04-28 08:52:39.073] ubi0: attaching mtd4
[2023-04-28 08:52:43.132] ubi0: scanning is finished
[2023-04-28 08:52:43.218] ubi0: attached mtd4 (name "ubi", size 507 MiB)
[2023-04-28 08:52:43.218] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
[2023-04-28 08:52:43.218] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
[2023-04-28 08:52:43.218] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
[2023-04-28 08:52:43.218] ubi0: good PEBs: 2024, bad PEBs: 4, corrupted PEBs: 0
[2023-04-28 08:52:43.218] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128
[2023-04-28 08:52:43.218] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 319844601
[2023-04-28 08:52:43.218] ubi0: available PEBs: 410, total reserved PEBs: 1614, PEBs reserved for bad PEB handling: 36
[2023-04-28 08:52:43.218] No size specified -> Using max size (10665984)
[2023-04-28 08:52:43.218] Read 10665984 bytes from volume kernel2 to 82000000
[2023-04-28 08:52:44.463] => hash 256 sha256 0x7 802 2000000 100
[2023-04-28 08:52:58.013] @@ 1
[2023-04-28 08:52:58.013] @@ 2 size: 256
[2023-04-28 08:52:58.013] @@ 3
[2023-04-28 08:52:58.040] @@ 4 size: 256
[2023-04-28 08:52:58.040] @@ 5 size: 64
[2023-04-28 08:52:58.040] @@ 6 ret: 0
[2023-04-28 08:52:58.040] @@ 7 size: 64
[2023-04-28 08:52:58.040] sha256 for 82000000 ... 820000ff ==> c309f8a33edc8bdb75c6a7d17d330d2eabcaa17ec34d60ef03f9759b8eec2b34
[2023-04-28 08:52:58.040] => hab_auth_img 0x82000000 0x499f60 0x499000
[2023-04-28 08:53:09.111] hab fuse not enabled
[2023-04-28 08:53:09.132]
[2023-04-28 08:53:09.132] Authenticate image from DDR location 0x82000000...
[2023-04-28 08:53:09.179]
[2023-04-28 08:53:09.179] Secure boot disabled
[2023-04-28 08:53:09.179]
[2023-04-28 08:53:09.179] HAB Configuration: 0xf0, HAB State: 0x66
[2023-04-28 08:53:09.179] No HAB Events Found!
[2023-04-28 08:53:09.179]
[2023-04-28 08:53:09.179] => hab_auth_img 0x82000000 0x499f60 0x499000 hash sha256 0x82000000 100
[2023-04-28 08:53:13.583] @@ 1
[2023-04-28 08:53:13.583] @@ 2 size: 256
[2023-04-28 08:53:13.583] @@ 3
[2023-04-28 08:53:13.583] @@ 4 size: 256
[2023-04-28 08:53:13.583] @@ 5 size: 64
[2023-04-28 08:53:13.583] @@ 6 ret: 269297864
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort
[2023-04-28 08:53:13.583] data abort

Not working with WARP7

When i run the command MAKE, I am getting error as described below, Please help me on this, I am newbie in these things,

make
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
UPD include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk
GEN include/autoconf.mk.dep
*** Your GCC is older than 6.0 and will not be supported starting in v2018.01.
CHK include/config/uboot.release
UPD include/config/uboot.release
CHK include/generated/version_autogenerated.h
UPD include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CC lib/asm-offsets.s
lib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch
/*
^
make[1]: *** [lib/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

mxc_nand lacking support?

Is it just me, or is mxc_nand (nand for imx53) lacking quiet some things?
It does not support ONFI (READID on address 0x20 is just ignoring the address and reading from 0, so returning the normal ID)
It does not support 4k flashes (largepage is just 2k)
I want to support MT29F8G08ABABAWP, which is a 4k-paged 1GiB flash. And even after adding it to the nand list manually and being detected, it spits out tons of ECC errors

Backport 'ARM: imx: soc: Select default TEXT_BASE for MX7' to v2020.04+fslc

Problem
Branch v2020.04+fslc does not boot on i.MX7D systems.
The issue is explained in a1f6d04.

Select default U-Boot and SPL text base for the MX7 SoC. The U-Boot text base is picked as the one used by various MX7 boards. The SPL text base however is different.
The SPL text base is set to 0x912000 instead of the usual 0x911000, that is because the 0x911000 value cannot work. Using 0x911000 as a SPL text base will result in the DCD header being placed below the 0x911000 address, which is a reserved SRAM area which must not be used. This will actually trigger eMMC boot failure on MX7D at least. Hence the increment.

Proposed solution
Backporting a1f6d04 to the v2020.04+fslc branch should resolve this issue.

Makefile.lib generates wrong syntax dts files

(cat $<; $(if $(u_boot_dtsi),echo '\#include "$(u_boot_dtsi)"')) > $(pre-tmp); \

This produces:

\#include "imx7d-sdb-qspi-u-boot.dtsi"

Which results in:

Error: arch/arm/dts/.imx7d-sdb-qspi.dtb.pre.tmp:47.1-10 syntax error
FATAL ERROR: Unable to parse input tree

Dear Masahiro Yamada, i think you ment something like :

(cat $<; $(if $(u_boot_dtsi),echo '#include "$(u_boot_dtsi)"')) > $(pre-tmp);

Wandboard: wrong mmc partition used

Seems, that there is a wrong mmc partition specified in finduuid
/include/configs/wandboard.h

"finduuid=part uuid mmc 0:1 uuid\0" \

Should be

"finduuid=part uuid mmc 0:2 uuid\0" \

Broken support for Hummingboard i2

Using HEAD of default branch 2015.14, my new Hummingboard i2 stuck at
"U-Boot SPL 2015.04-00129-g10aced3 (May 29 2015 - 01:43:12)"

Reproduced in yocto (U-Boot SPL 2015.04+fslc+gb16ec2d) and using fedora arm toolchain.

Reproduce steps:
$ make mrproper
$ make mx6cuboxi_defconfig
$ make
$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1
$ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=42

It seems like SPL can't load the uboot image.
The cuboxi uboot fork works just fine: git://github.com/SolidRun/u-boot-imx6.git;branch=imx6 .

CONFIG_IMX_HAB with SPL is broken on i.mx6

CONFIG_IMX_HAB requires mxc_ocotp.c to work. Due to commit 8a1ab5e, SPL_MXC_OCOTP has dependency on SPL_MISC thus also depending on SPL_DM. This dependency chain change requires to enable DM for HAB in SPL, which leads to error SPL exceeding its maximum size on i.mx6. It seems that the mxc_ocotp.c does not require DM to work, it should depend on SPL as before instead of SPL_MISC.

Wrong Image Format for bootm command

I have new issue now. Hope you may help me.

I use commands for u-boot:

make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- distclean
make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- mx6qsabresd_config
make arm=ARM CROSS_COMPILE=arm-linux-gnueabihf- mx6qsabresd
sudo dd if=./u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync

I use kernel linux-mainline from this repo.

My commands for uImage:
make ARCH=arm distclean
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- imx_v6_v7_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage LOADADDR=0x10008000
sudo dd if=./arch/arm/boot/uImage of=/dev/sdb seek=2048 conv=fsync

As result i have

U-Boot 2013.07-00001-gcba5372 (Oct 08 2013 - 18:59:47)

CPU: Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: MX6-SabreSD
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
In: serial
Out: serial
Err: serial
Net: Phy not found
PHY reset timed out
FEC [PRIME]
Hit any key to stop autoboot: 0
mmc2(part 0) is current device

MMC read: dev # 2, block # 2048, count 8192 ... 8192 blocks read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!

Disable PSCI support

Hi,

I'm trying to disable PSCI support on u-boot, adding "CONFIG_ARMV7_PSCI=n" to my defconfig file. But after this change, the u-boot does not compile anymore. It is failing when running mkimage:

"./tools/mkimage -n board/.../imximage_32bit_ddr3.cfg.cfgtmp -T imximage -e 0x87800000 -d u-boot.bin u-boot.imx
./tools/mkimage: Write error on u-boot.imx: Bad address"

Any ideas?
Thanks

how can i boot form sata ,with imx6q_sabresd ,thanks

U-Boot 2009.08-dirty (Mar 10 2014 - 19:30:06)

CPU: Freescale i.MX6 family TO1.2 at 792 MHz
Thermal sensor with ratio = 187
Temperature: 28 C, calibration data 0x5a04db7d
mx6q pll1: 792MHz
mx6q pll2: 528MHz
mx6q pll3: 480MHz
mx6q pll8: 50MHz
ipg clock : 66000000Hz
ipg per clock : 66000000Hz
uart clock : 80000000Hz
cspi clock : 60000000Hz
ahb clock : 132000000Hz
axi clock : 264000000Hz
emi_slow clock: 132000000Hz
ddr clock : 528000000Hz
usdhc1 clock : 198000000Hz
usdhc2 clock : 198000000Hz
usdhc3 clock : 198000000Hz
usdhc4 clock : 198000000Hz
nfc clock : 24000000Hz
Board: i.MX6Q-SABRESD: RevC Board: 0x63312 [POR ]
Boot Device: SATA
I2C: ready
DRAM: 1 GB
MMC: usdhc_gpio_init() fail!FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part
SATA Device Info:
S/N: TE9B113QKWKGWP
Product model number: Hitachi HTS545032A7E380
Firmware version: GGBOA7A0
Capacity: 625142448 sectors
In: serial
Out: serial
Err: serial
unsupported boot devices
Found PFUZE100! deviceid=10,revid=10
Net: got MAC address from IIM: 00:04:9f:02:62:3b
FEC0 [PRIME]
Hit any key to stop autoboot: 0

SATA read: device 0 block # 2048, count 8192 ... 8192 blocks read: OK

SATA read: device 0 block # 12288, count 768 ... 768 blocks read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MX6Q SABRESD U-Boot > print
bootdelay=3
baudrate=115200
ipaddr=192.168.1.103
serverip=192.168.1.101
netmask=255.255.255.0
netdev=eth0
ethprime=FEC0
splashimage=0x30000000
splashpos=m,m
lvds_num=1
ethact=FEC0
fastboot_dev=/dev/sda
bootargs_base=setenv bootargs console=ttymxc0,115200
bootargs_sata=setenv bootargs ${bootargs} console=tty1 root=/dev/sda1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA dil_primary vga
bootcmd=run bootcmd_sata;bootm ${loadaddr} ${rd_loadaddr}
bootcmd_sata=sata read ${loadaddr} 0x800 0x2000;sata read ${rd_loadaddr} 0x3000 0x300;
bootargs=console=ttymxc0 init=/init androidboot.console=ttymxc0 vide=mxcdi1fb:RGB666,XGA ldb=di1 di1_primary ip=dhcp gpu_nommu,gpu_memory=64M
loadaddr=0x10800000
rd_loadaddr=0x11000000
stdin=serial
stdout=serial
stderr=serial

Environment size: 753/8188 bytes
MX6Q SABRESD U-Boot >

fetch u-boot-fslc always error.

WARNING: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Failed to fetch URL git://github.com/Freescale/u-boot-fslc.git;branch=2016.09+fslc, attempting MIRRORS if available
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; LANG=C git -c core.fsyncobjectfiles=0 fetch -f --prune --progress git://github.com/Freescale/u-boot-fslc.git refs/:refs/ failed with exit code 128, output:
fatal: Refusing to fetch into current branch refs/heads/2015.10+fslc of non-bare repository

DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Trying MIRRORS
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; git -c core.fsyncobjectfiles=0 branch --contains 0dea106 --list 2016.09+fslc 2> /dev/null | wc -l
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; git -c core.fsyncobjectfiles=0 branch --contains 0dea106 --list 2016.09+fslc 2> /dev/null | wc -l
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; git -c core.fsyncobjectfiles=0 remote rm origin
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; git -c core.fsyncobjectfiles=0 remote add --mirror=fetch origin git://github.com/Freescale/u-boot-fslc.git
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher accessed the network with the command LANG=C git -c core.fsyncobjectfiles=0 fetch -f --prune --progress git://github.com/Freescale/u-boot-fslc.git refs/:refs/
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; LANG=C git -c core.fsyncobjectfiles=0 fetch -f --prune --progress git://github.com/Freescale/u-boot-fslc.git refs/:refs/
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Mirror fetch failure for url http://downloads.yoctoproject.org/mirror/sources/git2_github.com.Freescale.u-boot-fslc.git.tar.gz (original url: git://github.com/Freescale/u-boot-fslc.git;branch=2016.09+fslc)
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; LANG=C git -c core.fsyncobjectfiles=0 fetch -f --prune --progress git://github.com/Freescale/u-boot-fslc.git refs/:refs/ failed with exit code 128, output:
fatal: Refusing to fetch into current branch refs/heads/2015.10+fslc of non-bare repository

DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/michael/3TB-DISK/poky/build/downloads 'http://sources.openembedded.org/git2_github.com.Freescale.u-boot-fslc.git.tar.gz'
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Running export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/michael/3TB-DISK/poky/build/downloads 'http://sources.openembedded.org/git2_github.com.Freescale.u-boot-fslc.git.tar.gz' --progress=dot -v
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Mirror fetch failure for url http://sources.openembedded.org/git2_github.com.Freescale.u-boot-fslc.git.tar.gz (original url: git://github.com/Freescale/u-boot-fslc.git;branch=2016.09+fslc)
DEBUG: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/michael/3TB-DISK/poky/build/downloads 'http://sources.openembedded.org/git2_github.com.Freescale.u-boot-fslc.git.tar.gz' --progress=dot -v failed with exit code 8, output:
--2017-03-18 20:26:43-- http://sources.openembedded.org/git2_github.com.Freescale.u-boot-fslc.git.tar.gz
Resolving sources.openembedded.org (sources.openembedded.org)... 140.211.169.161
Connecting to sources.openembedded.org (sources.openembedded.org)|140.211.169.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-03-18 20:26:58 ERROR 404: Not Found.

ERROR: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-M1NotMsBBL,guid=e19368ace0df6d9b0b297e6b58cd1c37"; export SSH_AGENT_PID="4224"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/michael/3TB-DISK/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/michael/3TB-DISK/poky/build/tmp/sysroots/imx28evk/usr/bin/crossscripts:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/usr/bin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/sbin:/home/michael/3TB-DISK/poky/build/tmp/sysroots/x86_64-linux/bin:/home/michael/3TB-DISK/poky/scripts:/home/michael/3TB-DISK/poky/bitbake/bin:/home/michael/.sdkman/candidates/springboot/current/bin:/home/michael/.sdkman/candidates/groovy/current/bin:/home/michael/.sdkman/candidates/gradle/current/bin:/home/michael/3TB-DISK/altera/13.0/quartus/linux64/:/home/michael/3TB-DISK/Android/Sdk//ndk-bundle:/home/michael/3TB-DISK/Android/Sdk//tools:/home/michael/3TB-DISK/Android/Sdk//platform-tools:/home/michael/3TB-DISK/Android/Sdk//build-tools:/home/michael/IDE_DIR/jdk1.8.0_112/bin:/opt/go/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin:/home/michael/arm-2013.05/bin/:/home/michael/hitech/picc/9.83/bin:/usr/local/sbin:/home/michael/usr/node-v4.2.1-linux-x64/bin:/opt/google_appengine:/home/michael/Embedded-System/gcc-arm-none-eabi-4_9-2015q3/bin:/opt/FriendlyARM/toolschain/4.4.3/bin:/opt/julia/bin:/home/michael/3TB-DISK/github/zcash/depends/x86_64-unknown-linux-gnu/bin:/home/michael/SOFT-LIBRAR/node-v6.9.2-linux-x64/bin:/home/michael/Android/Sdk/platform-tools"; export HOME="/home/michael"; LANG=C git -c core.fsyncobjectfiles=0 fetch -f --prune --progress git://github.com/Freescale/u-boot-fslc.git refs/:refs/ failed with exit code 128, output:
fatal: Refusing to fetch into current branch refs/heads/2015.10+fslc of non-bare repository

ERROR: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Fetcher failure for URL: 'git://github.com/Freescale/u-boot-fslc.git;branch=2016.09+fslc'. Unable to fetch URL from any source.
ERROR: u-boot-fslc-v2016.09+gitAUTOINC+0dea106b49-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/michael/3TB-DISK/poky/build/tmp/work/imx28evk-poky-linux-gnueabi/u-boot-fslc/v2016.09+gitAUTOINC+0dea106b49-r0/temp/log.do_fetch.9682
ERROR: Task (/home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb:do_fetch) failed with exit code '1'
DEBUG: Teardown for bitbake-worker
NOTE: Tasks Summary: Attempted 2050 tasks of which 2049 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
michael@debian:/3TB-DISK/poky/build$ vi /home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb
michael@debian:
/3TB-DISK/poky/build$ vi /home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-
u-boot-fslc_2016.09.bb u-boot-fslc.inc u-boot-fslc-mxsboot_2016.09.bb u-boot-imx_2015.04.bb u-boot-imx-mfgtool_2015.04.bb u-boot-ls1/ u-boot-ls1_2015.01.bb u-boot-mfgtool.inc
michael@debian:/3TB-DISK/poky/build$ vi /home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc
michael@debian:
/3TB-DISK/poky/build$ vi /home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb
michael@debian:~/3TB-DISK/poky/build$ cat /home/michael/3TB-DISK/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb
include u-boot-fslc.inc

PV = "v2016.09+git${SRCPV}"

SRCREV = "0dea106b4985c15c055e7ae187b05a53d6a82a41"
SRCBRANCH = "2016.09+fslc"

wrong pad define in arch/arm/dts/imx6ull-pinfunc.h

it has define MX6ULL_PAD_CSI_DATA07__ESAI_T0 while the pad in accordance with reference manual (32.6.112 SW_MUX_CTL_PAD_CSI_DATA07 SW MUX Control Register (IOMUXC_SW_MUX_CTL_PAD_CSI_DATA07)) should be called MX6ULL_PAD_CSI_DATA07__ESAI_TX0
And Config Tools for i.MX 10.0 generates dtsi which uses define MX6ULL_PAD_CSI_DATA07__ESAI_TX0

P2020RDB-PC relocation with a new toolchain

Hi!

It seems that there might be some problem with relocation on P2020RDB-PC board with a newer toolchain. It is hard to detect because it seems that the relocation leaves only some constants on their old addresses, but otherwise it works.

Actually I work with Turris board, which is our derivative of P2020RDB-PC which differs only in minor aspects. I have a perfectly working U-Boot (current master vanilla) compiled with ELDK 5.2.1. But anything newer (ELDK 5.5+ or current OpenWRT buildroot) causes this

U-Boot 2015.04-00008-g2b3a8e8 (Apr 21 2015 - 06:18:55)

CPU0: P2020E, Version: 2.1, (0x80ea0021)
Core: e500, Version: 5.1, (0x80211051)
Clock Configuration:
CPU0:1200 MHz, CPU1:1200 MHz,
CCB:600 MHz,
DDR:400 MHz (800 MT/s data rate) (Asynchronous), LBC:37.500 MHz
L1: D-cache 32 KiB enabled
I-cache 32 KiB enabled
Board: P2020RDB-PCA CPLD: V4.1 PCBA: V4.0
Error reading i2c boot information!
I2C: ready
SPI: ready
DRAM: DDR: failed to read SPD from address 82
SPD error on controller 0! Trying fallback to raw timing calculation
Detected UDIMM Fixed DDR on board
1 GiB (DDR3, 64-bit, CL=6, ECC off)
Flash: 16 MiB
L2: 512 KiB enabled
NAND: 256 MiB
MMC: FSL_SDHC: 0
*** Warning - bad CRC, using default environment

PCIe1: Root Complex of mini PCIe SLOT, no link, regs @ 0xffe0a000
PCIe1: Bus 00 - 00
PCIe2: Root Complex of PCIe SLOT, no link, regs @ 0xffe09000
PCIe2: Bus 01 - 01
In: serial
Out: serial
Err: serial
Net: No address specified for VSC7385 microcode.
eTSEC1 [PRIME]
Error: eTSEC1 address not set.
, eTSEC2
Error: eTSEC2 address not set.
, eTSEC3
Error: eTSEC3 address not set.

Hit any key to stop autoboot: 0
=> protect off 0xEFF00000 0xEFFFFFFF
Un-Protected 8 sectors
=> era 0xEFF00000 0xEFFFFFFF

........ done
Erased 8 sectors
Bad trap at PC: 3fef785c, SR: 29200, vector=d00
NIP: 3FEF785C XER: 00000000 LR: 3FF4C6C8 REGS: 3fdedc50 TRAP: 0d00 DAR: F0000000
MSR: 00029200 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 00

GPR00: 000000FF 3FDEDD40 3FDEDF08 EFFA5C28 EFFFFFFF 3FDEDD98 3FF6D5D4 00000000
GPR08: 00000080 3FDEDDD8 00000000 EFFFFFFF 44002084 49858508 3FFB0224 0000000A
GPR16: 3FF55C40 3FF55C38 3FF55C30 0000000A 00000000 00000000 3FFB0220 EFFA5C28
GPR24: 00000000 00000002 00000000 00000000 3FDEDDD8 3FDEDD98 3FF689F4 3FF6D5D4
Call backtrace:
3FDF3668 3FF12D4C 3FEFAAA0 3FEFB15C 3FF186F4 3FEFB8F0 3FF46C34
3FEFBCAC 3FEF164C
Exception in kernel pc 3fef785c signal 0

ERROR ### Please RESET the board

I looked into that and it seems that the exception occurs when hush calls getenv("IFS") and the "IFS" is actually a pointer to already-erased flash (0xeff...).

The same thing happens with master branch of this repo.

I have to admit that I don't understand reloc code so this is only a question/request for help/request for some advice because I was unable to fix it on my own.

Thanks,
Tomas

imx8mm evk boot from Sdcard

I took firmware-imx-7.9.bin
and I copied the following files to the u-boot-fslc

bl31.bin
signed_hdmi_imx8m.bin
lpddr4_pmu_train_2d_imem.bin
pddr4_pmu_train_2d_dmem.bin
lpddr4_pmu_train_1d_imem.bin
lpddr4_pmu_train_1d_dmem.bin

Then:

#!/bin/bash
export ARCH=arm64
export CROSS_COMPILE=$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin/aarch64-linux-gnu-
export PATH=${PATH}:$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin

 7225  cd u-boot-fslc/
 7226  make imx8mm_evk_defconfig
 7227  make
 7228  make flash.bin
 7229  find -name flash.bin
 7230  sudo dd if=./flash.bin of=/dev/mmcblk0 bs=1024 seek=33
 7231  sync

The image does not boot. Any help would be appreciated.
Thank you

yocto build error with SATA

Building for MACHINE=cubox-i I have the problem described in 43d4159 commit:

| /srv/d4s/ARM/cubox-i/yocto/tmp/work/cubox_i-poky-linux-gnueabi/u-boot-fslc/v2017.07+gitAUTOINC+f5f42f39f3-r0/git/include/config_distro_bootcmd.h:161:2: error: expected '}' before 'BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_CMD_SATA'
| BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_CMD_SATA

But I have no build issue with commit 43d4159 reverted.

Developing on a fork from u-boot-fslc is a pain

Is there a merging strategy to pull the latest changes/fixes from this repo into a fork? Typically a project has a master and all the commits can be pulled from there. Simply merging a new branch to an old branch causes conflicts.

eg. 2017.07+fslc -> 2016.03+fslc caused the following conflicts:

`Unmerged paths:
(use "git add/rm ..." as appropriate to mark resolution)

    deleted by them: arch/arm/cpu/armv7/mx6/Kconfig
    deleted by them: arch/arm/cpu/armv7/mx6/clock.c
    deleted by them: arch/arm/cpu/armv7/mx6/ddr.c
    deleted by them: arch/arm/cpu/armv7/mx6/soc.c
    deleted by them: arch/arm/cpu/armv7/mx7/Kconfig
    deleted by them: arch/arm/cpu/armv7/mx7/soc.c
    deleted by them: arch/arm/imx-common/cpu.c
    both added:      board/ccv/xpress/imximage.cfg
    both added:      board/ccv/xpress/spl.c
    both added:      board/ccv/xpress/xpress.c
    both added:      board/ge/bx50v3/bx50v3.c
    both added:      board/warp7/MAINTAINERS
    both added:      board/warp7/imximage.cfg
    both added:      board/warp7/warp7.c
    both added:      configs/ge_b450v3_defconfig
    both added:      configs/ge_b650v3_defconfig
    both added:      configs/ge_b850v3_defconfig
    both modified:   configs/mx28evk_defconfig
    both modified:   configs/mx6sxsabreauto_defconfig
    both modified:   configs/mx6sxsabresd_defconfig
    both modified:   configs/mx6sxsabresd_spl_defconfig
    both modified:   configs/mx7dsabresd_defconfig
    both added:      configs/warp7_defconfig
    both added:      configs/xpress_defconfig
    both added:      configs/xpress_spl_defconfig
    both modified:   include/configs/embestmx6boards.h
    both added:      include/configs/ge_bx50v3.h
    both modified:   include/configs/m53evk.h
    both modified:   include/configs/mx28evk.h
    both modified:   include/configs/mx6cuboxi.h
    deleted by them: include/configs/mx6qsabreauto.h
    both modified:   include/configs/mx6sabre_common.h
    both modified:   include/configs/mx6sabresd.h
    both modified:   include/configs/mx7_common.h
    both modified:   include/configs/mx7dsabresd.h
    both modified:   include/configs/wandboard.h
    both added:      include/configs/warp7.h
    both added:      include/configs/xpress.h

`

imx6 uImage not found (porting linux)

Hi,
i am new to imx6 board and i am facing the same issue mentioned above

U-Boot 2013.10-Q7-QD-256MBx446)

CPU: Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: SECO Q7
I2C: ready
DRAM: 1 GiB
Boot: Ext SD
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: using phy at 6
FEC
Hit any key to stop autoboot: 0
mmc0(part 0) is current device
** File not found /boot/uImage **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MX6Q SECO_Q7 U-Boot >

above is the u-boot log i abtained through debug seral poart in minicom .
can any one help me with this issue .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.