Skip to content

Instantly share code, notes, and snippets.

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 dmacvicar/de59bc59af24c027ba03f623cdccf4ef to your computer and use it in GitHub Desktop.
Save dmacvicar/de59bc59af24c027ba03f623cdccf4ef to your computer and use it in GitHub Desktop.
Board test 11.05.2016
U-Boot 2016.05-rc3 (May 10 2016 - 07:43:53 +0000)

DRAM:  192 MiB
RPI Model B rev2 (0x4)
MMC:   bcm2835_sdhci: 0
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

In:    serial
Out:   lcd
Err:   lcd
Net:   Net Initialization Skipped
No ethernet found.
starting USB...
USB0:   Core Release: 2.80a
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
       scanning usb for ethernet devices... 1 Ethernet Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Scanning mmc 0:2...
Found U-Boot script /boot.scr
2845 bytes read in 48 ms (57.6 KiB/s)
## Executing script at 02000000
switch to partitions #0, OK
mmc0 is current device
4525632 bytes read in 567 ms (7.6 MiB/s)
46043463 bytes read in 4773 ms (9.2 MiB/s)
13210 bytes read in 148 ms (86.9 KiB/s)
Kernel image @ 0x1000000 [ 0x000000 - 0x450e40 ]
## Loading init Ramdisk from Legacy Image at 02100000 ...
   Image Name:   Initrd
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    46043399 Bytes = 43.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 00000100
   Booting using the fdt blob at 0x000100
   Using Device Tree in place at 00000100, end 00006499

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    2.832442] Initramfs unpacking failed: write error
[    3.519572] Failed to execute /init (error -2)
[    3.524310] Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Docu.
[    3.537637] CPU: 0 PID: 1 Comm: swapper Not tainted 4.3.3-5-raspberrypi #1
[    3.544608] Hardware name: BCM2708
[    3.548107] [<c0022cf4>] (unwind_backtrace) from [<c001eff0>] (show_stack+0x18/0x1c)
[    3.555973] [<c001eff0>] (show_stack) from [<c00f2a80>] (panic+0x80/0x204)
[    3.562960] [<c00f2a80>] (panic) from [<c05b1dcc>] (kernel_init+0xd0/0xf4)
[    3.569934] [<c05b1dcc>] (kernel_init) from [<c001a878>] (ret_from_fork+0x14/0x3c)
[    3.577605] Rebooting in 90 seconds..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment