[meta-xilinx] Controller never released inhibit bit(s).

Edward Vidal vidal.develone at gmail.com
Mon Jan 6 08:39:26 PST 2014


Hello All,
Just build a zedboard dora and this is the error that I am getting

IU-Boot 2013.01 (Jan 05 2014 - 16:17:48)

DRAM:  512 MiB
WARNING: Caches not enabled
MMC:   zynq_sdhci: 0
SF: Detected S25FL256S with page size 64 KiB, total 32 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   Gem.e000b000
Hit any key to stop autoboot:  3  2  1  0
Controller never released inhibit bit(s).
These are the files on my vfat partiton.

#echo "d60c1298ecc7c7945a341c2aadbeded1  BOOT.BIN"
#echo "f445be8259f9b269e3037c0a74d879cb  devicetree.dtb"
#echo "7cf4e3eea28ce84886d4618856703979  uImage"
#echo "bd1d59f39164910c20924c68f8a2af42  uramdisk.image.gz"
The file custom-image-zedboard-zynq7-20140106121012.rootfs.ext2.gz.u-boot
was copied to ramdisk.image.gz
The file uImage-zedboard-zynq7-mmcblk0p2.dtb was copied to devicetree.dtb.

http://www.wiki.xilinx.com/Zynq+14.5+-+2013.1+Release claims this is u-boot
issue fixed on version
https://github.com/Xilinx/u-boot-xlnx/commitf12f87e205d5cd1c75a0d93770de54ffb8b14343
any and all help is appreciated.
.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140106/d5a63278/attachment.html>
-------------- next part --------------
* - * Qodem 0.1.2 Capture Generated Mon, 06 Jan 2014 08:47:20 -0700 BEGIN * - *

printenv
baudrate=115200
bitstream_image=system.bit.bin
bootcmd=run $modeboot
bootdelay=3
bootenv=uEnv.txt
devicetree_image=devicetree.dtb
devicetree_size=0x20000
ethact=Gem.e000b000
ethaddr=00:0a:35:00:01:22
fdt_high=0x20000000
importbootenv=echo Importing environment from SD ...; env import -t ${loadbooten
v_addr} $filesize
initrd_high=0x20000000
ipaddr=10.10.70.102
jtagboot=echo TFTPing Linux to RAM... && tftp 0x3000000 ${kernel_image} && tftp 
0x2A00000 ${devicetree_image} && tftp 0x2000000 ${ramdisk_image} && bootm 0x3000
000 0x2000000 0x2A00000
kernel_image=uImage
kernel_size=0x500000
loadbit_addr=0x100000
loadbootenv=fatload mmc 0 ${loadbootenv_addr} ${bootenv}
loadbootenv_addr=0x2000000
mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && mmcinfo && f
atload mmc 0 ${loadbit_addr} ${bitstream_image} && fpga load 0 ${loadbit_addr} $
{filesize}
modeboot=sdboot
nandboot=echo Copying Linux from NAND flash to RAM... && nand read 0x3000000 0x1
00000 ${kernel_size} && nand read 0x2A00000 0x600000 ${devicetree_size} && echo 
Copying ramdisk... && nand read 0x2000000 0x620000 ${ramdisk_size} && bootm 0x30
00000 0x2000000 0x2A00000
norboot=echo Copying Linux from NOR flash to RAM... && cp 0xE2100000 0x3000000 $
{kernel_size} && cp 0xE2600000 0x2A00000 ${devicetree_size} && echo Copying ramd
isk... && cp 0xE2620000 0x2000000 ${ramdisk_size} && bootm 0x3000000 0x2000000 0
x2A00000
qspiboot=echo Copying Linux from QSPI flash to RAM... && sf probe 0 0 0 && sf re
ad 0x3000000 0x100000 ${kernel_size} && sf read 0x2A00000 0x600000 ${devicetree_
size} && echo Copying ramdisk... && sf read 0x2000000 0x620000 ${ramdisk_size} &
& bootm 0x3000000 0x2000000 0x2A00000
ramdisk_image=uramdisk.image.gz
ramdisk_size=0x5E0000
sdboot=if mmcinfo; then run uenvboot; echo Copying Linux from SD to RAM... && fa
tload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_im
age} && fatload mmc 0 0x2000000 ${ramdisk_image} && bootm 0x3000000 0x2000000 0x
2A00000; fi
serverip=10.10.70.101
stderr=serial
stdin=serial
stdout=serial
uenvboot=if run loadbootenv; then echo Loaded environment from ${bootenv}; run i
mportbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcm
d; fi

Environment size: 2272/131068 bytes
zynq-uboot> 
* - * Qodem 0.1.2 Capture Generated Mon, 06 Jan 2014 08:48:33 -0700 END * - *
-------------- next part --------------
* - * Qodem 0.1.2 Capture Generated Mon, 06 Jan 2014 09:00:30 -0700 BEGIN * - *


Xilinx First Stage Boot Loader 
Release 14.3 Sep 29 2013-13:27:28
Devcfg driver initialized 
Silicon Version 1.0
Boot mode is SD
SD Init Done 
Flash BaseAddress E0100000
Reboot status register 0x60000000 
ImageStartAddress = 00000000
PartitionNumber = 00000000
flash read base addr E0100000, image base 0
FSBL main: Skip partition
Reboot status register 0x61000000 
ImageStartAddress = 00000000
PartitionNumber = 00000001
flash read base addr E0100000, image base 0
Reset USB...
SUCCESSFUL_HANDOFF
  FSBLStatus = 0x1


U-Boot 2013.01 (Jan 05 2014 - 16:17:48)

DRAM:  512 MiB
WARNING: Caches not enabled
MMC:   zynq_sdhci: 0
SF: Detected S25FL256S with page size 64 KiB, total 32 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   Gem.e000b000
Hit any key to stop autoboot:  3  2  1  0 
Controller never released inhibit bit(s).
Device: zynq_sdhci
Manufacturer ID: 2
OEM: 544d
Name: SA32G 
Tran Speed: 25000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 29.3 GiB
Bus Width: 1-bit
Controller never released inhibit bit(s).
** Bad device mmc 0 **
Copying Linux from SD to RAM...
Controller never released inhibit bit(s).
** Bad device mmc 0 **
zynq-uboot> mmcinfo
Controller never released inhibit bit(s).
Device: zynq_sdhci
Manufacturer ID: 2
OEM: 544d
Name: SA32G 
Tran Speed: 25000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 29.3 GiB
Bus Width: 1-bit
zynq-uboot> fatload mmc 0 0x2A00000
Controller never released inhibit bit(s).
** Bad device mmc 0 **
zynq-uboot> fatload mmc 0 0x2A00000 devicetree.dtb
Controller never released inhibit bit(s).
** Bad device mmc 0 **
zynq-uboot> 
* - * Qodem 0.1.2 Capture Generated Mon, 06 Jan 2014 09:14:19 -0700 END * - *


More information about the meta-xilinx mailing list