Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertCNelson/98f6d237c6ae7a9bea108c1e4af00594 to your computer and use it in GitHub Desktop.
Save RobertCNelson/98f6d237c6ae7a9bea108c1e4af00594 to your computer and use it in GitHub Desktop.
bbgw
U-Boot SPL 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15)
Trying to boot from MMC
bad magic
U-Boot 2016.03-00001-gd12d09f (Mar 17 2016 - 16:16:15 -0500), Build: jenkins-github_Bootloader-Builder-351
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
Could not get PHY for cpsw: addr 0
cpsw, usb_ether
Press SPACE to abort autoboot in 2 seconds
Card did not respond to voltage select!
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
Card did not respond to voltage select!
Card did not respond to voltage select!
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1: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
mmc1(part 0) 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
1185 bytes read in 15 ms (77.1 KiB/s)
Loaded environment from /boot/uEnv.txt
Checking if uname_r is set in /boot/uEnv.txt...
gpio: pin 56 (gpio 56) value is 1
Running uname_boot ...
loading /boot/vmlinuz-4.4.9-ti-r25 ...
7833256 bytes read in 445 ms (16.8 MiB/s)
loading /boot/dtbs/4.4.9-ti-r25/am335x-bonegreen-wireless.dtb ...
61860 bytes read in 47 ms (1.3 MiB/s)
loading /boot/initrd.img-4.4.9-ti-r25 ...
4727968 bytes read in 276 ms (16.3 MiB/s)
debug: [console=ttyO0,115200n8 root=UUID=3e20a2fa-d7fa-4b9a-8eba-cd7c5ba22fbe ro rootfstype=ext4 rootwait coherent_pool=1M quiet cape_universal=enable] ...
debug: [bootz 0x82000000 0x88080000:4824a0 0x88000000] ...
Kernel image @ 0x82000000 [ 0x000000 - 0x7786a8 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8fb7d000, end 8ffff4a0 ... OK
Loading Device Tree to 8fb6a000, end 8fb7c1a3 ... OK
Starting kernel ...
[ 2.001060] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 2.145550] omap_voltage_late_init: Voltage driver support not added
[ 2.153082] PM: Cannot get wkup_m3_ipc handle
[ 2.273640] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.317592] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.362837] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.405602] bone_capemgr bone_capemgr: slot #3: No cape found
Loading, please wait...
/init: line 15: mount: not found
/init: line 16: mount: not found
/init: line 29: mount: not found
W: devtmpfs not available, falling back to tmpfs for /dev
/init: line 29: mount: not found
/init: line 31: mount: not found
/init: line 32: mount: not found
cat: can't open '/proc/cmdline': No such file or directory
cat: can't open '/proc/cmdline': No such file or directory
Failed to read /proc/cmdline. Ignoring: No such file or directory
Failed to read /proc/cmdline, ignoring: No such file or directory
Failed to read /proc/cmdline. Ignoring: No such file or directory
Failed to read /proc/cmdline. Ignoring: No such file or directory
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Failed to read /proc/cmdline. Ignoring: No such file or directory
Begin: Will now check file system ... fsck from util-linux 2.25.2
Checking all file systems.
done.
/init: line 227: mount: not found
done.
Target filesystem doesn't have requested /sbin/init.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... Failed to read /proc/cmdline. Ignoring: No such file or directory
/scripts/init-bottom/udev: line 18: mount: not found
done.
/init: line 298: mv: not found
/init: line 298: mv: not found
/init: line 298: umount: not found
chvt: can't open console
No init found. Try passing init= bootarg.
BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
debian@beaglebone:/boot$ uname -r
4.4.11-ti-r29.1
-rwxr-xr-x 1 root root 7.5M May 30 17:51 vmlinuz-4.4.11-ti-r29.1
debian@beaglebone:~/disk$ ls -lh boot/
total 16M
-rw-r--r-- 1 root root 141K May 5 23:18 config-4.4.9-ti-r25
drwxr-xr-x 3 root root 4.0K May 27 14:56 dtbs
-rw-r--r-- 1 root root 4.6M May 27 15:04 initrd.img-4.4.9-ti-r25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment