Last active
August 5, 2019 15:33
-
-
Save bentech/70dc504d1f0b1ae004627aa6086480ad to your computer and use it in GitHub Desktop.
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 SPL 2019.04-armbian (Jul 05 2019 - 22:09:24 +0200) | |
DRAM: 256 MiB | |
Trying to boot from MMC2 | |
U-Boot 2019.04-armbian (Jul 05 2019 - 22:09:24 +0200) Allwinner Technology | |
CPU: Allwinner H3 (SUN8I 1680) | |
Model: FriendlyARM NanoPi NEO | |
DRAM: 256 MiB | |
MMC: mmc@1c0f000: 0, mmc@1c11000: 1 | |
Loading Environment from EXT4... MMC: no card present | |
In: serial | |
Out: serial | |
Err: serial | |
Net: phy interface0 | |
Error: ethernet@1c30000 address not set. | |
eth-1: ethernet@1c30000 | |
starting USB... | |
USB0: USB EHCI 1.00 | |
USB1: USB OHCI 1.0 | |
USB2: USB EHCI 1.00 | |
USB3: USB OHCI 1.0 | |
scanning bus 0 for devices... 1 USB Device(s) found | |
scanning bus 1 for devices... 1 USB Device(s) found | |
scanning bus 2 for devices... Device NOT ready | |
Request Sense returned 02 3A 00 | |
2 USB Device(s) found | |
scanning bus 3 for devices... 1 USB Device(s) found | |
scanning usb for storage devices... 0 Storage Device(s) found | |
Autoboot in 1 seconds, press <Space> to stop | |
switch to partitions #0, OK | |
mmc1(part 0) is current device | |
Scanning mmc 1:1... | |
Found U-Boot script /boot/boot.scr | |
3798 bytes read in 1 ms (3.6 MiB/s) | |
## Executing script at 43100000 | |
U-boot loaded from eMMC or secondary SD | |
MMC: no card present | |
Boot script loaded from mmc | |
230 bytes read in 1 ms (224.6 KiB/s) | |
6745970 bytes read in 516 ms (12.5 MiB/s) | |
7494704 bytes read in 575 ms (12.4 MiB/s) | |
Found mainline kernel configuration | |
29431 bytes read in 8 ms (3.5 MiB/s) | |
504 bytes read in 7 ms (70.3 KiB/s) | |
Applying kernel provided DT overlay sun8i-h3-usbhost1.dtbo | |
504 bytes read in 6 ms (82 KiB/s) | |
Applying kernel provided DT overlay sun8i-h3-usbhost2.dtbo | |
4155 bytes read in 6 ms (675.8 KiB/s) | |
Applying kernel provided DT fixup script (sun8i-h3-fixup.scr) | |
## Executing script at 44000000 | |
## Loading init Ramdisk from Legacy Image at 43300000 ... | |
Image Name: uInitrd | |
Image Type: ARM Linux RAMDisk Image (gzip compressed) | |
Data Size: 6745906 Bytes = 6.4 MiB | |
Load Address: 00000000 | |
Entry Point: 00000000 | |
Verifying Checksum ... OK | |
## Flattened Device Tree blob at 43000000 | |
Booting using the fdt blob at 0x43000000 | |
EHCI failed to shut down host controller. | |
Loading Ramdisk to 49991000, end 49ffff32 ... OK | |
Loading Device Tree to 49921000, end 49990fff ... OK | |
Starting kernel ... | |
Uncompressing Linux... done, booting the kernel. | |
Loading, please wait... | |
Starting version 241 | |
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 ... Scanning for Btrfs filesystems | |
done. | |
Begin: Will now check root file system ... fsck from util-linux 2.33.1 | |
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p1] fsck.ext4 -a -C0 /dev/mmcblk1p1 | |
/dev/mmcblk1p1: clean, 46101/233856 files, 314520/934256 blocks | |
done. | |
done. | |
Begin: Running /scripts/local-bottom ... done. | |
Begin: Running /scripts/init-bottom ... done. | |
Welcome to Debian GNU/Linux 10 (buster)! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment