Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD on ODROID-XU4 can not boot!



Hello,

I built NetBSD-current kernel for ODROID-XU4,
but it did not boot.

here is my steps:
1. Load kernel from sd card.
  fatload mmc 0 90000000 netbsd.ub

2. Load device tree blob from sd card.
  fatload mmc 0 a0000000 exynos5422-odroidxu4.dtb

3.set fdt addr.
  fdt addr a0000000

4. boot kernel.
  bootm 90000000 - a0000000

The boot stoped after the flowing log:
  NetBSD/evbarm (Exynnos 5422) booting ...
  fdt addr 0x4fff1000

I attached the complete log in this mail.

Please help me and give me some advise.
Thank you very much.

Best regards.
kaku, 2016/7/23

U-Boot 2012.07-00036-g4d29c46-dirty (Dec 04 2015 - 15:52:26) for Exynos5422

CPU: Exynos5422 Rev0.1 [Samsung SOC on SMP Platform Base on ARM CortexA7]
APLL = 800MHz, KPLL = 800MHz
MPLL = 532MHz, BPLL = 825MHz

Board: HardKernel ODROID
DRAM:  2 GiB
WARNING: Caches not enabled

TrustZone Enabled BSP
BL1 version: �/���
VDD_KFC: 0x44
LDO19: 0xf2

Checking Boot Mode ... SDMMC
MMC:   S5P_MSHC2: 0, S5P_MSHC0: 1
MMC Device 0: 14.8 GiB
MMC Device 1: 14.7 GiB
MMC Device 2: MMC Device 2 not found
there are pending interrupts 0x00000001
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Press quickly 'Enter' twice to stop autoboot:  0 
Exynos5422 # fatload mmc 0 90000000 netbsd-3.ub
reading netbsd-3.ub

5571924 bytes read
Exynos5422 # fatload mmc 0 a0000000 exynos5422-odroidxu4.dtb
reading exynos5422-odroidxu4.dtb

45411 bytes read
Exynos5422 # fdt addr a0000000
Exynos5422 # fdt header
magic:                  0xd00dfeed
totalsize:              0xb163 (45411)
off_dt_struct:          0x38
off_dt_strings:         0xa6f4
off_mem_rsvmap:         0x28
version:                17
last_comp_version:      16
boot_cpuid_phys:        0x0
size_dt_strings:        0xa6f
size_dt_struct:         0xa6bc
number mem_rsv:         0x0

Exynos5422 # bootm 90000000 - a0000000
## Booting kernel from Legacy Image at 90000000 ...
   Image Name:   NetBSD/hardkernel_odroid_xu4 7.
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5571860 Bytes = 5.3 MiB
   Load Address: 80000000
   Entry Point:  80000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at a0000000
   Booting using the fdt blob at 0xa0000000
   Loading Kernel Image ... OK
OK
   Loading Device Tree to 4fff1000, end 4ffff162 ... OK

Starting kernel ...

@BC-CDFG01H1IJKLMZ
initarm: mpstart<0x80000340>Exynos early console operational

consinit: attaching console @ 0x12c20000 (53164000 HZ, 115200 bps)
Console initialized

uboot arg = 0, 0x1f43, 0x4fff1000, 0xb163
Exynos SoC ID e5422001
initarm: cbar=0x10480000
Initial PLL settings
    APLL at 800 Mhz
    MPLL at 0 Mhz
    KPLL at 800 Mhz
    DPLL at 66 Mhz
    VPLL at 66 Mhz
    CPLL at 666 Mhz
    GPLL at 432 Mhz
    BPLL at 825 Mhz
CPU0 now running on 900 Mhz

NetBSD/evbarm (Exynnos 5422) booting ...
fdt addr 0x4fff1000


Home | Main Index | Thread Index | Old Index