Power & Source of Big Ideas

NanoPi Neo Core 2 not booting.

Moderators: chensy, FATechsupport

Hi,

I just received the NanoPi Neo Core2 with the mini shield.
I put the file nanopi-neo-core2_FriendlyCore-Xenial_4.14.0_20171208 on the SD card, but the kernel refuses to start.

The step-by-step execution of the boot script shows this:

Code: Select all

U-Boot SPL 2017.11 (Dec 08 2017 - 16:40:54)
DRAM: 1024 MiB(504MHz)
CPU Freq: 408MHz
Trying to boot from MMC1
NOTICE:  BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000)
NOTICE:  Configuring SPC Controller
NOTICE:  BL3-1: v1.0(debug):0fc0ec6
NOTICE:  BL3-1: Built : 16:40:53, Dec  8 2017
INFO:    BL3-1: Initializing runtime services
INFO:    BL3-1: Preparing for EL3 exit to normal world
INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9


U-Boot 2017.11 (Dec 08 2017 - 16:40:54 +0800) Allwinner Technology

CPU:   Allwinner H5 (SUN50I)
Model: FriendlyElec NanoPi H5
DRAM:  1 GiB
Sy8106a: 1200mv
CPU Freq: 1008MHz
MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
SID: 82800001-24004704-24004704-5035c120
BOARD: nanopi-neo-core2
starting USB...
No controllers found
Hit any key to stop autoboot:  0
=> setenv fsck.repair yes
=> setenv ramdisk rootfs.cpio.gz
=> setenv kernel Image
=>
=> setenv env_addr 0x45000000
=> setenv kernel_addr 0x46000000
=> setenv ramdisk_addr 0x47000000
=> setenv dtb_addr 0x48000000
=> fatload mmc 0 ${kernel_addr} ${kernel}
reading Image
12935176 bytes read in 575 ms (21.5 MiB/s)
=> fatload mmc 0 ${ramdisk_addr} ${ramdisk}
reading rootfs.cpio.gz
4508371 bytes read in 214 ms (20.1 MiB/s)
=> fatload mmc 0 ${dtb_addr} sun50i-h5-${board}.dtb
reading sun50i-h5-nanopi-neo-core2.dtb
24411 bytes read in 26 ms (916 KiB/s)
=> fdt addr ${dtb_addr}
=> fdt set ethernet0 local-mac-address ${mac_node}
=> fdt set mmc${boot_mmc} boot_device <1>
=> setenv fbcon map:0
=> setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=${fsck.repair} panic=10 ${extra} fbcon=${fbcon}
=> booti ${kernel_addr} ${ramdisk_addr}:500000 ${dtb_addr}

After that nothing happens.

The environment variables are :

Code: Select all

arch=arm
baudrate=115200
board=nanopi-neo-core2
board_name=sunxi
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf
boot_mmc=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_targets=fel mmc_auto usb0 pxe dhcp
bootcmd=run distro_bootcmd
bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
bootcmd_mmc0=setenv devnum 0; run mmc_boot
bootcmd_mmc1=setenv devnum 1; run mmc_boot
bootcmd_mmc_auto=run bootcmd_mmc0
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_usb0=setenv devnum 0; run usb_boot
bootdelay=2
bootm_size=0xa000000
console=ttyS0,115200
cpu=h5
dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
dtb_addr=0x48000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
env_addr=0x45000000
ethaddr=02:01:fd:09:58:21
fdt_addr_r=0x4FA00000
fdtcontroladdr=79f26778
fdtfile=allwinner/sun50i-h5-nanopi-neo2.dtb
fsck.repair=yes
kernel=Image
kernel_addr=0x46000000
kernel_addr_r=0x40080000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
mac_node=[2 1 fd 9 58 21]
mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi
mmc_bootdev=0
preboot=usb start
pxefile_addr_r=0x4FD00000
ramdisk=rootfs.cpio.gz
ramdisk_addr=0x47000000
ramdisk_addr_r=0x4FE00000
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x4FC00000
serial#=82800001fd095821
soc=sunxi
stderr=serial,vidconsole
stdin=serial,usbkbd
stdout=serial,vidconsole
usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi
wifi_mac_node=[2 21 58 9 fd 1]




Did I miss something?

Thanks, Franck.
*** update ***

Using the NanoPi Neo Core 2, without the mini shield, the kernel starts but does not succeed.

I use USB Serial conversion as console and power supply.

Code: Select all

U-Boot SPL 2017.11 (Dec 01 2017 - 14:36:52)
DRAM: 1024 MiB(504MHz)
CPU Freq: 408MHz
Trying to boot from MMC2
NOTICE:  BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000)
NOTICE:  Configuring SPC Controller
NOTICE:  BL3-1: v1.0(debug):aa75c8d
NOTICE:  BL3-1: Built : 18:00:27, Nov 30 2017
INFO:    BL3-1: Initializing runtime services
INFO:    BL3-1: Preparing for EL3 exit to normal world
INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
U-Boot 2017.11 (Dec 01 2017 - 14:36:52 +0800) Allwinner Technology
CPU:   Allwinner H5 (SUN50I)
Model: FriendlyElec NanoPi H5
DRAM:  1 GiB
CPU Freq: 1008MHz
MMC:   SUNXI SD/MMC: 1, SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
BOARD: nanopi-neo-core2
starting USB...
No controllers found
Hit any key to stop autoboot:  0
MMC: no card present
mmc_init: -123, time 2
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
reading /boot.scr
850 bytes read in 19 ms (43 KiB/s)
## Executing script at 4fc00000
reading Image
12935176 bytes read in 546 ms (22.6 MiB/s)
reading rootfs.cpio.gz
4508371 bytes read in 204 ms (21.1 MiB/s)
reading sun50i-h5-nanopi-neo-core2.dtb
24711 bytes read in 26 ms (927.7 KiB/s)
## Flattened Device Tree blob at 48000000
   Booting using the fdt blob at 0x48000000
   Loading Ramdisk to 49b00000, end 4a000000 ... OK
   Loading Device Tree to 0000000049af6000, end 0000000049aff086 ... OK
Starting kernel ...
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.0 (root@wwd) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02)) #70 SMP Fri Dec 1 12:15:35 CST 2017
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] Machine model: FriendlyElec NanoPi-NEO-Core2
[    0.000000] cma: Reserved 16 MiB at 0x000000007f000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv0.2 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 21 pages/cpu @ffff80003ef7b000 s46360 r8192 d31464 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10 fbcon=map:0
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
[    0.000000] log_buf_len min size: 16384 bytes
[    0.000000] log_buf_len: 32768 bytes
[    0.000000] early log buf free: 14784(90%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Memory: 995456K/1048576K available (8574K kernel code, 664K rwdata, 2892K rodata, 448K init, 412K bss, 36736K reserved, 16384K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffff000000000000 - 0xffff000008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000   (129022 GB)
[    0.000000]       .text : 0xffff000008080000 - 0xffff0000088e0000   (  8576 KB)
[    0.000000]     .rodata : 0xffff0000088e0000 - 0xffff000008bc0000   (  2944 KB)
[    0.000000]       .init : 0xffff000008bc0000 - 0xffff000008c30000   (   448 KB)
[    0.000000]       .data : 0xffff000008c30000 - 0xffff000008cd6008   (   665 KB)
[    0.000000]        .bss : 0xffff000008cd6008 - 0xffff000008d3d2c0   (   413 KB)
[    0.000000]     fixed   : 0xffff7dfffe7fd000 - 0xffff7dfffec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffff7e0000000000 - 0xffff800000000000   (  2048 GB maximum)
[    0.000000]               0xffff7e0000000000 - 0xffff7e0001000000   (    16 MB actual)
[    0.000000]     memory  : 0xffff800000000000 - 0xffff800040000000   (  1024 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000132] Console: colour dummy device 80x25
[    0.000159] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.000169] pid_max: default: 32768 minimum: 301
[    0.000264] Security Framework initialized
[    0.000274] AppArmor: AppArmor disabled by boot time parameter
[    0.000321] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000336] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.001464] ASID allocator initialised with 65536 entries
[    0.001525] Hierarchical SRCU implementation.
[    0.001868] smp: Bringing up secondary CPUs ...
[    0.002915] Detected VIPT I-cache on CPU1
[    0.002969] CPU1: Booted secondary processor [410fd034]
[    0.003641] Detected VIPT I-cache on CPU2
[    0.003665] CPU2: Booted secondary processor [410fd034]
[    0.004334] Detected VIPT I-cache on CPU3
[    0.004355] CPU3: Booted secondary processor [410fd034]
[    0.004408] smp: Brought up 1 node, 4 CPUs
[    0.004425] SMP: Total of 4 processors activated.
[    0.004432] CPU features: detected feature: 32-bit EL0 Support
[    0.004532] CPU: All CPU(s) started at EL2
[    0.004550] alternatives: patching kernel code
[    0.005439] devtmpfs: initialized
[    0.009628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.009648] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.010353] pinctrl core: initialized pinctrl subsystem
[    0.010995] NET: Registered protocol family 16
[    0.011788] cpuidle: using governor menu
[    0.012364] vdso: 2 pages (1 code @ ffff0000088e6000, 1 data @ ffff000008c34000)
[    0.012379] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.013216] DMA: preallocated 256 KiB pool for atomic allocations
[    0.013278] Serial: AMBA PL011 UART driver
[    0.023209] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.024056] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/pinctrl@01c20800/gmac_power_pin@0, deferring probe
[    0.024403] gpio-regulator gpio-regulator: could not find pctldev for node /soc/pinctrl@01f02c00/regulator_pins@0, deferring probe
[    0.024711] SCSI subsystem initialized
[    0.024864] usbcore: registered new interface driver usbfs
[    0.024894] usbcore: registered new interface driver hub
[    0.024939] usbcore: registered new device driver usb
[    0.025139] pps_core: LinuxPPS API ver. 1 registered
[    0.025144] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.025158] PTP clock support registered
[    0.025373] Advanced Linux Sound Architecture Driver Initialized.
[    0.026404] clocksource: Switched to clocksource arch_sys_counter
[    0.026623] VFS: Disk quotas dquot_6.6.0
[    0.026685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.026792] FS-Cache: Loaded
[    0.026950] CacheFiles: Loaded
[    0.031826] NET: Registered protocol family 2
[    0.032243] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.032318] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.032496] TCP: Hash tables configured (established 8192 bind 8192)
[    0.032628] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.032657] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.032826] NET: Registered protocol family 1
[    0.033179] RPC: Registered named UNIX socket transport module.
[    0.033184] RPC: Registered udp transport module.
[    0.033189] RPC: Registered tcp transport module.
[    0.033193] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.033405] Unpacking initramfs...
[    0.227734] Initramfs unpacking failed: junk in compressed archive
[    0.231405] Freeing initrd memory: 5120K
[    0.235326] audit: initializing netlink subsys (disabled)
[    0.235443] audit: type=2000 audit(0.232:1): state=initialized audit_enabled=0 res=1
[    0.235678] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.240883] FS-Cache: Netfs 'nfs' registered for caching
[    0.241272] NFS: Registering the id_resolver key type
[    0.241298] Key type id_resolver registered
[    0.241302] Key type id_legacy registered
[    0.241314] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.241320] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.245911] NET: Registered protocol family 38
[    0.246168] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.246252] io scheduler noop registered
[    0.246257] io scheduler deadline registered
[    0.246467] io scheduler cfq registered (default)
[    0.246473] io scheduler mq-deadline registered
[    0.246479] io scheduler kyber registered
[    0.247019] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[    0.248588] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    0.251046] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.256900] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.257823] console [ttyS0] disabled
[    0.277951] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 31, base_baud = 1500000) is a U6_16550A
[    1.028686] console [ttyS0] enabled
[    1.054508] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 32, base_baud = 1500000) is a U6_16550A
[    1.085641] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 33, base_baud = 1500000) is a U6_16550A
[    1.116767] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 34, base_baud = 1500000) is a U6_16550A
[    1.127608] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.134220] [drm] No driver support for vblank timestamp query.
[    1.147050] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[    1.154532] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[    1.162362] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[    1.290468] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    1.300215] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.307864] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops)
[    1.315292] [drm] Cannot find any crtc or sizes - going 1920x1080
[    1.356672] Console: switching to colour frame buffer device 240x67
[    1.389982] sun4i-drm display-engine: fb0:  frame buffer device
[    1.396203] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    1.404846] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.415068] loop: module loaded
[    1.419857] libphy: Fixed MDIO Bus: probed
[    1.424559] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[    1.430803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.437328] ehci-platform: EHCI generic platform driver
[    1.442676] ehci-platform 1c1a000.usb: EHCI Host Controller
[    1.448263] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    1.456346] ehci-platform 1c1a000.usb: irq 13, io mem 0x01c1a000
[    1.474411] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    1.481077] hub 1-0:1.0: USB hub found
[    1.484867] hub 1-0:1.0: 1 port detected
[    1.489353] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.495557] ohci-platform: OHCI generic platform driver
[    1.500936] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    1.507560] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    1.515492] ohci-platform 1c1a400.usb: irq 14, io mem 0x01c1a400
[    1.582933] hub 2-0:1.0: USB hub found
[    1.586709] hub 2-0:1.0: 1 port detected
[    1.591211] usbcore: registered new interface driver uas
[    1.596584] usbcore: registered new interface driver usb-storage
[    1.603042] mousedev: PS/2 mouse device common for all mice
[    1.608961] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[    1.615749] sun6i-rtc 1f00000.rtc: RTC enabled
[    1.620232] i2c /dev entries driver
[    1.627413] thermal thermal_zone0: failed to read out thermal zone (-16)
[    1.637008] thermal thermal_zone0: failed to read out thermal zone (-16)
[    1.644047] sdhci: Secure Digital Host Controller Interface driver
[    1.650234] sdhci: Copyright(c) Pierre Ossman
[    1.654616] Synopsys Designware Multimedia Card Interface Driver
[    1.661929] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    1.708063] sunxi-mmc 1c0f000.mmc: base:0xffff000008d8d000 irq:10
[    1.755928] sunxi-mmc 1c11000.mmc: base:0xffff000008d9d000 irq:11
[    1.763549] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.773595] ledtrig-cpu: registered to indicate activity on CPUs
[    1.781716] hidraw: raw HID events driver (C) Jiri Kosina



Do you have an idea ?
or is my card defective?

Thanks
Franck.mh wrote:
Hi,

I just received the NanoPi Neo Core2 with the mini shield.
I put the file nanopi-neo-core2_FriendlyCore-Xenial_4.14.0_20171208 on the SD card, but the kernel refuses to start.
Did I miss something?


I do use my NanoPi Neo Core2 (plus Mini-Shield) with the armbian image of the NanoPi Neo2:
https://dl.armbian.com/nanopineo2/night ... 4.13.14.7z

With this image you could check your hardware (only no access to the eMMC, because the Neo2 hasnt eMMC).

Your uSD Card can be tested with the tool hw2test from the URL
https://www.heise.de/download/product/h2testw-50539
thank you very much Guidol

I will test this image on my board tonight.
Armbian image works fine !!

Thanks Guidol
Franck.mh wrote:
Armbian image works fine !!
Thanks Guidol

today I did give the NanoPi Neo Plus2 image a try on the NanoPi Neo Core2 (against the tested NanoPi Neo2) image and today the NanoPi Neo Plus2 image of armbian did boot including eMMC support on the NanoPi Neo Core2 :)

The acutal (today) nightly is named:
Armbian_5.38.180128_Nanopineoplus2_Debian_stretch_next_4.14.15
Oh great ! Thank you very much for this information. :D

Who is online

In total there are 4 users online :: 0 registered, 0 hidden and 4 guests (based on users active over the past 5 minutes)
Most users ever online was 5185 on Wed Jan 22, 2020 1:44 pm

Users browsing this forum: No registered users and 4 guests