Last active
October 3, 2018 13:17
-
-
Save bluecmd/7808a16975f80dd775b87f474315cdd4 to your computer and use it in GitHub Desktop.
IS25LP512M bootup
This file contains hidden or 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 2016.07-00038-gc7a5629a1c (Sep 30 2018 - 22:40:21 +0200) | |
DRAM: 120 MiB | |
WARNING: Caches not enabled | |
Flash: Unsupported SPI Flash!! 0x001a609d | |
Can't support this SPI Flash!! | |
0 Bytes | |
Using default environment | |
In: serial | |
Out: serial | |
Err: serial | |
Net: aspeednic#0 | |
Error: aspeednic#0 address not set. | |
Hit any key to stop autoboot: 0 | |
Device nor0 not found! | |
Device nor0 not found! | |
Error initializing mtdparts! | |
incorrect device type in ubi | |
Partition ubi not found! | |
Error reading superblock on volume 'ubi0:boot' errno=-19! | |
ubifsmount - mount UBIFS volume | |
Usage: | |
ubifsmount <volume-name> | |
- mount 'volume-name' volume | |
UBIFS not mounted, use ubifs mount to mount volume first! | |
ubifsload - load file from an UBIFS filesystem | |
Usage: | |
ubifsload <addr> <filename> [bytes] | |
- load file 'filename' to address 'addr' | |
## Loading kernel from FIT Image at 42000000 ... | |
Using 'conf-1' configuration | |
Verifying Hash Integrity ... sha256,rsa2048:u-bmc+ OK | |
Trying 'kernel-1' kernel subimage | |
Description: unavailable | |
Type: Kernel Image | |
Compression: uncompressed | |
Data Start: 0x4200009c | |
Data Size: 2342640 Bytes = 2.2 MiB | |
Architecture: ARM | |
OS: Linux | |
Load Address: 0x40008000 | |
Entry Point: 0x40008000 | |
Hash algo: sha256 | |
Hash value: 6368e2b5e7aa5a7e05c5e041df6cb75f77e713f9210284a98423fdc549b0380f | |
Verifying Hash Integrity ... sha256+ OK | |
## Loading ramdisk from FIT Image at 42000000 ... | |
Using 'conf-1' configuration | |
Trying 'ramdisk-1' ramdisk subimage | |
Description: loader | |
Type: RAMDisk Image | |
Compression: uncompressed | |
Data Start: 0x42241c00 | |
Data Size: 829562 Bytes = 810.1 KiB | |
Architecture: ARM | |
OS: Unknown OS | |
Load Address: unavailable | |
Entry Point: unavailable | |
Hash algo: sha256 | |
Hash value: 0783d3979212341b22bd7c00654507978d1fa78513470a55aba9b41fbc2c8269 | |
Verifying Hash Integrity ... sha256+ OK | |
## Loading fdt from FIT Image at 42000000 ... | |
Using 'conf-1' configuration | |
Trying 'fdt-1' fdt subimage | |
Description: platform | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x4223c07c | |
Data Size: 23239 Bytes = 22.7 KiB | |
Architecture: ARM | |
Hash algo: sha256 | |
Hash value: 216c0480e51e8ed1e06129f9b8d87f893c94330a8928b8cc70356348852fb44d | |
Verifying Hash Integrity ... sha256+ OK | |
Booting using the fdt blob at 0x4223c07c | |
Loading Kernel Image ... OK | |
Loading Ramdisk to 472b2000, end 4737c87a ... OK | |
Loading Device Tree to 472a9000, end 472b1ac6 ... OK | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Linux version 4.18.8-ubmc (bluecmd@bluecmd) (gcc version 6.3.1 20170620 (15:6.3.1+svn253039-1)) #24 Wed Oct 3 00:01:37 CEST 2018 | |
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f | |
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache | |
[ 0.000000] OF: fdt: Machine model: Quanta F06 Leopard DDR3 BMC | |
[ 0.000000] Memory policy: Data cache writeback | |
[ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x4e0 with crng_init=0 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 30480 | |
[ 0.000000] Kernel command line: console=ttyS4,57600n8 earlyprintk panic=1 root=/dev/ram0 rdinit=/loader mtdparts=nor.flash:512k(u-boot),-(ubi) ubi.mtd=ubi | |
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) | |
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) | |
[ 0.000000] Memory: 112140K/122880K available (5120K kernel code, 362K rwdata, 1052K rodata, 1024K init, 144K bss, 10740K reserved, 0K cma-reserved) | |
[ 0.000000] Virtual kernel memory layout: | |
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) | |
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) | |
[ 0.000000] vmalloc : 0x88000000 - 0xff800000 (1912 MB) | |
[ 0.000000] lowmem : 0x80000000 - 0x87800000 ( 120 MB) | |
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (6112 kB) | |
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) | |
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 363 kB) | |
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 145 kB) | |
[ 0.000000] ftrace: allocating 18092 entries in 54 pages | |
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 | |
[ 0.000000] i2c controller registered, irq 16 | |
[ 0.000000] clocksource: FTTMR010-TIMER2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 42472454374 ns | |
[ 0.000025] sched_clock: 32 bits at 45MHz, resolution 22ns, wraps every 47721859060ns | |
[ 0.000128] Switching to timer-based delay loop, resolution 22ns | |
[ 0.001779] Calibrating delay loop (skipped), value calculated using timer frequency.. 90.00 BogoMIPS (lpj=450000) | |
[ 0.001856] pid_max: default: 32768 minimum: 301 | |
[ 0.002965] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.003026] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.005347] CPU: Testing write buffer coherency: ok | |
[ 0.007647] Setting up static identity map for 0x40100000 - 0x40100058 | |
[ 0.015691] devtmpfs: initialized | |
[ 0.040319] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.040395] futex hash table entries: 256 (order: -1, 3072 bytes) | |
[ 0.041020] pinctrl core: initialized pinctrl subsystem | |
[ 0.042419] NET: Registered protocol family 16 | |
[ 0.043632] DMA: preallocated 256 KiB pool for atomic coherent allocations | |
[ 0.168461] usbcore: registered new interface driver usbfs | |
[ 0.168691] usbcore: registered new interface driver hub | |
[ 0.168963] usbcore: registered new device driver usb | |
[ 0.182984] clocksource: Switched to clocksource FTTMR010-TIMER2 | |
[ 0.258977] NET: Registered protocol family 2 | |
[ 0.260928] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes) | |
[ 0.261032] TCP established hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.261110] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) | |
[ 0.261171] TCP: Hash tables configured (established 1024 bind 1024) | |
[ 0.261452] UDP hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.261538] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.262066] NET: Registered protocol family 1 | |
[ 0.264438] Trying to unpack rootfs image as initramfs... | |
[ 0.501342] Freeing initrd memory: 812K | |
[ 0.510363] workingset: timestamp_bits=30 max_order=15 bucket_order=0 | |
[ 0.517539] NET: Registered protocol family 38 | |
[ 0.517642] io scheduler noop registered | |
[ 0.517900] io scheduler cfq registered (default) | |
[ 0.531600] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled | |
[ 0.545197] console [ttyS4] disabled | |
[ 0.545398] 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 28, base_baud = 1500000) is a 16550A | |
[ 1.299847] console [ttyS4] enabled | |
[ 1.310360] 1e78e000.serial: ttyS2 at MMIO 0x1e78e000 (irq = 31, base_baud = 1500000) is a 16550A | |
[ 1.414624] timeriomem_rng 1e6e2078.hwrng: 32bits from 0x(ptrval) @ 1us | |
[ 1.465959] random: fast init done | |
[ 1.491675] brd: module loaded | |
[ 1.525578] loop: module loaded | |
[ 1.534242] aspeed-lpc-ctrl 1e789080.lpc-ctrl: Loaded at [mem 0x98000000-0x98ffffff flags 0x200] | |
[ 1.566341] aspeed-smc 1e620000.flash-controller: Using 50 MHz SPI frequency | |
[ 1.580692] aspeed-smc 1e620000.flash-controller: unrecognized JEDEC id bytes: 9d, 60, 1a | |
[ 1.597064] aspeed-smc 1e620000.flash-controller: Aspeed SMC probe failed -2 | |
[ 1.632334] aspeed-smc: probe of 1e620000.flash-controller failed with error -2 | |
[ 1.647474] aspeed-smc 1e630000.flash-controller: Error applying setting, reverse things back | |
[ 1.673838] aspeed-smc 1e630000.flash-controller: Using 50 MHz SPI frequency | |
[ 1.688027] aspeed-smc 1e630000.flash-controller: unrecognized JEDEC id bytes: 03, 03, 03 | |
[ 1.704542] aspeed-smc 1e630000.flash-controller: Aspeed SMC probe failed -2 | |
[ 1.737321] aspeed-smc: probe of 1e630000.flash-controller failed with error -2 | |
[ 1.755409] libphy: Fixed MDIO Bus: probed | |
[ 1.765197] ftgmac100 1e660000.ethernet: Generated random MAC address 12:7b:f1:0a:42:bd | |
[ 1.781402] ftgmac100 1e660000.ethernet: Using NCSI interface | |
[ 1.794764] ftgmac100 1e660000.ethernet eth0: irq 19, mapped at (ptrval) | |
[ 1.808623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 1.821749] ehci-platform: EHCI generic platform driver | |
[ 1.833507] i2c /dev entries driver | |
[ 1.858258] aspeed-i2c-bus 1e78a040.i2c-bus: i2c bus 0 registered, irq 32 | |
[ 1.875236] aspeed-i2c-bus 1e78a080.i2c-bus: i2c bus 1 registered, irq 33 | |
[ 1.892177] aspeed-i2c-bus 1e78a0c0.i2c-bus: i2c bus 2 registered, irq 34 | |
[ 1.909106] aspeed-i2c-bus 1e78a100.i2c-bus: i2c bus 3 registered, irq 35 | |
[ 1.926089] aspeed-i2c-bus 1e78a140.i2c-bus: i2c bus 4 registered, irq 36 | |
[ 1.943088] aspeed-i2c-bus 1e78a180.i2c-bus: i2c bus 5 registered, irq 37 | |
[ 1.960071] aspeed-i2c-bus 1e78a1c0.i2c-bus: i2c bus 6 registered, irq 38 | |
[ 1.977872] aspeed-i2c-bus 1e78a300.i2c-bus: i2c bus 7 registered, irq 39 | |
[ 1.992367] Driver for 1-wire Dallas network protocol. | |
[ 2.021253] random: crng init done | |
[ 2.071231] usbcore: registered new interface driver usbhid | |
[ 2.082530] usbhid: USB HID core driver | |
[ 2.095107] NET: Registered protocol family 10 | |
[ 2.115975] Segment Routing with IPv6 | |
[ 2.124529] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver | |
[ 2.138728] NET: Registered protocol family 17 | |
[ 2.149876] 8021q: 802.1Q VLAN Support v1.8 | |
[ 2.173251] UBI error: cannot open mtd ubi, error -2 | |
[ 2.183427] console [netcon0] enabled | |
[ 2.190763] netconsole: network logging started | |
[ 2.200256] hctosys: unable to open rtc device (rtc0) | |
[ 2.224525] Freeing unused kernel memory: 1024K | |
[ 2.235220] Checked W+X mappings: passed, no W+X pages found | |
1970/01/01 00:00:02 Mount(ubi0:root): no such device | |
[ 2.304252] UBIFS error (pid: 1): cannot open "ubi0:root", error -19 | |
[ 2.343387] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 | |
[ 2.343387] | |
[ 2.374361] CPU: 0 PID: 436 Comm: loader Not tainted 4.18.8-ubmc #24 | |
[ 2.387060] Hardware name: Generic DT based system | |
[ 2.396704] [<801098e8>] (unwind_backtrace) from [<80107000>] (show_stack+0x20/0x24) | |
[ 2.412225] [<80107000>] (show_stack) from [<805ae10c>] (dump_stack+0x20/0x28) | |
[ 2.426687] [<805ae10c>] (dump_stack) from [<80114a2c>] (panic+0xd8/0x280) | |
[ 2.440451] [<80114a2c>] (panic) from [<80117a68>] (do_exit+0x964/0x9a4) | |
[ 2.453878] [<80117a68>] (do_exit) from [<80117b44>] (do_group_exit+0x4c/0xc4) | |
[ 2.468340] [<80117b44>] (do_group_exit) from [<80122c68>] (get_signal+0x244/0x5dc) | |
[ 2.483663] [<80122c68>] (get_signal) from [<80106024>] (do_signal+0x80/0x48c) | |
[ 2.498134] [<80106024>] (do_signal) from [<80106638>] (do_work_pending+0xd8/0x100) | |
[ 2.513454] [<80106638>] (do_work_pending) from [<80101068>] (slow_work_pending+0xc/0x20) | |
[ 2.529790] Exception stack(0x865f7fb0 to 0x865f7ff8) | |
[ 2.539903] 7fa0: 024222ac 00000080 00000000 00000000 | |
[ 2.556258] 7fc0: 00000000 00000000 00000001 000000f0 024221e0 000000e0 02400620 00000005 | |
[ 2.572616] 7fe0: 00000000 02433f48 00035cd0 00065368 20000010 024222ac | |
[ 2.585845] Rebooting in 1 seconds.. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment