Skip to content

Instantly share code, notes, and snippets.

@zachjacobs
Created February 1, 2016 17:36
Show Gist options
  • Save zachjacobs/7f7d1d6f9bf3c8e424f9 to your computer and use it in GitHub Desktop.
Save zachjacobs/7f7d1d6f9bf3c8e424f9 to your computer and use it in GitHub Desktop.

Revisions

  1. zachjacobs created this gist Feb 1, 2016.
    205 changes: 205 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,205 @@
    U-Boot SPL 2016.01-00001-g4eb802e (Jan 13 2016 - 11:14:31)
    Trying to boot from MMC
    bad magic


    U-Boot 2016.01-00001-g4eb802e (Jan 13 2016 - 11:14:31 -0600), Build: jenkins-github_Bootloader-Builder-313

    Watchdog enabled
    I2C: ready
    DRAM: 512 MiB
    Reset Source: Power-on reset has occurred.
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Using default environment

    Net: <ethaddr> not set. Validating first E-fuse MAC
    cpsw, usb_ether
    Press SPACE to abort autoboot in 2 seconds
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    gpio: pin 56 (gpio 56) value is 0
    gpio: pin 55 (gpio 55) value is 0
    gpio: pin 54 (gpio 54) value is 0
    gpio: pin 53 (gpio 53) value is 1
    switch to partitions #0, OK
    mmc0 is current device
    gpio: pin 54 (gpio 54) value is 1
    Checking for: /uEnv.txt ...
    Checking for: /boot.scr ...
    Checking for: /boot/boot.scr ...
    Checking for: /boot/uEnv.txt ...
    gpio: pin 55 (gpio 55) value is 1
    609 bytes read in 46 ms (12.7 KiB/s)
    Loaded environment from /boot/uEnv.txt
    Using: dtb=am335x-bone-ttyO4.dtb ...
    Checking if uname_r is set in /boot/uEnv.txt...
    gpio: pin 56 (gpio 56) value is 1
    Running uname_boot ...
    loading /boot/vmlinuz-3.14.51-ti-r74 ...
    7162216 bytes read in 442 ms (15.5 MiB/s)
    loading /boot/dtbs/3.14.51-ti-r74/am335x-bone-ttyO4.dtb ...
    85336 bytes read in 181 ms (460 KiB/s)
    loading /boot/initrd.img-3.14.51-ti-r74 ...
    3649084 bytes read in 271 ms (12.8 MiB/s)
    debug: [console=ttyO0,115200n8 root=UUID=3080520f-6fe1-4b63-9705-9e55d1916784 ro rootfstype=ext4 rootwait coherent_pool=1M quiet] ...
    debug: [bootz 0x82000000 0x88080000:37ae3c 0x88000000] ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x6d4968 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8fc85000, end 8ffffe3c ... OK
    Loading Device Tree to 8fc6d000, end 8fc84d57 ... OK

    Starting kernel ...

    [ 0.000411] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000419] This ensures that you still see kernel messages. Please
    [ 0.000427] update your kernel commandline.
    [ 2.815048] musb-hdrc musb-hdrc.0.auto: Failed to request rx1.
    [ 2.821013] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
    [ 2.894895] musb-hdrc musb-hdrc.1.auto: Failed to request rx1.
    [ 2.900847] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
    [ 2.949716] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
    [ 2.973459] cpu cpu0: cpu0 clock notifier not ready, retry
    [ 2.982764] Error: Driver 'tfp410' is already registered, aborting...
    Loading, please wait...
    fsck from util-linux 2.25.2
    rootfs: Superblock needs_recovery flag is clear, but journal has data.
    rootfs: Run journal anyway

    rootfs: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
    (i.e., without -a or -p options)
    fsck exited with status code 4
    The root filesystem on /dev/mmcblk0p1 requires a manual fsck
    (initramfs) fsck
    fsck from util-linux 2.25.2
    (initramfs) fsck /dev/mmcblk0p1
    fsck from util-linux 2.25.2
    e2fsck 1.42.12 (29-Aug-2014)
    Superblock needs_recovery flag is clear, but journal has data.
    Run journal anyway<y>? yes
    rootfs: recovering journal
    [ 79.765386] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.330747] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.485317] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.538341] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.570864] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.602851] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.634907] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.666579] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.675530] end_request: I/O error, dev mmcblk0, sector 8458120
    [ 82.681481] Buffer I/O error on device mmcblk0p1, logical block 1057009
    [ 82.688201] end_request: I/O error, dev mmcblk0, sector 8458128
    [ 82.694170] Buffer I/O error on device mmcblk0p1, logical block 1057010
    [ 82.700847] end_request: I/O error, dev mmcblk0, sector 8458136
    [ 82.706814] Buffer I/O error on device mmcblk0p1, logical block 1057011
    [ 82.713510] end_request: I/O error, dev mmcblk0, sector 8458144
    [ 82.719456] Buffer I/O error on device mmcblk0p1, logical block 1057012
    [ 82.726150] end_request: I/O error, dev mmcblk0, sector 8458152
    [ 82.732097] Buffer I/O error on device mmcblk0p1, logical block 1057013
    [ 82.738789] end_request: I/O error, dev mmcblk0, sector 8458160
    [ 82.744756] Buffer I/O error on device mmcblk0p1, logical block 1057014
    [ 82.751431] end_request: I/O error, dev mmcblk0, sector 8458168
    [ 82.757396] Buffer I/O error on device mmcblk0p1, logical block 1057015
    [ 82.764087] end_request: I/O error, dev mmcblk0, sector 8458176
    [ 82.770034] Buffer I/O error on device mmcblk0p1, logical block 1057016
    [ 82.776728] end_request: I/O error, dev mmcblk0, sector 8458184
    [ 82.782694] Buffer I/O error on device mmcblk0p1, logical block 1057017
    [ 82.789368] end_request: I/O error, dev mmcblk0, sector 8458192
    [ 82.795333] Buffer I/O error on device mmcblk0p1, logical block 1057018
    [ 82.839444] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.868168] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.896377] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.924745] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.953573] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 82.982357] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.011966] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.040563] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.069228] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.097785] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.126719] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.155326] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.185261] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.214510] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.243502] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.272780] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.301792] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.330900] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.359504] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.387598] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.416269] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.444874] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.473510] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.502093] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.531731] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.560307] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.588958] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.617563] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.646256] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.674851] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.704455] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.733067] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.761753] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.790158] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.817810] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.845677] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.875917] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.904287] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.932947] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.961551] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 83.990256] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.018873] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.059762] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.089031] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.118570] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.147866] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.177274] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.206552] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.239646] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.268359] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.296383] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.324901] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.354831] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.383580] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.414499] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.443469] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.472868] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.502158] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.531487] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.560801] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.591163] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.620529] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.649909] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.679235] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.708645] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.737769] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.780465] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.808345] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.837243] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.866199] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.894940] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 84.923619] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    Superblock needs_recovery flag is clear, but journal has data.
    Run journal anyway<y>? yes
    [ 90.211111] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.239707] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.268463] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.297084] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.325946] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.354616] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.363572] end_request: I/O error, dev mmcblk0, sector 58984448
    [ 90.369617] Buffer I/O error on device mmcblk0p1, logical block 7372800
    fsck.ext4: unable to set superblock flags on rootfs

    [ 90.532968] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.561324] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.590109] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.618571] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.646262] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.674117] mmcblk0: mmc_blk_err_check: general error sending status command, card status 0x80900
    [ 90.683063] end_request: I/O error, dev mmcblk0, sector 58984448
    [ 90.689102] Buffer I/O error on device mmcblk0p1, logical block 7372800

    rootfs: ********** WARNING: Filesystem still has errors **********

    (initramfs)