Skip to content

Instantly share code, notes, and snippets.

@blino
Created February 1, 2016 14:30
Show Gist options
  • Save blino/1770f2d81c8ad522d913 to your computer and use it in GitHub Desktop.
Save blino/1770f2d81c8ad522d913 to your computer and use it in GitHub Desktop.
Raspberry Pi 2 boot with u-boot and vanilla Linux 4.5-rc1
switch to partitions #0, OK [29/23524mmc0 is current device
reading vmlinuz-4.5-rc1
4083568 bytes read in 5285 ms (753.9 KiB/s)
reading bcm2836-rpi-2-b.dtb
5323 bytes read in 62 ms (83 KiB/s)
Kernel image @ 0x1000000 [ 0x000000 - 0x3e4f70 ]
## Flattened Device Tree blob at 00000100
Booting using the fdt blob at 0x000100
Loading Device Tree to 3ab42000, end 3ab464ca ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Linux version 4.5.0-rc1+ (blino@harmonia.blino.org) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG hg+-c65fcf8a34b7) ) #43 SMP
Mon Feb 1 03:32:17 CET 2016
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] BUG: mapping for 0x3f201000 at 0xf0201000 out of vmalloc space
[ 0.000000] Unable to handle kernel paging request at virtual address fab42000
[ 0.000000] pgd = c0004000
[ 0.000000] [fab42000] *pgd=00000000
[ 0.000000] Internal error: Oops: 5 [#1] SMP ARM
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.5.0-rc1+ #43
[ 0.000000] Hardware name: BCM2835
[ 0.000000] task: c0847d40 ti: c0842000 task.ti: c0842000
[ 0.000000] PC is at fdt_check_header+0xc/0x84
[ 0.000000] LR is at __unflatten_device_tree+0xe0/0x244
[ 0.000000] pc : [<c05c196c>] lr : [<c03f5074>] psr: 600000d3
[ 0.000000] sp : c0843ef0 ip : c0843f00 fp : c0843efc
[ 0.000000] r10: efffc300 r9 : c0954afc r8 : c0859398
[ 0.000000] r7 : c07f9774 r6 : c08ae140 r5 : fab42000 r4 : c08aaa08
[ 0.000000] r3 : 00000000 r2 : c07f9774 r1 : c0954afc r0 : fab42000
[ 0.000000] Flags: nZCv IRQs off FIQs off Mode SVC_32 ISA ARM Segment none
[ 0.000000] Control: 10c5387d Table: 0000406a DAC: 00000051
[ 0.000000] Process swapper (pid: 0, stack limit = 0xc0842210)
[ 0.000000] Stack: (0xc0843ef0 to 0xc0844000)
[ 0.000000] 3ee0: c0843f3c c0843f00 c03f5074 c05c196c
[ 0.000000] 3f00: ffffffff c0900000 c0000000 c0812430 00000900 c002ab78 c07f9774 c0812430
[ 0.000000] 3f20: c08ae140 c0848f74 c0859398 c0847a00 c0843f54 c0843f40 c07fa610 c03f4fa0
[ 0.000000] 3f40: 00000000 c08443d0 c0843fac c0843f58 c07caa28 c07fa5f8 ffffffff 10c5387d
[ 0.000000] 3f60: c0843f84 c0843f70 c006bf70 c006b854 c06cdf54 c0843fa4 c0843f9c c0843f88
[ 0.000000] 3f80: c00e2b70 00000000 c0843fc4 c0818a2c 00000001 c08443c0 410fc075 00000000
[ 0.000000] 3fa0: c0843ff4 c0843fb0 c07c7a38 c07ca30c 00000000 00000000 00000000 00000000
[ 0.000000] 3fc0: 00000000 c0818a30 00000000 c08ae294 c0844474 c0818a2c c0849084 0000406a
[ 0.000000] 3fe0: 410fc075 00000000 00000000 c0843ff8 0000807c c07c7970 00000000 00000000
[ 0.000000] [<c05c196c>] (fdt_check_header) from [<c03f5074>] (__unflatten_device_tree+0xe0/0x244)
[ 0.000000] [<c03f5074>] (__unflatten_device_tree) from [<c07fa610>] (unflatten_device_tree+0x24/0x3c)
[ 0.000000] [<c07fa610>] (unflatten_device_tree) from [<c07caa28>] (setup_arch+0x728/0xa00)
[ 0.000000] [<c07caa28>] (setup_arch) from [<c07c7a38>] (start_kernel+0xd4/0x438)
[ 0.000000] [<c07c7a38>] (start_kernel) from [<0000807c>] (0x807c)
[ 0.000000] Code: e12fff1e e1a0c00d e92dd800 e24cb004 (e5903000)
[ 0.000000] ---[ end trace f24b6c88ae00fa9a ]---
[ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment