Created
May 13, 2020 06:08
-
-
Save lpsantil/a5da8e8eb984f9d543f662c9166c2b4a to your computer and use it in GitHub Desktop.
u-boot recovery attempt 02
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot 2009.08-00088-g121cddc (Nov 17 2014 - 05:50:46) Avocent (0.0.3) EVB, Build: jenkins-idrac-yocto-release-505 | |
CPU: SH-4A | |
BOARD: R0P7757LC00xxRL (C0 step) board | |
BOOT: Secure, HRK not generated | |
DRAM: 240MB | |
(240MB of 256MB total DRAM is available on U-Boot) | |
ENV: Using primary env area. | |
In: serial | |
Out: serial | |
Err: serial | |
PCIe: Bridge loaded with 0x18000 bytes | |
WDT2: Booted Lower Vector, 'uboot1' | |
sh_mmcif: 0, sh-sdhi: 1 | |
Net: sh_eth.0, sh_g_eth.0 | |
INFO: 00:002 Start-up -to- util_idrac_main() | |
INFO: 00:004 U-Boot 2009.08-00088-g121cddc (Nov 17 2014 - 05:50:46) Avocent (0.0.3) EVB | |
INFO: 00:008 U-Boot checkin date(05-10-2013) Version(1.0.183) | |
INFO: 00:006 iDRAC PPID <NULL> | |
INFO: 00:003 SPI NOR init 4096 KiB N25Q032 bus=0 cs=0, speed=1000000, mode=3 | |
INFO: 00:007 SH-4A Product: Major Ver=0x31 Minor Ver=0x14 C4 Little endian | |
Family=0x10 Major Ver=0x30 Minor Ver=0x0b | |
PASS: 00:016 Dedicated monolithic mgmt NIC disabled | |
INFO: 00:128 BCM54610 OUI=0x3fffff Model=0x3f Revision=0x0f PhyAddr=1 | |
INFO: 00:007 SD CARD: is not found | |
INFO: 00:025 EMMC: Device: sh_mmcif Manufacturer ID: 90 OEM: 14a | |
Name: HYNIX Tran Speed: 25000000 Rd Block Len: 512 | |
MMC version 4.0 High Capacity: Yes Capacity: 0 | |
INFO: 00:018 CPLD: Major Ver=0x1 Minor Ver=0x0 Maint Ver=0x3 | |
Planar: Type=0x02 Rev=0x8 Rework=0x0 Scratch/PathRetry=0x00 | |
PASS: 00:014 Coin cell detected good, AD=0x3a6 low water=0x2c1 | |
PASS: 00:008 PCIe C0 Ver=0.15 MCTP en, CRC=0x8e9b6875 @0x8efbf954 cnt=0x18000 | |
INFO: 00:007 Init PCIe mailbox(PCIe 0xFFEE0150=0x40010000) | |
INFO: 00:006 mode=normal | |
Erasing SPI flash at 0x100000...Writing to SPI flash...done | |
Erasing SPI flash at 0x110000...Writing to SPI flash...done | |
PASS: 01:832 Booted Lower Vector, 'uboot1' wdt2cnt=0 | |
INFO: 00:005 wdt0cnt=2 | |
PASS: 00:003 Clear CH1/CH2, clear 4K shared memory@0xffcaa000 on AC power up | |
PASS: 00:007 SMR0 no sermux env, default 0xd4 | |
INFO: 00:004 GRACR=0x3c HISEL=0x00 SIRQCR5_D=0x03 SIRQCR6_D=0x01 LADMSK0=0xff2 | |
MRSTCR0=0xfedffe7f MRSTCR1=0xfff3ff0f MRSTCR2=0x7f80feff | |
BARMAP=0x1 BCR=0x85000000 NCER=0x01fc NCMCR=0x0006 NCCSR=0x0303 | |
PASS: 00:021 etherc0=F0:1F:AF:D2:24:4C | |
getherc0=F0:1F:AF:D2:24:4D | |
INFO: 00:009 Fan logic for monolithic planar type 2 | |
fan1 - def 0000 1fff 3d fan2 - def 0000 1fff 3d | |
fan3 - def 0000 1fff 3d fan4 - def 0000 1fff 3d | |
fan5 - def 0000 1fff 3d fan6 - def 0000 1fff 3d | |
fan7 - def 0000 1fff 3d fan8 - def 0000 1fff 3d | |
INFO: 00:076 Env and backup CRC'ed ok | |
sh_mmcif: Cmd(d'16) err | |
set read bl len failed | |
*** fail to read block from device *** | |
*** can't read from device 1 *** | |
*** create default partitions *** | |
sh_mmcif: Cmd(d'16) err | |
set write bl len failed | |
*** fail to write block to device *** | |
*** can't write to device 1 *** | |
FAIL: 00:121 fwu_init() failure | |
INFO: 00:005 Sync eMMC/SPI NOR/Alternate u-boot images | |
FAIL: 00:005 ...eMMC/MBR does not have a bootable partition | |
FAIL: 00:005 verify_os_images(): eMMC/MBR does not have a bootable partition | |
FAIL: 00:008 Boot device=emmc Boot partition-1/No bootable partition | |
Boot Path Retry:P1/N=0 P5/N-1=0 Invalid boot partition | |
INFO: 00:014 Sync eMMC/SPI NOR/Alternate u-boot images | |
FAIL: 00:005 ...eMMC/MBR does not have a bootable partition | |
FAIL: 00:005 verify_os_images(): eMMC/MBR does not have a bootable partition | |
FAIL: 00:008 Boot device=emmc Boot partition-1/No bootable partition | |
Boot Path Retry:P1/N=0 P5/N-1=0 Invalid boot partition | |
INFO: 00:000 02:404 | |
WDT2: Disabled | |
###################################################################### | |
** No bootable iDRAC image is found ** | |
** (System Health & ID LED is flashing amber at ~1/2 second rate). | |
To Recover iDRAC via an SD card. | |
1) Format SD using FAT on a Windows box or EXT3 using Linux. | |
2) Copy 'firmimg.d7' to root path. | |
3) Insert SD card. | |
4) System Health & ID button solid amber durning recover. | |
5) Both boot paths are flashed. | |
###################################################################### | |
Polling for SD card state change / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment