Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Last active January 7, 2016 08:19
Show Gist options
  • Select an option

  • Save RobertCNelson/a6692778790581cbac6a to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/a6692778790581cbac6a to your computer and use it in GitHub Desktop.
bbb boot times
U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
I2C: ready
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
U-Boot#
1
U-Boot SPL 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06)
U-Boot 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06), Build: jenkins-github_Bootloader-Builder-105
Watchdog enabled
I2C: ready
DRAM: 512 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment
Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot: 0
U-Boot#
[0.000001 0.000001] 1
[0.668866 0.668865] U-Boot SPL 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06)
[2.367168 1.698302]
[2.367221 0.000053]
[2.368138 0.000917] U-Boot 2015.01-00001-gb2412df (Jan 29 2015 - 15:01:06), Build: jenkins-github_Bootloader-Builder-105
[2.376218 0.008080]
[2.377128 0.000910] Watchdog enabled
[2.379139 0.002011] I2C: ready
[2.433138 0.053999] DRAM: 512 MiB
[2.787103 0.353965] MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
[2.790171 0.003068] Using default environment
[2.793089 0.002918]
[2.877084 0.083995] Net: <ethaddr> not set. Validating first E-fuse MAC
[2.933067 0.055983] cpsw
[2.935035 0.001968] Hit any key to stop autoboot: 0
[0.000001 0.000001]
[0.000065 0.000064] U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
[0.330921 0.330856] reading args
[0.335896 0.004975] spl_load_image_fat_os: error reading image args, err - -1
[0.340946 0.005050] reading u-boot.img
[0.344895 0.003949] reading u-boot.img
[0.389909 0.045014]
[0.389949 0.000040]
[0.390869 0.000920] U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
[0.395878 0.005009]
[0.395916 0.000038] I2C: ready
[0.448906 0.052990] DRAM: 512 MiB
[0.785701 0.336795] NAND: 0 MiB
[0.877802 0.092101] MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
[0.881720 0.003918] *** Warning - readenv() failed, using default environment
[0.886744 0.005024]
[0.969675 0.082931] Net: <ethaddr> not set. Validating first E-fuse MAC
[1.025670 0.055995] cpsw, usb_ether
[1.027672 0.002002] Hit any key to stop autoboot: 0
@FourierSignal
Copy link

I am facing an issue , when compiled linux-4.3.3 for beagle bone , It is not booting with this compiled Image but a default Image on the board. What is the reason for this ?? How to solve this

Starting kernel ...
U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
I2C: ready
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment
Net: not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
gpio: pin 53 (gpio 53) value is 1

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