Created
June 14, 2014 23:11
-
-
Save neagix/e8fb5a849125dc7effec to your computer and use it in GitHub Desktop.
attempts at booting 3.15.y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot 2010.12-svn (Dec 21 2012 - 19:44:04) for Exynox4412 | |
CPU: S5PC220 [Samsung SOC on SMP Platform Base on ARM CortexA9] | |
APLL = 1000MHz, MPLL = 880MHz | |
DRAM: 2047 MiB | |
PMIC VERSION : 0x00, CHIP REV : 2 | |
TrustZone Enabled BSP | |
BL1 version: 20121128 | |
Checking Boot Mode ... SDMMC | |
MMC Device 0: 30223 MB | |
MMC Device 1 not found | |
ModeKey Check... run normal_boot | |
Net: No ethernet found. | |
Hit any key to stop autoboot: 0 | |
>>> Load Boot Script from mmc 0:1 <<< | |
Partition1: Start Address(0xc00), Size(0x40400) | |
reading boot.scr | |
Warning : Reads a file that is smaller than the cluster size. | |
305 bytes read | |
## Executing script at 40008000 | |
Partition1: Start Address(0xc00), Size(0x40400) | |
reading zImage | |
2158368 bytes read | |
Boot with zImage | |
Starting kernel ... | |
Uncompressing Linux... done, booting the kernel. | |
Error: unrecognized/unsupported machine ID (r1 = 0x000010c1). | |
Available machine support: | |
ID (hex) NAME | |
ffffffff SAMSUNG EXYNOS (Flattened Device Tree) | |
Please check your kernel config and/or bootloader. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment