Skip to content

Instantly share code, notes, and snippets.

@vkrk-user
Created February 15, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkrk-user/909b554aa4cddd10663ad706d4c182a7 to your computer and use it in GitHub Desktop.
Save vkrk-user/909b554aa4cddd10663ad706d4c182a7 to your computer and use it in GitHub Desktop.
evb-ast2600: Observed crash while loading Kernel image through TFTP
U-Boot SPL 2019.04.sdk-v00.05.05 (Mar 02 2020 - 11:41:30 +0800)
already initialized, Trying to boot from RAM
U-Boot 2019.04.sdk-v00.05.05 (Mar 02 2020 - 11:41:30 +0800)
SOC: AST2600-A1
RST: WDT1 SOC
PCI RST: #2
eSPI Mode: SIO:Enable : SuperIO-2e
Eth: MAC0: RGMII, MAC1: RGMII, MAC2: RGMII, MAC3: RGMII
Model: Aspeed BMC
DRAM: already initialized, 1008 MiB
PCIE-0: Link down
MMC:
sdhci_slot0@100: 1, sdhci_slot1@200: 2, emmc_slot0@100: 0
Loading Environment from SPI Flash... SF: Detected w25q512jv with page size 256 Bytes, erase size 4 KiB, total 64 MiB
*** Warning - bad CRC, using default environment
In: serial@1e784000
Out: serial@1e784000
Err: serial@1e784000
Model: Aspeed BMC
Net:
Warning: ftgmac@1e660000 (eth0) using random MAC address - 6e:6b:bd:e2:19:33
eth0: ftgmac@1e660000
Warning: ftgmac@1e680000 (eth1) using random MAC address - 56:5c:21:e5:94:29
, eth1: ftgmac@1e680000
Warning: ftgmac@1e670000 (eth2) using random MAC address - 62:1d:04:6f:9e:dc
, eth2: ftgmac@1e670000
Warning: ftgmac@1e690000 (eth3) using random MAC address - 2e:8a:de:22:f5:d4
, eth3: ftgmac@1e690000
Hit any key to stop autoboot: 0
ast#
ast#
ast#
ast#
ast#
ast#
ast#
ast#
ast#
ast# setenv serverip 169.254.210.1;setenv ipaddr 169.254.210.2;setenv netmask 255.255.0.0
ast# ping 169.254.210.1
ftgmac@1e660000 Waiting for PHY auto negotiation to complete.. TIMEOUT !
Could not start PHY
ftgmac@1e680000: link up, 1000 Mbps full-duplex mac:56:5c:21:e5:94:29
Using ftgmac@1e680000 device
host 169.254.210.1 is alive
ast#
ast#
ast# tftp 0x83000000 img.bin
ftgmac@1e680000: link up, 1000 Mbps full-duplex mac:56:5c:21:e5:94:29
Using ftgmac@1e680000 device
TFTP from server 169.254.210.1; our IP address is 169.254.210.2
Filename 'img.bin'.
Load address: 0x83000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#########################################################
1.9 MiB/s
done
Bytes transferred = 4651992 (46fbd8 hex)
ast# bootm 0x83000000
## Loading kernel from FIT Image at 83000000 ...
Using 'conf@aspeed-ast2600-evb.dtb' configuration
Trying 'kernel@1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: uncompressed
Data Start: 0x8300012c
Data Size: 3527040 Bytes = 3.4 MiB
Architecture: ARM
OS: Linux
Load Address: 0x80001000
Entry Point: 0x80001000
Hash algo: sha256
Hash value: c12287b5ac6b98557647b728fe0814f43572212498fe8fd60c76e7ed33a72796
Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at 83000000 ...
Using 'conf@aspeed-ast2600-evb.dtb' configuration
Trying 'ramdisk@1' ramdisk subimage
Description: obmc-phosphor-initramfs
Type: RAMDisk Image
Compression: uncompressed
Data Start: 0x83365cb0
Data Size: 1087900 Bytes = 1 MiB
Architecture: ARM
OS: Linux
Load Address: unavailable
Entry Point: unavailable
Hash algo: sha256
Hash value: 043370bbfc620ab4035c0e2073fda90e4120e4e5c341ed6d4325ea2f25ed32d8
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 83000000 ...
Using 'conf@aspeed-ast2600-evb.dtb' configuration
Trying 'fdt@aspeed-ast2600-evb.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x8335d3c0
Data Size: 34852 Bytes = 34 KiB
Architecture: ARM
Hash algo: sha256
Hash value: a9bcf2a34ea7477d2c5f86ec793b659ecce07554dee5897460198f513ede4d0b
Verifying Hash Integrity ... sha256+ OK
Booting using the fdt blob at 0x8335d3c0
Loading Kernel Image ... OK
Loading Ramdisk to 8fef6000, end 8ffff99c ... OK
Loading Device Tree to 8feea000, end 8fef5823 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Linux version 5.8.17-3cc95ae (oe-user@oe-host) (arm-openbmc-linux-gnueabi-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.0.20200730) #1 SMP Tue Feb 2 15:06:48 UTC 2021
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: AST2600 EVB
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0xbe000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x00000000beffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000beffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000beffffff]
[ 0.000000] percpu: Embedded 18 pages/cpu s50444 r0 d23284 u73728
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 256032
[ 0.000000] Kernel command line: console=ttyS4,115200n8 root=/dev/ram rw
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 993556K/1032192K available (8192K kernel code, 543K rwdata, 1768K rodata, 1024K init, 177K bss, 22252K reserved, 16384K cma-reserved, 0K highmem)
[ 0.000000] random: get_random_u32 called from cache_alloc_refill+0x428/0x978 with crng_init=0
[ 0.000000] ftrace: allocating 25789 entries in 51 pages
[ 0.000000] ftrace: allocated 51 pages with 4 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 1200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x114c1bbbeec, max_idle_ns: 440795229572 ns
[ 0.000005] sched_clock: 56 bits at 1200MHz, resolution 0ns, wraps every 2199023255551ns
[ 0.000015] Switching to timer-based delay loop, resolution 0ns
[ 0.000649] Calibrating delay loop (skipped), value calculated using timer frequency.. 2400.00 BogoMIPS (lpj=12000000)
[ 0.000666] pid_max: default: 32768 minimum: 301
[ 0.000893] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.000907] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001566] CPU: Testing write buffer coherency: ok
[ 0.002468] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.002579] rcu: Hierarchical SRCU implementation.
[ 0.004435] smp: Bringing up secondary CPUs ...
[ 0.005139] smp: Brought up 1 node, 2 CPUs
[ 0.005153] SMP: Total of 2 processors activated (4800.00 BogoMIPS).
[ 0.005159] CPU: All CPU(s) started in SVC mode.
[ 0.005741] devtmpfs: initialized
[ 0.012859] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.013201] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.013222] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.013894] pinctrl core: initialized pinctrl subsystem
[ 0.014340] NET: Registered protocol family 16
[ 0.015592] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.016524] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.016535] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.037541] usbcore: registered new interface driver usbfs
[ 0.037589] usbcore: registered new interface driver hub
[ 0.037642] usbcore: registered new device driver usb
[ 0.037697] mc: Linux media interface: v0.10
[ 0.037732] videodev: Linux video capture interface: v2.00
[ 0.037761] EDAC MC: Ver: 3.0.0
[ 0.039272] clocksource: Switched to clocksource arch_sys_counter
[ 0.072642] NET: Registered protocol family 2
[ 0.073138] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.073164] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.073224] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.073320] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.073425] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.073477] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.073668] NET: Registered protocol family 1
[ 0.073904] Unpacking initramfs...
[ 0.477866] Freeing initrd memory: 1064K
[ 0.479318] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.479807] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.479819] jffs2: version 2.2. (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.480017] NET: Registered protocol family 38
[ 0.483910] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.485409] printk: console [ttyS4] disabled
[ 0.505608] 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 31, base_baud = 115384) is a 16550A
[ 1.042936] printk: console [ttyS4] enabled
[ 1.048721] timeriomem_rng 1e6e2524.hwrng: 32bits from 0x(ptrval) @ 1us
[ 1.048959] random: fast init done
[ 1.060551] random: crng init done
[ 1.065870] loop: module loaded
[ 1.084979] aspeed-smc 1e620000.spi: Using 50 MHz SPI frequency
[ 1.091786] aspeed-smc 1e620000.spi: w25q512jv (65536 Kbytes)
[ 1.098208] aspeed-smc 1e620000.spi: CE0 window [ 0x20000000 - 0x24000000 ] 64MB
[ 1.106489] aspeed-smc 1e620000.spi: CE1 window [ 0x24000000 - 0x2c000000 ] 128MB
[ 1.114859] aspeed-smc 1e620000.spi: read control register: 203c0641
[ 1.184835] 5 fixed-partitions partitions found on MTD device bmc
[ 1.191697] Creating 5 MTD partitions on "bmc":
[ 1.196755] 0x000000000000-0x0000000e0000 : "u-boot"
[ 1.203397] 0x0000000e0000-0x000000100000 : "u-boot-env"
[ 1.210414] 0x000000100000-0x000000a00000 : "kernel"
[ 1.217030] 0x000000a00000-0x000002a00000 : "rofs"
[ 1.223492] 0x000002a00000-0x000004000000 : "rwfs"
[ 1.233159] aspeed-smc 1e630000.spi: Using 100 MHz SPI frequency
[ 1.240112] aspeed-smc 1e630000.spi: w25q256 (32768 Kbytes)
[ 1.246337] aspeed-smc 1e630000.spi: CE0 window [ 0x30000000 - 0x32000000 ] 32MB
[ 1.254637] aspeed-smc 1e630000.spi: CE1 window [ 0x32000000 - 0x32000000 ] 0MB (disabled)
[ 1.263901] aspeed-smc 1e630000.spi: read control register: 203c0041
[ 1.282469] aspeed-smc 1e630000.spi: Calibration area too uniform, using low speed
[ 1.293250] libphy: mdio-aspeed: probed
[ 1.298548] libphy: mdio-aspeed: probed
[ 1.303932] libphy: mdio-aspeed: probed
[ 1.309306] libphy: mdio-aspeed: probed
[ 1.317036] libphy: Fixed MDIO Bus: probed
[ 1.323140] ftgmac100 1e660000.ftgmac: Read MAC address 6e:6b:bd:e2:19:33 from chip
[ 1.334189] Broadcom BCM54616S 1e650000.mdio-1:00: attached PHY driver [Broadcom BCM54616S] (mii_bus:phy_addr=1e650000.mdio-1:00, irq=POLL)
[ 1.348680] ftgmac100 1e660000.ftgmac eth0: irq 24, mapped at 92aa2e49
[ 1.356251] ftgmac100 1e680000.ftgmac: Read MAC address 56:5c:21:e5:94:29 from chip
[ 1.368329] RTL8211F Gigabit Ethernet 1e650008.mdio-1:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=1e650008.mdio-1:00, irq=POLL)
[ 1.384153] ftgmac100 1e680000.ftgmac eth1: irq 25, mapped at a399bd91
[ 1.391717] ftgmac100 1e670000.ftgmac: Read MAC address 62:1d:04:6f:9e:dc from chip
[ 1.402759] Broadcom BCM54616S 1e650010.mdio-1:00: attached PHY driver [Broadcom BCM54616S] (mii_bus:phy_addr=1e650010.mdio-1:00, irq=POLL)
[ 1.417195] ftgmac100 1e670000.ftgmac eth2: irq 26, mapped at e63486d8
[ 1.424776] ftgmac100 1e690000.ftgmac: Read MAC address 2e:8a:de:22:f5:d4 from chip
[ 1.437054] RTL8211F Gigabit Ethernet 1e650018.mdio-1:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=1e650018.mdio-1:00, irq=POLL)
[ 1.452848] ftgmac100 1e690000.ftgmac eth3: irq 27, mapped at e948cb82
[ 1.460345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.467663] ehci-platform: EHCI generic platform driver
[ 1.474336] aspeed-rtc 1e781000.rtc: registered as rtc0
[ 1.480215] aspeed-rtc 1e781000.rtc: hctosys: unable to read the hardware clock
[ 1.488570] i2c /dev entries driver
[ 1.493301] aspeed-i2c-bus 1e78a080.i2c-bus: i2c bus 0 registered, irq 32
[ 1.501459] aspeed-i2c-bus 1e78a100.i2c-bus: i2c bus 1 registered, irq 33
[ 1.509530] aspeed-i2c-bus 1e78a180.i2c-bus: i2c bus 2 registered, irq 34
[ 1.517567] aspeed-i2c-bus 1e78a200.i2c-bus: i2c bus 3 registered, irq 35
[ 1.525658] aspeed-i2c-bus 1e78a280.i2c-bus: i2c bus 4 registered, irq 36
[ 1.533730] aspeed-i2c-bus 1e78a300.i2c-bus: i2c bus 5 registered, irq 37
[ 1.541799] aspeed-i2c-bus 1e78a380.i2c-bus: i2c bus 6 registered, irq 38
[ 1.549915] aspeed-i2c-bus 1e78a400.i2c-bus: i2c bus 7 registered, irq 39
[ 1.557947] aspeed-i2c-bus 1e78a480.i2c-bus: i2c bus 8 registered, irq 40
[ 1.566030] aspeed-i2c-bus 1e78a500.i2c-bus: i2c bus 9 registered, irq 41
[ 1.574124] aspeed-i2c-bus 1e78a680.i2c-bus: i2c bus 12 registered, irq 42
[ 1.582304] aspeed-i2c-bus 1e78a700.i2c-bus: i2c bus 13 registered, irq 43
[ 1.590497] aspeed-i2c-bus 1e78a780.i2c-bus: i2c bus 14 registered, irq 44
[ 1.598628] aspeed-i2c-bus 1e78a800.i2c-bus: i2c bus 15 registered, irq 45
[ 1.606785] Driver for 1-wire Dallas network protocol.
[ 1.613751] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[ 1.623627] sdhci: Secure Digital Host Controller Interface driver
[ 1.630565] sdhci: Copyright(c) Pierre Ossman
[ 1.635423] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.642663] sdhci-aspeed 1e750100.sdhci: Configuring for slot 0
[ 1.680896] mmc0: SDHCI controller on 1e750100.sdhci [1e750100.sdhci] using ADMA
[ 1.689724] usbcore: registered new interface driver usbhid
[ 1.695944] usbhid: USB HID core driver
[ 1.700845] fsi-master-aspeed 1e79b000.fsi: hub version e0050101 (1 links)
[ 1.708518] fsi-master-aspeed 1e79b000.fsi: mmode set to 70040110 (divisor 1)
[ 1.748432] NET: Registered protocol family 10
[ 1.754706] Segment Routing with IPv6
[ 1.759419] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.766691] NET: Registered protocol family 17
[ 1.771733] 8021q: 802.1Q VLAN Support v1.8
[ 1.776487] Registering SWP/SWPB emulation handler
[ 1.788744] printk: console [netcon0] enabled
[ 1.793677] netconsole: network logging started
[ 1.801960] Freeing unused kernel memory: 1024K
[ 1.847958] Checked W+X mappings: passed, no W+X pages found
[ 1.854353] Run /init as init process
[ 1.881496] mmc0: new HS200 MMC card at address 0001
[ 1.887856] mmcblk0: mmc0:0001 H8G4a2 7.28 GiB
[ 1.893482] mmcblk0boot0: mmc0:0001 H8G4a2 partition 1 4.00 MiB
[ 1.900528] mmcblk0boot1: mmc0:0001 H8G4a2 partition 2 4.00 MiB
[ 1.907548] mmcblk0rpmb: mmc0:0001 H8G4a2 partition 3 4.00 MiB, chardev (248:0)
rofs = mtd4 squashfs rwfs = mtd5 jffs2
mount: mounting /dev/mtdblock4 on run/initramfs/ro failed: Invalid argument
[ 2.475872] jffs2: notice: (98) jffs2_build_xattr_subsystem: complete building xattr subsystem, 2 of xdatum (0 unchecked, 2 orphan) and 2 of xref (2 dead, 0 orphan) found.
[ 2.768965] overlayfs: upper fs does not support tmpfile.
[ 3.040864] overlayfs: upper fs does not support RENAME_WHITEOUT.
chroot: can't execute '/bin/sh': No such file or directory
Unable to confirm /sbin/init is an executable non-empty file
in[ 3.333044] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[ 3.342421] CPU: 0 PID: 1 Comm: init Not tainted 5.8.17-3cc95ae #1
[ 3.349316] Hardware name: Generic DT based system
[ 3.354661] Backtrace:
[ 3.357411] [<8010d92c>] (dump_backtrace) from [<8010db80>] (show_stack+0x20/0x24)
[ 3.365860] r7:80a049bc r6:60000093 r5:00000000 r4:80c66358
[ 3.372184] [<8010db60>] (show_stack) from [<808b7000>] (dump_stack+0x9c/0xb0)
[ 3.380248] [<808b6f64>] (dump_stack) from [<801211a0>] (panic+0x114/0x340)
[ 3.388016] r7:80a049bc r6:80c0df08 r5:00000000 r4:80c88380
[ 3.394336] [<8012108c>] (panic) from [<80127178>] (complete_and_exit+0x0/0x2c)
[ 3.402492] r3:00000001 r2:00000000 r1:00000100 r0:80a049bc
[ 3.408803] r7:ffffe000
[ 3.411630] [<8012678c>] (do_exit) from [<80127214>] (do_group_exit+0x50/0xc8)
[ 3.419677] r7:000000f8
[ 3.422503] [<801271c4>] (do_group_exit) from [<801272ac>] (__wake_up_parent+0x0/0x30)
[ 3.431338] r7:000000f8 r6:00000004 r5:00000004 r4:006ec190
[ 3.437656] [<8012728c>] (sys_exit_group) from [<80100060>] (ret_fast_syscall+0x0/0x54)
[ 3.446587] Exception stack(0xbd0dffa8 to 0xbd0dfff0)
[ 3.452225] ffa0: 006ec190 00000004 00000001 00000000 00000001 006ec190
[ 3.461351] ffc0: 006ec190 00000004 00000004 000000f8 00000000 00000000 00507a7c 00000000
[ 3.470476] ffe0: 00507b34 7ed76a14 00497934 76dcc574
[ 3.476121] CPU1: stopping
[ 3.479141] CPU: 1 PID: 99 Comm: jffs2_gcd_mtd5 Not tainted 5.8.17-3cc95ae #1
[ 3.487099] Hardware name: Generic DT based system
[ 3.492439] Backtrace:
[ 3.495171] [<8010d92c>] (dump_backtrace) from [<8010db80>] (show_stack+0x20/0x24)
[ 3.503609] r7:00000000 r6:60070193 r5:00000000 r4:80c66358
[ 3.509925] [<8010db60>] (show_stack) from [<808b7000>] (dump_stack+0x9c/0xb0)
[ 3.517987] [<808b6f64>] (dump_stack) from [<8010f1e8>] (handle_IPI+0x354/0x388)
[ 3.526238] r7:00000000 r6:00000004 r5:80c06214 r4:80c88278
[ 3.532553] [<8010ee94>] (handle_IPI) from [<80101394>] (gic_handle_irq+0x88/0x8c)
[ 3.541001] r10:b91c0000 r9:b91c0000 r8:b91c1bd8 r7:bf803000 r6:bf802000 r5:bf80200c
[ 3.549735] r4:80c06378 r3:805d1774
[ 3.553722] [<8010130c>] (gic_handle_irq) from [<80100b0c>] (__irq_svc+0x6c/0x90)
[ 3.562068] Exception stack(0xb91c1bd8 to 0xb91c1c20)
[ 3.567690] 1bc0: 203c0647 bf869010
[ 3.576817] 1be0: 203c0641 bd3e0040 bd3e0040 00000603 bd2a6040 bd3e0068 00000001 ffff9bba
[ 3.585943] 1c00: b91c0000 b91c1c54 00000000 b91c1c28 805d1774 805d1790 80070013 ffffffff
[ 3.595069] r9:b91c0000 r8:00000001 r7:b91c1c0c r6:ffffffff r5:80070013 r4:805d1790
[ 3.603715] [<805d16ec>] (aspeed_smc_read_reg) from [<805ca82c>] (spi_nor_read_sr+0xdc/0xe8)
[ 3.613131] r8:80c03d00 r7:00000000 r6:bd3e0068 r5:b91c0000 r4:805d16ec
[ 3.620610] [<805ca750>] (spi_nor_read_sr) from [<805cc418>] (spi_nor_wait_till_ready_with_timeout+0xdc/0x3b8)
[ 3.631770] r7:bd2a6040 r6:00000000 r5:fffff070 r4:bd3e0068
[ 3.638087] [<805cc33c>] (spi_nor_wait_till_ready_with_timeout) from [<805cd5d4>] (spi_nor_erase+0x1a8/0x6cc)
[ 3.649153] r10:03ca0000 r9:bd3e0068 r8:b9140c00 r7:00010000 r6:00000000 r5:bd3e0068
[ 3.657887] r4:00000000
[ 3.660715] [<805cd42c>] (spi_nor_erase) from [<805c11f8>] (mtd_erase+0x140/0x24c)
[ 3.669162] r10:03c90000 r9:b91c0000 r8:b9140c00 r7:b8bdb000 r6:bd3e0068 r5:00000000
[ 3.677895] r4:02a00000
[ 3.680722] [<805c10b8>] (mtd_erase) from [<803ecc1c>] (jffs2_erase_pending_blocks+0x4f0/0x8b8)
[ 3.690430] r10:b92090f4 r9:b9209034 r8:b920911c r7:bd2e3c54 r6:b92090cc r5:b9209000
[ 3.699163] r4:b9140c00
[ 3.701987] [<803ec72c>] (jffs2_erase_pending_blocks) from [<803eb618>] (jffs2_garbage_collect_pass+0x2d0/0x98c)
[ 3.713342] r10:b91c0000 r9:b9209034 r8:b92090f4 r7:b91c0000 r6:00000000 r5:b9209000
[ 3.722077] r4:b9209000
[ 3.724901] [<803eb348>] (jffs2_garbage_collect_pass) from [<803ed0f4>] (jffs2_garbage_collect_thread+0x110/0x29c)
[ 3.736452] r10:b9219d9c r9:b9209000 r8:b92090f4 r7:b91c0000 r6:bd2513c0 r5:80c9d810
[ 3.745185] r4:b9209000
[ 3.748009] [<803ecfe4>] (jffs2_garbage_collect_thread) from [<80146a3c>] (kthread+0x168/0x16c)
[ 3.757716] r8:803ecfe4 r7:b91c0000 r6:00000000 r5:b9140840 r4:b91409c0
[ 3.765194] [<801468d4>] (kthread) from [<80100148>] (ret_from_fork+0x14/0x2c)
[ 3.773249] Exception stack(0xb91c1fb0 to 0xb91c1ff8)
[ 3.778883] 1fa0: 00000000 00000000 00000000 00000000
[ 3.788009] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.797134] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 3.804514] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:801468d4
[ 3.813248] r4:b9140840
BP
U-Boot SPL 2019.04.sdk-v00.05.05 (Mar 02 2020 - 11:41:30 +0800)
already initialized, Trying to boot from RAM
U-Boot 2019.04.sdk-v00.05.05 (Mar 02 2020 - 11:41:30 +0800)
SOC: AST2600-A1
RST: WDT1 SOC
PCI RST: #2
eSPI Mode: SIO:Enable : SuperIO-2e
Eth: MAC0: RGMII, MAC1: RGMII, MAC2: RGMII, MAC3: RGMII
Model: Aspeed BMC
DRAM: already initialized, 1008 MiB
PCIE-0: Link down
MMC:
sdhci_slot0@100: 1, sdhci_slot1@200: 2, emmc_slot0@100: 0
Loading Environment from SPI Flash... SF: Detected w25q512jv with page size 256 Bytes, erase size 4 KiB, total 64 MiB
*** Warning - bad CRC, using default environment
In: serial@1e784000
Out: serial@1e784000
Err: serial@1e784000
Model: Aspeed BMC
Net:
Warning: ftgmac@1e660000 (eth0) using random MAC address - 6e:6b:bd:e2:19:33
eth0: ftgmac@1e660000
Warning: ftgmac@1e680000 (eth1) using random MAC address - a2:09:73:35:df:69
, eth1: ftgmac@1e680000
Warning: ftgmac@1e670000 (eth2) using random MAC address - be:ae:8b:bc:d9:aa
, eth2: ftgmac@1e670000
Warning: ftgmac@1e690000 (eth3) using random MAC address - 9a:dd:0e:f4:a4:b7
, eth3: ftgmac@1e690000
Hit any key to stop autoboot: 0
ast#
@vkrk-user
Copy link
Author

Fixed, after updating the Root-fs into the flash:
tftp 0x83000000 obmc-phosphor-image-evb-ast2600.squashfs-xz
sf update 0x83000000 0xa00000 0x2000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment