Jump to content

[Device specific] Odroid XU4 part2 - Armbian next


Recommended Posts

I am trying to configure "next" with linux-vanilla (4.6.2) and built an Armbian image then booted from SDcard (removing my eMMC)

 

So far, Samsung OSG provided examples of vanilla kernel

@jobenvil tested 4.6 kernel but compiled on board WITH partition using UUID instead of /dev/mmc

 

I got 4 cores in the "basic" model (4 little => 4 BIG), network, HDD

 

issue: mixing uboot 2012.07 and vanilla kernel

 

it seems /dev/mmcblk0 doesn't exist for uboot 2012 only boot.ini works with root=/dev/mmcblk1p2

 

to quick fix the problem I put /dev/mmcblk1p2 for root partition in boot.ini

 

* I know how to manipulate UUID and partition

 

=> is it possible to put specific UUID on partitions before writing the image with Armbian

 

 

 

 

[gr@server1404:~/gro_armbian/lib/config/bootscripts] master(+996/-35126)* ± cat boot-odroid-xu4-next.ini
ODROIDXU-UBOOT-CONFIG

# U-Boot Parameters
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"

# Mac address configuration
setenv macaddr "00:1e:06:61:7a:55

#------------------------------------------------------------------------------------------------------
# Basic Ubuntu Setup. Don't touch unless you know what you are doing.
# --------------------------------

setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 loglevel=1 root=/dev/mmcblk1p2 rootwait ro fsck.repair=yes"

# boot commands
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 dtb/exynos5422-odroidxu4.dtb; bootz 0x40008000 0x42000000 0x44000000"


root@odroidxu4:/tmp# blkid
/dev/mmcblk1: PTUUID="000ebbbf" PTTYPE="dos"
/dev/mmcblk1p1: SEC_TYPE="msdos" LABEL="BOOT" UUID="5AD8-0DE7" TYPE="vfat" PARTUUID="000ebbbf-01"
/dev/mmcblk1p2: UUID="7d97d3e2-f4cc-42ae-a2d4-3db000a29d08" TYPE="ext4" PARTUUID="000ebbbf-02"
/dev/sda1: UUID="0bc8e548-b0b8-45cd-9d8d-8b863220a7b4" TYPE="ext4" PARTUUID="e72d222d-01"

root@odroidxu4:/tmp# dmesg
[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.6.2-odroidxu4-dirty (root@server1404) (gcc version 4.8.4 (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) ) #6 SMP PREEMPT Mon Jun 20 00:59:38 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (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: Hardkernel Odroid XU4
[    0.000000] cma: Reserved 64 MiB at 0xba800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Samsung CPU ID: 0xe5422001
[    0.000000] On node 0 totalpages: 514560
[    0.000000] free_area_init_node: node 0, pgdat c0b3f9c0, node_mem_map ef01f000
[    0.000000]   Normal zone: 1536 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 192512 pages, LIFO batch:31
[    0.000000]   HighMem zone: 322048 pages, LIFO batch:31
[    0.000000] Running under secure firmware.
[    0.000000] percpu: Embedded 12 pages/cpu @eef84000 s19392 r8192 d21568 u49152
[    0.000000] pcpu-alloc: s19392 r8192 d21568 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 513024
[    0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 loglevel=1 root=/dev/mmcblk1p2 rootwait ro fsck.repair=yes smsc95xx.macaddr=00:1e:06:61:7a:55 governor=conservative hdmi_tx_amp_lvl=31 hdmi_tx_lvl_ch0=3 hdmi_tx_lvl_ch1=3 hdmi_tx_lvl_ch2=3 hdmi_tx_emp_lvl=6 hdmi_clk_amp_lvl=31 hdmi_tx_res=0 HPD=true vout=hdmi
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1961368K/2058240K available (6337K kernel code, 258K rwdata, 2132K rodata, 1024K init, 313K bss, 31336K reserved, 65536K cma-reserved, 1222656K highmem)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc0945504   (9462 kB)
      .init : 0xc0a00000 - 0xc0b00000   (1024 kB)
      .data : 0xc0b00000 - 0xc0b40a00   ( 259 kB)
       .bss : 0xc0b42000 - 0xc0b907e8   ( 314 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] GIC physical location is 0x10481000
[    0.000000] Switching to timer-based delay loop, resolution 41ns
[    0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000007] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000962] Console: colour dummy device 80x30
[    0.001126] console [tty1] enabled
[    0.001155] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.001176] pid_max: default: 32768 minimum: 301
[    0.001334] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001350] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002236] CPU: Testing write buffer coherency: ok
[    0.002910] CPU0: update cpu_capacity 448
[    0.002928] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[    0.003109] Setting up static identity map for 0x40100000 - 0x40100058
[    0.003559] ARM CCI driver probed
[    0.003799] Exynos MCPM support installed
[    0.055353] CPU1: update cpu_capacity 448
[    0.055362] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
[    0.075328] CPU2: update cpu_capacity 448
[    0.075336] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
[    0.095328] CPU3: update cpu_capacity 448
[    0.095337] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
[    0.115340] CPU4: update cpu_capacity 1535
[    0.115349] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.135319] CPU5: update cpu_capacity 1535
[    0.135326] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.155342] CPU6: update cpu_capacity 1535
[    0.155349] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.175320] CPU7: update cpu_capacity 1535
[    0.175328] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.175496] Brought up 8 CPUs
[    0.175563] SMP: Total of 8 processors activated (384.00 BogoMIPS).
[    0.175575] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x1a)
[    0.175585] CPU: This may indicate a broken bootloader or firmware.
[    0.176886] devtmpfs: initialized
[    0.209030] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
[    0.210542] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
[    0.214134] pinctrl core: initialized pinctrl subsystem
[    0.215830] NET: Registered protocol family 16
[    0.218115] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.230007] cpuidle: using governor menu
[    0.267892] exynos-audss-clk 3810000.audss-clock-controller: setup completed
[    0.270293] iommu: Adding device 11000000.codec to group 0
[    0.273823] gpio gpiochip0: (gpy7): added GPIO chardev (254:0)
[    0.274128] gpiochip_setup_dev: registered GPIOs 0 to 7 on device: gpiochip0 (gpy7)
[    0.274171] gpio gpiochip1: (gpx0): added GPIO chardev (254:1)
[    0.274414] gpiochip_setup_dev: registered GPIOs 8 to 15 on device: gpiochip1 (gpx0)
[    0.274452] gpio gpiochip2: (gpx1): added GPIO chardev (254:2)
[    0.274692] gpiochip_setup_dev: registered GPIOs 16 to 23 on device: gpiochip2 (gpx1)
[    0.274730] gpio gpiochip3: (gpx2): added GPIO chardev (254:3)
[    0.275022] gpiochip_setup_dev: registered GPIOs 24 to 31 on device: gpiochip3 (gpx2)
[    0.275062] gpio gpiochip4: (gpx3): added GPIO chardev (254:4)
[    0.275304] gpiochip_setup_dev: registered GPIOs 32 to 39 on device: gpiochip4 (gpx3)
[    0.276662] gpio gpiochip5: (gpc0): added GPIO chardev (254:5)
[    0.276925] gpiochip_setup_dev: registered GPIOs 40 to 47 on device: gpiochip5 (gpc0)
[    0.276963] gpio gpiochip6: (gpc1): added GPIO chardev (254:6)
[    0.277217] gpiochip_setup_dev: registered GPIOs 48 to 55 on device: gpiochip6 (gpc1)
[    0.277264] gpio gpiochip7: (gpc2): added GPIO chardev (254:7)
[    0.277505] gpiochip_setup_dev: registered GPIOs 56 to 62 on device: gpiochip7 (gpc2)
[    0.277541] gpio gpiochip8: (gpc3): added GPIO chardev (254:8)
[    0.277775] gpiochip_setup_dev: registered GPIOs 63 to 66 on device: gpiochip8 (gpc3)
[    0.277812] gpio gpiochip9: (gpc4): added GPIO chardev (254:9)
[    0.278051] gpiochip_setup_dev: registered GPIOs 67 to 68 on device: gpiochip9 (gpc4)
[    0.278088] gpio gpiochip10: (gpd1): added GPIO chardev (254:10)
[    0.278336] gpiochip_setup_dev: registered GPIOs 69 to 76 on device: gpiochip10 (gpd1)
[    0.278374] gpio gpiochip11: (gpy0): added GPIO chardev (254:11)
[    0.278615] gpiochip_setup_dev: registered GPIOs 77 to 82 on device: gpiochip11 (gpy0)
[    0.278651] gpio gpiochip12: (gpy1): added GPIO chardev (254:12)
[    0.278897] gpiochip_setup_dev: registered GPIOs 83 to 86 on device: gpiochip12 (gpy1)
[    0.278934] gpio gpiochip13: (gpy2): added GPIO chardev (254:13)
[    0.279172] gpiochip_setup_dev: registered GPIOs 87 to 92 on device: gpiochip13 (gpy2)
[    0.279208] gpio gpiochip14: (gpy3): added GPIO chardev (254:14)
[    0.279460] gpiochip_setup_dev: registered GPIOs 93 to 100 on device: gpiochip14 (gpy3)
[    0.279505] gpio gpiochip15: (gpy4): added GPIO chardev (254:15)
[    0.279745] gpiochip_setup_dev: registered GPIOs 101 to 108 on device: gpiochip15 (gpy4)
[    0.279781] gpio gpiochip16: (gpy5): added GPIO chardev (254:16)
[    0.280039] gpiochip_setup_dev: registered GPIOs 109 to 116 on device: gpiochip16 (gpy5)
[    0.280077] gpio gpiochip17: (gpy6): added GPIO chardev (254:17)
[    0.280334] gpiochip_setup_dev: registered GPIOs 117 to 124 on device: gpiochip17 (gpy6)
[    0.281371] gpio gpiochip18: (gpe0): added GPIO chardev (254:18)
[    0.281630] gpiochip_setup_dev: registered GPIOs 125 to 132 on device: gpiochip18 (gpe0)
[    0.281668] gpio gpiochip19: (gpe1): added GPIO chardev (254:19)
[    0.281914] gpiochip_setup_dev: registered GPIOs 133 to 134 on device: gpiochip19 (gpe1)
[    0.281952] gpio gpiochip20: (gpf0): added GPIO chardev (254:20)
[    0.282195] gpiochip_setup_dev: registered GPIOs 135 to 140 on device: gpiochip20 (gpf0)
[    0.282247] gpio gpiochip21: (gpf1): added GPIO chardev (254:21)
[    0.282500] gpiochip_setup_dev: registered GPIOs 141 to 148 on device: gpiochip21 (gpf1)
[    0.282538] gpio gpiochip22: (gpg0): added GPIO chardev (254:22)
[    0.282783] gpiochip_setup_dev: registered GPIOs 149 to 156 on device: gpiochip22 (gpg0)
[    0.282821] gpio gpiochip23: (gpg1): added GPIO chardev (254:23)
[    0.283063] gpiochip_setup_dev: registered GPIOs 157 to 164 on device: gpiochip23 (gpg1)
[    0.283101] gpio gpiochip24: (gpg2): added GPIO chardev (254:24)
[    0.283353] gpiochip_setup_dev: registered GPIOs 165 to 166 on device: gpiochip24 (gpg2)
[    0.283391] gpio gpiochip25: (gpj4): added GPIO chardev (254:25)
[    0.283643] gpiochip_setup_dev: registered GPIOs 167 to 170 on device: gpiochip25 (gpj4)
[    0.284601] gpio gpiochip26: (gpa0): added GPIO chardev (254:26)
[    0.284873] gpiochip_setup_dev: registered GPIOs 171 to 178 on device: gpiochip26 (gpa0)
[    0.284911] gpio gpiochip27: (gpa1): added GPIO chardev (254:27)
[    0.285209] gpiochip_setup_dev: registered GPIOs 179 to 184 on device: gpiochip27 (gpa1)
[    0.285247] gpio gpiochip28: (gpa2): added GPIO chardev (254:28)
[    0.285507] gpiochip_setup_dev: registered GPIOs 185 to 192 on device: gpiochip28 (gpa2)
[    0.285545] gpio gpiochip29: (gpb0): added GPIO chardev (254:29)
[    0.285791] gpiochip_setup_dev: registered GPIOs 193 to 197 on device: gpiochip29 (gpb0)
[    0.285828] gpio gpiochip30: (gpb1): added GPIO chardev (254:30)
[    0.286073] gpiochip_setup_dev: registered GPIOs 198 to 202 on device: gpiochip30 (gpb1)
[    0.286109] gpio gpiochip31: (gpb2): added GPIO chardev (254:31)
[    0.286360] gpiochip_setup_dev: registered GPIOs 203 to 206 on device: gpiochip31 (gpb2)
[    0.286397] gpio gpiochip32: (gpb3): added GPIO chardev (254:32)
[    0.286642] gpiochip_setup_dev: registered GPIOs 207 to 214 on device: gpiochip32 (gpb3)
[    0.286678] gpio gpiochip33: (gpb4): added GPIO chardev (254:33)
[    0.286922] gpiochip_setup_dev: registered GPIOs 215 to 216 on device: gpiochip33 (gpb4)
[    0.286959] gpio gpiochip34: (gph0): added GPIO chardev (254:34)
[    0.287244] gpiochip_setup_dev: registered GPIOs 217 to 224 on device: gpiochip34 (gph0)
[    0.288301] gpio gpiochip35: (gpz): added GPIO chardev (254:35)
[    0.288560] gpiochip_setup_dev: registered GPIOs 225 to 231 on device: gpiochip35 (gpz)
[    0.295263] iommu: Adding device 14450000.mixer to group 1
[    0.295836] iommu: Adding device 11c00000.rotator to group 2
[    0.300233] iommu: Adding device 13e00000.video-scaler to group 3
[    0.300790] iommu: Adding device 13e10000.video-scaler to group 4
[    0.301328] iommu: Adding device 11f50000.jpeg to group 5
[    0.301860] iommu: Adding device 11f60000.jpeg to group 6
[    0.302274] EXYNOS5420 PMU initialized
[    0.339532] SCSI subsystem initialized
[    0.340033] usbcore: registered new interface driver usbfs
[    0.340150] usbcore: registered new interface driver hub
[    0.340362] usbcore: registered new device driver usb
[    0.341453] s3c-i2c 12c80000.i2c: slave address 0x00
[    0.341476] s3c-i2c 12c80000.i2c: bus frequency set to 65 KHz
[    0.342186] s3c-i2c 12c80000.i2c: i2c-2: S3C I2C adapter
[    0.343495] Advanced Linux Sound Architecture Driver Initialized.
[    0.345935] clocksource: Switched to clocksource mct-frc
[    0.368444] NET: Registered protocol family 2
[    0.369325] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.369455] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    0.369834] TCP: Hash tables configured (established 8192 bind 8192)
[    0.370007] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    0.370083] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    0.370450] NET: Registered protocol family 1
[    0.371084] RPC: Registered named UNIX socket transport module.
[    0.371100] RPC: Registered udp transport module.
[    0.371111] RPC: Registered tcp transport module.
[    0.371121] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.371450] Trying to unpack rootfs image as initramfs...
[    0.573475] Freeing initrd memory: 2912K (c2000000 - c22d8000)
[    0.579452] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.580286] workingset: timestamp_bits=28 max_order=19 bucket_order=0
[    0.602465] NFS: Registering the id_resolver key type
[    0.602526] Key type id_resolver registered
[    0.602538] Key type id_legacy registered
[    0.602631] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.604722] bounce: pool size: 64 pages
[    0.605141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.605167] io scheduler noop registered
[    0.605186] io scheduler deadline registered
[    0.605572] io scheduler cfq registered (default)
[    0.608472] 12130000.phy supply vbus not found, using dummy regulator
[    0.609825] 12100000.phy supply vbus not found, using dummy regulator
[    0.609931] 12100000.phy supply vbus-boost not found, using dummy regulator
[    0.610520] 12500000.phy supply vbus not found, using dummy regulator
[    0.610598] 12500000.phy supply vbus-boost not found, using dummy regulator
[    0.616098] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330
[    0.616120] dma-pl330 3880000.adma:  DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
[    0.622020] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.622039] dma-pl330 121a0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.627922] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330
[    0.627943] dma-pl330 121b0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    0.629628] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330
[    0.629647] dma-pl330 10800000.mdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[    0.751522] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.755070] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 76, base_baud = 0) is a S3C6400/10
[    0.755777] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 77, base_baud = 0) is a S3C6400/10
[    0.756514] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 78, base_baud = 0) is a S3C6400/10
[    0.757375] console [ttySAC2] enabled
[    0.758058] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 79, base_baud = 0) is a S3C6400/10
[    0.759723] [drm] Initialized drm 1.1.0 20060810
[    0.762381] exynos-hdmi 14530000.hdmi: GPIO lookup for consumer hpd
[    0.762398] exynos-hdmi 14530000.hdmi: using device tree for GPIO lookup
[    0.762416] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/hdmi@14530000[0]'
[    0.762442] of_get_named_gpiod_flags: parsed 'hpd-gpio' property of node '/hdmi@14530000[0]' - status (0)
[    0.762700] exynos-hdmi 14530000.hdmi: Failed to get supply 'vdd': -517
[    0.762726] [drm:hdmi_probe] *ERROR* failed to get regulators
[    0.762740] [drm:hdmi_probe] *ERROR* hdmi_resources_init failed
[    0.789343] brd: module loaded
[    0.814028] loop: module loaded
[    0.815724] usbcore: registered new interface driver r8152
[    0.815865] usbcore: registered new interface driver asix
[    0.816024] usbcore: registered new interface driver ax88179_178a
[    0.816123] usbcore: registered new interface driver cdc_ether
[    0.816249] usbcore: registered new interface driver smsc75xx
[    0.816378] usbcore: registered new interface driver smsc95xx
[    0.816471] usbcore: registered new interface driver net1080
[    0.816566] usbcore: registered new interface driver cdc_subset
[    0.816669] usbcore: registered new interface driver zaurus
[    0.816833] usbcore: registered new interface driver cdc_ncm
[    0.817988] exynos-dwc3 usb@12000000: no suspend clk specified
[    0.818601] exynos-dwc3 usb@12400000: no suspend clk specified
[    0.819487] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.819507] ehci-exynos: EHCI EXYNOS driver
[    0.819831] of_get_named_gpiod_flags: can't parse 'samsung,vbus-gpio' property of node '/usb@12110000[0]'
[    0.820137] exynos-ehci 12110000.usb: EHCI Host Controller
[    0.820200] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 1
[    0.820591] exynos-ehci 12110000.usb: irq 130, io mem 0x12110000
[    0.826021] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00
[    0.826328] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.826346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.826361] usb usb1: Product: EHCI Host Controller
[    0.826375] usb usb1: Manufacturer: Linux 4.6.2-odroidxu4-dirty ehci_hcd
[    0.826389] usb usb1: SerialNumber: 12110000.usb
[    0.827612] hub 1-0:1.0: USB hub found
[    0.827671] hub 1-0:1.0: 3 ports detected
[    0.828818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.828856] ohci-exynos: OHCI EXYNOS driver
[    0.829371] exynos-ohci 12120000.usb: USB Host Controller
[    0.829425] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2
[    0.829638] exynos-ohci 12120000.usb: irq 130, io mem 0x12120000
[    0.885276] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.885295] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.885310] usb usb2: Product: USB Host Controller
[    0.885324] usb usb2: Manufacturer: Linux 4.6.2-odroidxu4-dirty ohci_hcd
[    0.885338] usb usb2: SerialNumber: 12120000.usb
[    0.886528] hub 2-0:1.0: USB hub found
[    0.886585] hub 2-0:1.0: 3 ports detected
[    0.888342] usbcore: registered new interface driver usb-storage
[    0.888845] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    0.889473] mousedev: PS/2 mouse device common for all mice
[    0.891988] i2c /dev entries driver
[    0.913293] vdd_ldo9: ramp_delay not set
[    0.922331] vdd_ldo13: ramp_delay not set
[    0.928081] vdd_ldo15: ramp_delay not set
[    0.937274] vdd_sd: ramp_delay not set
[    0.989463] s5m-rtc s2mps14-rtc: rtc core: registered s5m-rtc as rtc0
[    0.997085] exynos-tmu 10060000.tmu: More trip points than supported by this TMU.
[    0.997106] exynos-tmu 10060000.tmu: 2 trip points should be configured in polling mode.
[    1.002308] s3c2410-wdt 101d0000.watchdog: watchdog inactive, reset disabled, irq disabled
[    1.003263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.004030] sdhci: Secure Digital Host Controller Interface driver
[    1.004041] sdhci: Copyright(c) Pierre Ossman
[    1.004390] Synopsys Designware Multimedia Card Interface Driver
[    1.005477] dwmmc_exynos 12200000.mmc: IDMAC supports 32-bit address mode.
[    1.005619] dwmmc_exynos 12200000.mmc: Using internal DMA controller.
[    1.005642] dwmmc_exynos 12200000.mmc: Version ID is 250a
[    1.005728] dwmmc_exynos 12200000.mmc: DW MMC controller at irq 83,64 bit host data width,64 deep fifo
[    1.005902] dwmmc_exynos 12200000.mmc: GPIO lookup for consumer cd
[    1.005964] dwmmc_exynos 12200000.mmc: using device tree for GPIO lookup
[    1.005997] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/mmc@12200000[0]' - status (0)
[    1.006033] dwmmc_exynos 12200000.mmc: Got CD GPIO
[    1.006050] dwmmc_exynos 12200000.mmc: GPIO lookup for consumer wp
[    1.006063] dwmmc_exynos 12200000.mmc: using device tree for GPIO lookup
[    1.006078] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/mmc@12200000[0]'
[    1.006093] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/mmc@12200000[0]'
[    1.006106] dwmmc_exynos 12200000.mmc: using lookup tables for GPIO lookup
[    1.006122] dwmmc_exynos 12200000.mmc: lookup for GPIO wp failed
[    1.006292] platform pwrseq: GPIO lookup for consumer reset
[    1.006306] platform pwrseq: using device tree for GPIO lookup
[    1.006331] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/pwrseq[0]' - status (0)
[    1.006363] dwmmc_exynos 12200000.mmc: allocated mmc-pwrseq
[    1.037398] dwmmc_exynos 12200000.mmc: 1 slots initialized
[    1.037881] dwmmc_exynos 12220000.mmc: IDMAC supports 32-bit address mode.
[    1.037980] dwmmc_exynos 12220000.mmc: Using internal DMA controller.
[    1.038001] dwmmc_exynos 12220000.mmc: Version ID is 250a
[    1.038083] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 84,64 bit host data width,64 deep fifo
[    1.038242] dwmmc_exynos 12220000.mmc: GPIO lookup for consumer cd
[    1.038257] dwmmc_exynos 12220000.mmc: using device tree for GPIO lookup
[    1.038273] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/mmc@12220000[0]'
[    1.038288] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/mmc@12220000[0]'
[    1.038302] dwmmc_exynos 12220000.mmc: using lookup tables for GPIO lookup
[    1.038317] dwmmc_exynos 12220000.mmc: lookup for GPIO cd failed
[    1.038334] dwmmc_exynos 12220000.mmc: GPIO lookup for consumer wp
[    1.038347] dwmmc_exynos 12220000.mmc: using device tree for GPIO lookup
[    1.038361] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/mmc@12220000[0]'
[    1.038376] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/mmc@12220000[0]'
[    1.038389] dwmmc_exynos 12220000.mmc: using lookup tables for GPIO lookup
[    1.038404] dwmmc_exynos 12220000.mmc: lookup for GPIO wp failed
[    1.066063] dwmmc_exynos 12220000.mmc: 1 slots initialized
[    1.071896] s5p-secss 10830000.sss: s5p-sss driver registered
[    1.073307] usbcore: registered new interface driver usbhid
[    1.073319] usbhid: USB HID core driver
[    1.081248] NET: Registered protocol family 10
[    1.082306] sit: IPv6 over IPv4 tunneling driver
[    1.083341] NET: Registered protocol family 17
[    1.083390] NET: Registered protocol family 15
[    1.083510] Key type dns_resolver registered
[    1.084254] Registering SWP/SWPB emulation handler
[    1.084279] big.LITTLE switcher initializing
[    1.084292] CPU0 paired with CPU7
[    1.084303] CPU1 paired with CPU6
[    1.084314] CPU2 paired with CPU5
[    1.084324] CPU3 paired with CPU4
[    1.084334] GIC ID for CPU 0 cluster 1 is 4
[    1.084345] GIC ID for CPU 1 cluster 1 is 5
[    1.084354] GIC ID for CPU 2 cluster 1 is 6
[    1.084364] GIC ID for CPU 3 cluster 1 is 7
[    1.084373] GIC ID for CPU 0 cluster 0 is 0
[    1.099901] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    1.099997] mmc1: new high speed SDHC card at address 59b4
[    1.100822] mmcblk1: mmc1:59b4       29.8 GiB
[    1.102406]  mmcblk1: p1 p2
[    1.111302] IRQ53 no longer affine to CPU4
[    1.111655] CPU4: shutdown
[    1.141540] GIC ID for CPU 1 cluster 0 is 1
[    1.156309] IRQ54 no longer affine to CPU5
[    1.156607] CPU5: shutdown
[    1.185770] GIC ID for CPU 2 cluster 0 is 2
[    1.201279] IRQ55 no longer affine to CPU6
[    1.201573] CPU6: shutdown
[    1.230138] GIC ID for CPU 3 cluster 0 is 3
[    1.241285] IRQ56 no longer affine to CPU7
[    1.241574] CPU7: shutdown
[    1.270004] big.LITTLE switcher initialized
[    1.272188] exynos-hdmi 14530000.hdmi: GPIO lookup for consumer hpd
[    1.272208] exynos-hdmi 14530000.hdmi: using device tree for GPIO lookup
[    1.272226] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/hdmi@14530000[0]'
[    1.272252] of_get_named_gpiod_flags: parsed 'hpd-gpio' property of node '/hdmi@14530000[0]' - status (0)
[    1.277041] [drm] Exynos DRM: using 14450000.mixer device for DMA mapping operations
[    1.277460] exynos-drm exynos-drm: bound 14450000.mixer (ops mixer_component_ops)
[    1.277826] exynos-drm exynos-drm: bound 14530000.hdmi (ops hdmi_component_ops)
[    1.277842] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.277853] [drm] No driver support for vblank timestamp query.
[    1.277903] [drm] Initialized exynos 1.0.0 20110530 on minor 0
[    1.278871] exynos-dwc3 usb@12000000: no suspend clk specified
[    1.281315] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[    1.281371] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3
[    1.281852] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
[    1.281941] xhci-hcd xhci-hcd.6.auto: irq 135, io mem 0x12000000
[    1.282226] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.282244] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.282259] usb usb3: Product: xHCI Host Controller
[    1.282274] usb usb3: Manufacturer: Linux 4.6.2-odroidxu4-dirty xhci-hcd
[    1.282288] usb usb3: SerialNumber: xhci-hcd.6.auto
[    1.283414] hub 3-0:1.0: USB hub found
[    1.283473] hub 3-0:1.0: 1 port detected
[    1.284185] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[    1.284222] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4
[    1.284368] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.284569] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.284587] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.284601] usb usb4: Product: xHCI Host Controller
[    1.284615] usb usb4: Manufacturer: Linux 4.6.2-odroidxu4-dirty xhci-hcd
[    1.284629] usb usb4: SerialNumber: xhci-hcd.6.auto
[    1.285736] hub 4-0:1.0: USB hub found
[    1.285789] hub 4-0:1.0: 1 port detected
[    1.287598] exynos-dwc3 usb@12400000: no suspend clk specified
[    1.289885] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    1.289940] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
[    1.290405] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
[    1.290504] xhci-hcd xhci-hcd.9.auto: irq 136, io mem 0x12400000
[    1.290782] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.290801] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.290816] usb usb5: Product: xHCI Host Controller
[    1.290830] usb usb5: Manufacturer: Linux 4.6.2-odroidxu4-dirty xhci-hcd
[    1.290844] usb usb5: SerialNumber: xhci-hcd.9.auto
[    1.292050] hub 5-0:1.0: USB hub found
[    1.292108] hub 5-0:1.0: 1 port detected
[    1.292768] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    1.292804] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 6
[    1.292946] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.293159] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    1.293177] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.293192] usb usb6: Product: xHCI Host Controller
[    1.293206] usb usb6: Manufacturer: Linux 4.6.2-odroidxu4-dirty xhci-hcd
[    1.293220] usb usb6: SerialNumber: xhci-hcd.9.auto
[    1.294301] hub 6-0:1.0: USB hub found
[    1.294354] hub 6-0:1.0: 1 port detected
[    1.296034] s3c-rtc 101e0000.rtc: rtc disabled, re-enabling
[    1.296576] s3c-rtc 101e0000.rtc: rtc core: registered s3c as rtc1
[    1.299114] s5m-rtc s2mps14-rtc: setting system clock to 2016-06-19 23:36:23 UTC (1466379383)
[    1.311143] Power domain power-domain@10044120 disable failed
[    1.333840] ALSA device list:
[    1.333863]   No soundcards found.
[    1.336852] Freeing unused kernel memory: 1024K (c0a00000 - c0b00000)
[    1.396753] systemd-udevd[160]: starting version 215
[    1.399502] random: systemd-udevd urandom read with 118 bits of entropy available
[    1.596029] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    1.769019] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    1.769044] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.769059] usb 3-1: Product: USB2.0 Hub
[    1.769074] usb 3-1: Manufacturer: GenesysLogic
[    1.771131] usb 5-1: new high-speed USB device number 3 using xhci-hcd
[    1.797670] hub 3-1:1.0: USB hub found
[    1.798068] hub 3-1:1.0: 2 ports detected
[    1.843177] random: nonblocking pool is initialized
[    1.876191] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[    1.893898] usb 4-1: New USB device found, idVendor=05e3, idProduct=0616
[    1.893924] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.893940] usb 4-1: Product: USB3.0 Hub
[    1.893953] usb 4-1: Manufacturer: GenesysLogic
[    1.897687] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153
[    1.897713] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    1.897733] usb 5-1: Product: USB 10/100/1000 LAN
[    1.897747] usb 5-1: Manufacturer: Realtek
[    1.897761] usb 5-1: SerialNumber: 000001000000
[    1.909431] hub 4-1:1.0: USB hub found
[    1.909773] hub 4-1:1.0: 2 ports detected
[    2.044973] usb 5-1: reset high-speed USB device number 3 using xhci-hcd
[    2.181221] usb 4-1.2: new SuperSpeed USB device number 3 using xhci-hcd
[    2.199344] usb 4-1.2: New USB device found, idVendor=05e3, idProduct=0735
[    2.199363] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.199379] usb 4-1.2: Product: USB3.0 SATA Bridge
[    2.199393] usb 4-1.2: Manufacturer: USB Storage
[    2.199407] usb 4-1.2: SerialNumber: 0000000000000033
[    2.201395] usb-storage 4-1.2:1.0: USB Mass Storage device detected
[    2.202023] scsi host0: usb-storage 4-1.2:1.0
[    2.205173] r8152 5-1:1.0 eth0: v1.08.3
[    2.391082] usb 4-1.1: new SuperSpeed USB device number 4 using xhci-hcd
[    2.638189] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0812
[    2.638208] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.638223] usb 4-1.1: Product: USB3.0 Hub
[    2.638238] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[    2.644862] hub 4-1.1:1.0: USB hub found
[    2.645092] hub 4-1.1:1.0: 4 ports detected
[    2.706019] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd
[    2.792731] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2812
[    2.792757] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.792772] usb 3-1.1: Product: USB2.0 Hub
[    2.792786] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[    2.821270] hub 3-1.1:1.0: USB hub found
[    2.821528] hub 3-1.1:1.0: 4 ports detected
[    2.879760] EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Opts: (null)
[    3.106005] usb 3-1.1.4: new full-speed USB device number 4 using xhci-hcd
[    3.178976] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    3.179302] systemd[1]: Detected architecture 'arm'.
[    3.202566] systemd[1]: Set hostname to <odroidxu4>.
[    3.203745] usb 3-1.1.4: New USB device found, idVendor=04d8, idProduct=f5fe
[    3.203766] usb 3-1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.203781] usb 3-1.1.4: Product: TrueRNG
[    3.203795] usb 3-1.1.4: Manufacturer: ubld.it
[    3.231101] scsi 0:0:0:0: Direct-Access     Genesys  USB3/SATA Bridge 1003 PQ: 0 ANSI: 6
[    3.232641] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.561125] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    3.564353] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.564825] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.564914] systemd[1]: Expecting device dev-ttySAC2.device...
[    3.576139] systemd[1]: Starting Remote File Systems (Pre).
[    3.591092] systemd[1]: Reached target Remote File Systems (Pre).
[    3.591210] systemd[1]: Starting Encrypted Volumes.
[    3.601096] systemd[1]: Reached target Encrypted Volumes.
[    3.601220] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    3.601560] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.601634] systemd[1]: Starting Paths.
[    3.611089] systemd[1]: Reached target Paths.
[    3.611264] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.611329] systemd[1]: Starting Swap.
[    3.621125] systemd[1]: Reached target Swap.
[    3.621213] systemd[1]: Expecting device dev-mmcblk0p1.device...
[    3.631139] systemd[1]: Starting Root Slice.
[    3.641086] systemd[1]: Created slice Root Slice.
[    3.641172] systemd[1]: Starting User and Session Slice.
[    3.651095] systemd[1]: Created slice User and Session Slice.
[    3.651180] systemd[1]: Starting Delayed Shutdown Socket.
[    3.661093] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.661178] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.676090] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.676171] systemd[1]: Starting Journal Socket (/dev/log).
[    3.691086] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.691202] systemd[1]: Starting udev Control Socket.
[    3.701084] systemd[1]: Listening on udev Control Socket.
[    3.701187] systemd[1]: Starting udev Kernel Socket.
[    3.711084] systemd[1]: Listening on udev Kernel Socket.
[    3.711190] systemd[1]: Starting Journal Socket.
[    3.721093] systemd[1]: Listening on Journal Socket.
[    3.721239] systemd[1]: Starting System Slice.
[    3.731093] systemd[1]: Created slice System Slice.
[    3.731218] systemd[1]: Started File System Check on Root Device.
[    3.731282] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.746096] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.746179] systemd[1]: Starting system-serial\x2dgetty.slice.
[    3.761086] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.761167] systemd[1]: Starting system-getty.slice.
[    3.771089] systemd[1]: Created slice system-getty.slice.
[    3.771288] systemd[1]: Starting Increase datagram queue length...
[    3.806773] systemd[1]: Starting Restore / save the current clock...
[    3.826435] systemd[1]: Mounting Debug File System...
[    3.839539] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.859403] systemd[1]: Mounted POSIX Message Queue File System.
[    3.891079] systemd[1]: Started Set Up Additional Binary Formats.
[    3.891244] systemd[1]: Starting udev Coldplug all Devices...
[    3.917694] systemd[1]: Starting Load Kernel Modules...
[    3.934638] systemd[1]: Mounted Huge Pages File System.
[    3.934836] systemd[1]: Starting LSB: Set keymap...
[    3.949504] systemd[1]: Starting Slices.
[    3.961258] systemd[1]: Reached target Slices.
[    3.976165] systemd[1]: Mounted Debug File System.
[    3.991194] systemd[1]: Started Increase datagram queue length.
[    4.011126] systemd[1]: Started Restore / save the current clock.
[    4.031167] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    4.053012] systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
[    4.081194] systemd[1]: Failed to start Load Kernel Modules.
[    4.081282] systemd[1]: Unit systemd-modules-load.service entered failed state.
[    4.096223] systemd[1]: Started LSB: Set keymap.
[    4.218178] systemd[1]: Starting Apply Kernel Variables...
[    4.252379] systemd[1]: Mounting Configuration File System...
[    4.270706] systemd[1]: Mounted FUSE Control File System.
[    4.271432] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.289360] systemd[1]: Starting Syslog Socket.
[    4.301305] systemd[1]: Listening on Syslog Socket.
[    4.301477] systemd[1]: Starting Journal Service...
[    4.326435] systemd[1]: Started Journal Service.
[    4.506229] systemd-udevd[269]: starting version 215
[    4.720657] sd 0:0:0:0: [sda] Spinning up disk...
[    5.851023] .ready
[    5.851623] sd 0:0:0:0: [sda] 976773152 512-byte logical blocks: (500 GB/466 GiB)
[    5.852446] sd 0:0:0:0: [sda] Write Protect is off
[    5.852471] sd 0:0:0:0: [sda] Mode Sense: 5f 00 10 08
[    5.853239] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    5.914061]  sda: sda1
[    5.918599] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.971562] EXT4-fs (mmcblk1p2): re-mounted. Opts: commit=600,errors=remount-ro
[   94.310221] systemd-journald[267]: Received request to flush runtime journal from PID 1
[   94.661542] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   98.525970] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

 

 

Link to comment
Share on other sites

ok, I have updated /etc/fstab => /dev/mmcblk1p1 and /dev/mmcblk1p2

with the running image and rebooted... that's better

 

is it easy to update /etc/fstab during image creation? I guess/hope so

 

ok I am going to sleep :)

 

console ttySAC2

 

 

U-Boot 2012.07 (Jun 20 2016 - 00:59:06) 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: 29.8 GiB
MMC Device 1: [ERROR] response error : 00000006 cmd 8
[ERROR] response error : 00000006 cmd 55
[ERROR] response error : 00000006 cmd 2
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Press quickly 'Enter' twice to stop autoboot:  0
there are pending interrupts 0x00000001
reading boot.ini

8719 bytes read
Loading boot.ini from FAT
Find boot.ini file from FAT/Ext4 Area!!
boot.ini command = setenv initrd_high "0xffffffff"
boot.ini command = setenv fdt_high "0xffffffff"
boot.ini command = setenv macaddr "00:1e:06:61:7a:55
boot.ini command = setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 loglevel=1 root=/dev/mmcblk1p2 rootwait ro fsck.repair=yes"
boot.ini command = setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 dtb/exynos5422-odroidxu4.dtb; bootz 0x40008000 0x42000000 0x44000000"
boot.ini command = setenv vout "hdmi"
boot.ini command = setenv governor "conservative"
boot.ini command = setenv HPD "true"
boot.ini command = setenv hdmi_tx_amp_lvl  "31"
boot.ini command = setenv hdmi_tx_lvl_ch0      "3"
boot.ini command = setenv hdmi_tx_lvl_ch1      "3"
boot.ini command = setenv hdmi_tx_lvl_ch2      "3"
boot.ini command = setenv hdmi_tx_emp_lvl      "6"
boot.ini command = setenv hdmi_clk_amp_lvl     "31"
boot.ini command = setenv hdmi_tx_res      "0"
boot.ini command = setenv hdmi_phy_control "hdmi_tx_amp_lvl=${hdmi_tx_amp_lvl} hdmi_tx_lvl_ch0=${hdmi_tx_lvl_ch0} hdmi_tx_lvl_ch1=${hdmi_tx_lvl_ch1} hdmi_tx_lvl_ch2=${hdmi_tx_lvl_ch2} hdmi_tx_emp_lvl=${hdmi_tx_emp_lvl} hdmi_clk_amp_lvl=${hdmi_clk_amp_lvl} hdmi_tx_res=${hdmi_tx_res} HPD=${HPD} vout=${vout}"
boot.ini command = setenv bootargs "${bootrootfs} ${videoconfig} smsc95xx.macaddr=${macaddr} governor=${governor} ${hdmi_phy_control}"
boot.ini command = boot
reading zImage

4450808 bytes read
reading uInitrd

2979294 bytes read
reading dtb/exynos5422-odroidxu4.dtb

47808 bytes read
## Loading init Ramdisk from Legacy Image at 42000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    2979230 Bytes = 2.8 MiB
   Load Address: 00000000
   Entry Point:  00000000
## Flattened Device Tree blob at 44000000
   Booting using the fdt blob at 0x44000000
   Using Device Tree in place at 44000000, end 4400eabf

Starting kernel ...

Loading, please wait...
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 ... done.
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p2] fsck.ext4 -y -C0 /dev/mmcblk1p2
e2fsck 1.42.12 (29-Aug-2014)
/dev/mmcblk1p2: clean, 48589/81920 files, 225056/327424 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 8 (jessie)!

         Expecting device dev-ttySAC2.device...
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Swap.
         Expecting device dev-mmcblk1p1.device...
[  OK  ] Created slice Root Slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on Delayed Shutdown Socket.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-systemd\x2dfsck.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-getty.slice.
         Starting Increase datagram queue length...
         Starting Restore / save the current clock...
         Mounting Debug File System...
         Starting Create list of required static device nodes...rrent kernel...
         Starting udev Coldplug all Devices...
         Starting Load Kernel Modules...
         Starting LSB: Set keymap...
[  OK  ] Reached target Slices.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Increase datagram queue length.
[  OK  ] Started Restore / save the current clock.
[  OK  ] Started Create list of required static device nodes ...current kernel.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Started LSB: Set keymap.
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Listening on Syslog Socket.
         Starting Journal Service...
[  OK  ] Started Journal Service.
[  OK  ] Mounted Configuration File System.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Kernel Device Manager.
         Starting Copy rules generated while the root was ro...
         Starting LSB: Tune IDE hard disks...
         Starting LSB: Set preliminary keymap...
[  OK  ] Started Copy rules generated while the root was ro.
[  OK  ] Started LSB: Tune IDE hard disks.
[  OK  ] Found device /dev/ttySAC2.
[  OK  ] Found device /dev/mmcblk1p1.
         Starting File System Check on /dev/mmcblk1p1...
[    5.390202] systemd-fsck[314]: fsck.fat 3.0.27 (2014-11-12)
[    5.392130] systemd-fsck[314]: /dev/mmcblk1p1: 71 files, 9437/16343 clusters
[  OK  ] Started File System Check on /dev/mmcblk1p1.
[  OK  ] Started LSB: Set preliminary keymap.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /tmp...
         Mounting /boot...
[  OK  ] Mounted /tmp.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Mounted /boot.
[  OK  ] Created slice system-ifup.slice.
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
         Starting LSB: Raise network interfaces....
[  OK  ] Reached target Remote File Systems.
         Starting Trigger Flushing of Journal to Persistent Storage...
         Starting LSB: Prepare console...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Trigger Flushing of Journal to Persistent Storage.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started LSB: Prepare console.
         Starting LSB: Set console font and keymap...
[  OK  ] Started LSB: Raise network interfaces..
         Starting ifup for eth0...
[  OK  ] Started ifup for eth0.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
[  OK  ] Started LSB: Set console font and keymap.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Timers.
[  OK  ] Reached target Basic System.
         Starting Entropy daemon using the HAVEGE algorithm...
[  OK  ] Started Entropy daemon using the HAVEGE algorithm.
         Starting Regular background program processing daemon...
[  OK  ] Started Regular background program processing daemon.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started OpenBSD Secure Shell server.
         Starting /etc/rc.local Compatibility...
         Starting Login Service...
         Starting LSB: Start NTP daemon...
         Starting LSB: disk temperature monitoring daemon...
         Starting LSB: Armbian gathering hardware information...
         Starting LSB: Start/stop sysstat's sadc...
         Starting LSB: Advanced IEEE 802.11 management daemon...
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting LSB: Starts LIRC daemon....
         Starting D-Bus System Message Bus...
[  OK  ] Started D-Bus System Message Bus.
         Starting System Logging Service...
         Starting Permit User Sessions...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started LSB: Advanced IEEE 802.11 management daemon.
[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[  OK  ] Started LSB: Starts LIRC daemon..
[  OK  ] Started Permit User Sessions.
[  OK  ] Started System Logging Service.
         Starting LSB: set CPUFreq kernel parameters...
         Starting Serial Getty on ttySAC2...
[  OK  ] Started Serial Getty on ttySAC2.
         Starting Getty on tty1...
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  OK  ] Started Login Service.
         Starting LSB: Set sysfs variables from /etc/sysfs.conf...
[  OK  ] Started LSB: Set sysfs variables from /etc/sysfs.conf.
[  OK  ] Started LSB: Armbian gathering hardware information.
         Starting LSB: PLEASE BE PATIENT AND DO NOT INTERRUPT...FIRST REBOOT...
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started LSB: PLEASE BE PATIENT AND DO NOT INTERRUPT THE FIRST REBOOT.
[  OK  ] Started Update UTMP about System Runlevel Changes.

Debian GNU/Linux 8 odroidxu4 ttySAC2

 

 

Link to comment
Share on other sites

Xenial CLI image with 4.6.2

http://www.armbian.com/odroid-xu4/

 

No idea if it boots. My XU4 is in action ;)

 

working yes but on SDcard only

after writing the image to SD, /etc/fstab has to be update with mmcblk1

gr@odroidxu4:~$ cat /etc/fstab
/dev/mmcblk1p2 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
/dev/mmcblk1p1 /boot vfat defaults 0 2
tmpfs /tmp tmpfs defaults,nosuid 0 0

I check :)

 

edit:

or before writing the image, using the loopback recipe

https://github.com/golfromeo-fr/piclone

 

 

2/ attach the file to a loopback device (example "/dev/loop0")	sudo losetup /dev/loop0 PicloneSAVE_YYYY_MM_DD.bin3/ use piclone with /dev/loop0 as target4/ detach loop device 	sudo losetup -d /dev/loop05/ you can use md5sum / sha1sum / sha256sum on the file PicloneSAVE_YYYY_MM_DD.bin as usual6/ you can zip the image using 7zip or another compression tool

 

 

or better

kpartx on the image file

 

 

gr@gr /media/syno/xu4_armbian $ sudo kpartx -av Armbian_5.14_Odroidxu4_Ubuntu_xenial_4.6.2.raw
add map loop1p1 (252:3): 0 65536 linear /dev/loop1 4096
add map loop1p2 (252:4): 0 3078144 linear /dev/loop1 69632

gr@gr /media/syno/xu4_armbian $ sudo mount /dev/mapper/loop1p1 p1
gr@gr /media/syno/xu4_armbian $ sudo mount /dev/mapper/loop1p2 p2

[...]

gr@gr /media/syno/xu4_armbian $ sudo umount p1
gr@gr /media/syno/xu4_armbian $ sudo umount p2
gr@gr /media/syno/xu4_armbian $ sudo kpartx -dv Armbian_5.14_Odroidxu4_Ubuntu_xenial_4.6.2.raw
del devmap : loop1p2
del devmap : loop1p1
loop deleted : /dev/loop1


 

 

 

then installing rpimonitor as per https://github.com/XavierBerger/RPi-Monitor-deb/issues/6

wget -O rpimonitor_2.10-1_all.deb https://github.com/XavierBerger/RPi-Monitor-deb/blob/master/repo/rpimonitor_2.10-1_all.deb?raw=true
sudo dpkg -i  rpimonitor_2.10-1_all.deb
sudo apt-get -f install

so I can testing XU4 SoC heating on load

Edited by wildcat_paris
kpartx rpimonitor
Link to comment
Share on other sites

@Igor

 

stuck at first boot... no way to login as root (as usual ;) )with USB-UART and I don't see DHCP request (so no network). let's try keyboard and screen

 

 

 

U-Boot 2012.07 (Jun 21 2016 - 18:19:42) 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: 29.8 GiB
MMC Device 1: [ERROR] response error : 00000006 cmd 8
[ERROR] response error : 00000006 cmd 55
[ERROR] response error : 00000006 cmd 2
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Press quickly 'Enter' twice to stop autoboot:  0
there are pending interrupts 0x00000001
reading boot.ini

8719 bytes read
Loading boot.ini from FAT
Find boot.ini file from FAT/Ext4 Area!!
boot.ini command = setenv initrd_high "0xffffffff"
boot.ini command = setenv fdt_high "0xffffffff"
boot.ini command = setenv macaddr "00:1e:06:61:7a:55
boot.ini command = setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 loglevel=1 root=/dev/mmcblk1p2 rootwait ro fsck.repair=yes"
boot.ini command = setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 dtb/exynos5422-odroidxu4.dtb; bootz 0x40008000 0x42000000 0x44000000"
boot.ini command = setenv vout "hdmi"
boot.ini command = setenv governor "conservative"
boot.ini command = setenv HPD "true"
boot.ini command = setenv hdmi_tx_amp_lvl  "31"
boot.ini command = setenv hdmi_tx_lvl_ch0      "3"
boot.ini command = setenv hdmi_tx_lvl_ch1      "3"
boot.ini command = setenv hdmi_tx_lvl_ch2      "3"
boot.ini command = setenv hdmi_tx_emp_lvl      "6"
boot.ini command = setenv hdmi_clk_amp_lvl     "31"
boot.ini command = setenv hdmi_tx_res      "0"
boot.ini command = setenv hdmi_phy_control "hdmi_tx_amp_lvl=${hdmi_tx_amp_lvl} hdmi_tx_lvl_ch0=${hdmi_tx_lvl_ch0} hdmi_tx_lvl_ch1=${hdmi_tx_lvl_ch1} hdmi_tx_lvl_ch2=${hdmi_tx_lvl_ch2} hdmi_tx_emp_lvl=${hdmi_tx_emp_lvl} hdmi_clk_amp_lvl=${hdmi_clk_amp_lvl} hdmi_tx_res=${hdmi_tx_res} HPD=${HPD} vout=${vout}"
boot.ini command = setenv bootargs "${bootrootfs} ${videoconfig} smsc95xx.macaddr=${macaddr} governor=${governor} ${hdmi_phy_control}"
boot.ini command = boot
reading zImage

4466488 bytes read
reading uInitrd

2819799 bytes read
reading dtb/exynos5422-odroidxu4.dtb

47808 bytes read
## Loading init Ramdisk from Legacy Image at 42000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    2819735 Bytes = 2.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
## Flattened Device Tree blob at 44000000
   Booting using the fdt blob at 0x44000000
   Using Device Tree in place at 44000000, end 4400eabf

Starting kernel ...

Loading, please wait...
starting version 229
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 ... done.
Warning: fsck not present, so skipping root file system
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Ubuntu 16.04 LTS!

[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Created slice System Slice.
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-getty.slice.
         Mounting Debug File System...
         Starting Nameserver information manager...
[  OK  ] Listening on Syslog Socket.
         Starting Load Kernel Modules...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on fsck to fsckd communication Socket.
         Starting File System Check on Root Device...
[  OK  ] Created slice system-systemd\x2dfsck.slice.
         Starting Restore / save the current clock...
[  OK  ] Mounted Debug File System.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started File System Check on Root Device.
[  OK  ] Started Restore / save the current clock.
[  OK  ] Started Nameserver information manager.
[  OK  ] Started File System Check Daemon to report status.
         Starting Remount Root and Kernel File Systems...
         Starting Apply Kernel Variables...
         Mounting Configuration File System...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Mounted Configuration File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
         Starting udev Coldplug all Devices...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /tmp...
         Starting Load/Save Random Seed...
         Activating swap /var/swap...
[  OK  ] Mounted /tmp.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Entropy daemon using the HAVEGE algorithm.
         Starting Journal Service...
[  OK  ] Activated swap /var/swap.
[  OK  ] Reached target Swap.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Found device /dev/ttySAC2.
[  OK  ] Found device /dev/mmcblk1p1.
         Starting File System Check on /dev/mmcblk1p1...
[  OK  ] Started File System Check on /dev/mmcblk1p1.
         Mounting /boot...
[  OK  ] Mounted /boot.
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Set console keymap...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Set console keymap.
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily apt activities.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Reached target Paths.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting OpenBSD Secure Shell server...
         Starting LSB: disk temperature monitoring daemon...
         Starting Permit User Sessions...
         Starting LSB: Armbian gathering hardware information...
[  OK  ] Started Regular background program processing daemon.
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting System Logging Service...
         Starting LSB: Start NTP daemon...
         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
         Starting LSB: Advanced IEEE 802.11 management daemon...
         Starting LSB: Starts LIRC daemon....
         Starting /etc/rc.local Compatibility...
[  OK  ] Started D-Bus System Message Bus.
         Starting Login Service...
         Starting LSB: Start/stop sysstat's sadc...
[  OK  ] Started System Logging Service.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started LSB: Advanced IEEE 802.11 management daemon.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started LSB: Starts LIRC daemon..
[  OK  ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[  OK  ] Started LSB: Start/stop sysstat's sadc.
[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttySAC2.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Login Service.
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  OK  ] Started OpenBSD Secure Shell server.
         Starting LSB: Set sysfs variables from /etc/sysfs.conf...
[  OK  ] Started LSB: Set sysfs variables from /etc/sysfs.conf.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Started LSB: Armbian gathering hardware information.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 16.04 LTS odroidxu4 ttySAC2

odroidxu4 login:
Ubuntu 16.04 LTS odroidxu4 ttySAC2

odroidxu4 login: root

Login incorrect
odroidxu4 login:
Password:

Login incorrect
odroidxu4 login:
Login timed out after 60 sec
Ubuntu 16.04 LTS odroidxu4 ttySAC2

odroidxu4 login:

 

 

Link to comment
Share on other sites

You mean it works on SD but id doesn't work on eMMC ?

 

This shoul have change it ..

if [[ $BOARD == odroidxu4 && $BRANCH == next && -f $CACHEDIR/sdcard/etc/fstab ]] ; then
		sed -e 's/mmcblk0/mmcblk1/g' -i $CACHEDIR/sdcard/etc/fstab
fi
Link to comment
Share on other sites

 

You mean it works on SD but id doesn't work on eMMC ?

 

This shoul have change it ..

if [[ $BOARD == odroidxu4 && $BRANCH == next && -f $CACHEDIR/sdcard/etc/fstab ]] ; then
		sed -e 's/mmcblk0/mmcblk1/g' -i $CACHEDIR/sdcard/etc/fstab
fi

 

well I had to change the mmcblk0 with mmcblk1 on the image before writing to SDcard

 

edit: the image I have downloaded from armbian.com (so with your quick fix)

 

edit2: I don't know if it can work on eMMC at all without UUID

Edited by wildcat_paris
UUID
Link to comment
Share on other sites

@Igor,

 

- the /etc/fstab fix doesn't work

 

- the main issue so far is Jessie loads the USB3-Ethernet module. Xenial doesn't.

 

- the network module is built in so ok in dmesg

- issue => dmesg says ethernet interface renamed from eth0 and so no eth0 configured in /etc/network/interfaces !!!

 

(well also I am stuck with a qwerty keyboard but I know the layout on my azerty layout)

Edited by wildcat_paris
qwerty network
Link to comment
Share on other sites

 

stuck at first boot... no way to login as root (as usual ;) )with USB-UART and I don't see DHCP request (so no network). let's try keyboard and screen

sorry to comment this so late. I can confirm I tried already last week this: xenial + odroidxu4 = not booting properly.  DHCP / Eth0 issue. I think this bug was fixed with jessie, not Xenial. I gave up trying to fix eth0.

Link to comment
Share on other sites

network is back

gr@odroidxu4:~$ dmesg  | grep 8152
[    0.754425] usbcore: registered new interface driver r8152
[    2.164556] r8152 5-1:1.0 eth0: v1.08.3
[    2.200154] r8152 5-1:1.0 enx001e06301503: renamed from eth0

I had to change /etc/network/interfaces

gr@odroidxu4:~$ cat /etc/network/interfaces
auto enx001e06301503
iface enx001e06301503 inet dhcp

# Wired adapter #1
##allow-hotplug eth0
##iface eth0 inet dhcp

# Local loopback
auto lo
iface lo inet loopback

the issue with the interface naming enx001e06301503, jessie deals with enx001e06301503, Armbian Xenial doesn't :)

 

so it is working!

Link to comment
Share on other sites

the issue with the interface naming enx001e06301503, jessie deals with enx001e06301503, Armbian Xenial doesn't :)

 

self comment:

"Armbian Xenial" is prefered as Mark Shuttleworth is asking trademark fees for "Ubuntu" name usage for OVH.com hosting (my domain name / DNS provider) some 1-5 M€ / year

 

Canonical needs funding

http://ubuntuvps.net/canonical-attempting-to-bill-ovh-for-use-of-the-ubuntu-trademark/

Link to comment
Share on other sites

awesome!. I was trying to put statical IP, changing DNS, etc. Something with the interfaces.d/ init scripts should be the problem, but no idea, time and will.

 

@jobenvil

 

until Armbian team solves the USB-UART no-root login, if you don't have a network connexion, we are stuck seeking for LCD screen and mouse/keyboard :) to achieve the first boot and solve network issues :)

Link to comment
Share on other sites

I found something weird:

 

- 1. You are not using all cores:

### lscpu:

Architecture:          armv7l
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-3
Off-line CPU(s) list:  4-7           X!
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1             X!
Model name:            ARMv7 Processor rev 3 (v7l)

mine:

root@hiperborea /etc/init.d # lscpu
Architecture:          armv7l
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-7
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             2
Model name:            ARMv7 Processor rev 3 (v7l)
CPU max MHz:           1300,0000
CPU min MHz:           200,0000

- 2. Compare your dmesg with mine:

 

 

root@hiperborea /etc/init.d # dmesg
[    0.000000] Booting Linux on physical CPU 0x100
[    0.000000] Linux version 4.6.0+ (root@hiperborea) (gcc version 5.3.1 20160413 (Ubuntu/Linaro 5.3.1-14ubuntu2.1) ) #1 SMP PREEMPT Mon Jun 13 20:42:30 CEST 2016
[    0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (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: Hardkernel Odroid XU4
[    0.000000] cma: Reserved 128 MiB at 0xb6800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Samsung CPU ID: 0xe5422001
[    0.000000] On node 0 totalpages: 514560
[    0.000000] free_area_init_node: node 0, pgdat c0b38680, node_mem_map eee24000
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 192512 pages, LIFO batch:31
[    0.000000]   HighMem zone: 322048 pages, LIFO batch:31
[    0.000000] Running under secure firmware.
[    0.000000] percpu: Embedded 12 pages/cpu @eed89000 s20120 r8192 d20840 u49152
[    0.000000] pcpu-alloc: s20120 r8192 d20840 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 512832
[    0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro fsck.repair=yes smsc95xx.macaddr=00:1e:06:61:7a:39 governor=ondemand hdmi_tx_amp_lvl=31 hdmi_tx_lvl_ch0=3 hdmi_tx_lvl_ch1=3 hdmi_tx_lvl_ch2=3 hdmi_tx_emp_lvl=6 hdmi_clk_amp_lvl=31 hdmi_tx_res=0 HPD=true vout=hdmi
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1889208K/2058240K available (6305K kernel code, 229K rwdata, 1960K rodata, 1024K init, 266K bss, 37960K reserved, 131072K cma-reserved, 1157120K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc09126f8   (9258 kB)
                     .init : 0xc0a00000 - 0xc0b00000   (1024 kB)
                     .data : 0xc0b00000 - 0xc0b396a0   ( 230 kB)
                      .bss : 0xc0b3b000 - 0xc0b7dae4   ( 267 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Switching to timer-based delay loop, resolution 41ns
[    0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000007] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.001037] Console: colour dummy device 80x30
[    0.001782] console [tty1] enabled
[    0.001827] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
[    0.001884] pid_max: default: 32768 minimum: 301
[    0.002067] Security Framework initialized
[    0.002099] Yama: becoming mindful.
[    0.002150] AppArmor: AppArmor disabled by boot time parameter
[    0.002237] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002275] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003439] CPU: Testing write buffer coherency: ok
[    0.004233] CPU0: update cpu_capacity 448
[    0.004276] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[    0.004485] Setting up static identity map for 0x40100000 - 0x40100058
[    0.005042] ARM CCI driver probed
[    0.005304] Exynos MCPM support installed
[    0.060323] CPU1: update cpu_capacity 448
[    0.060332] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
[    0.080298] CPU2: update cpu_capacity 448
[    0.080306] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
[    0.100296] CPU3: update cpu_capacity 448
[    0.100305] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
[    0.120344] CPU4: update cpu_capacity 1535
[    0.120352] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.140332] CPU5: update cpu_capacity 1535
[    0.140340] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.160332] CPU6: update cpu_capacity 1535
[    0.160339] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.180332] CPU7: update cpu_capacity 1535
[    0.180340] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.180500] Brought up 8 CPUs
[    0.180838] SMP: Total of 8 processors activated (384.00 BogoMIPS).
[    0.180870] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x1a)
[    0.180913] CPU: This may indicate a broken bootloader or firmware.
[    0.182327] devtmpfs: initialized
[    0.213037] evm: security.SMACK64
[    0.213084] evm: security.SMACK64EXEC
[    0.213111] evm: security.SMACK64TRANSMUTE
[    0.213137] evm: security.SMACK64MMAP
[    0.213162] evm: security.ima
[    0.213187] evm: security.capability
[    0.213822] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
[    0.215669] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
[    0.223374] pinctrl core: initialized pinctrl subsystem
[    0.224104] regulator-dummy: no parameters
[    0.225413] NET: Registered protocol family 16
[    0.227752] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.239984] cpuidle: using governor menu
[    0.241432] exynos-sysmmu 10a60000.sysmmu:: hardware version: 3.2
[    0.242028] exynos-sysmmu 10a70000.sysmmu:: hardware version: 3.2
[    0.242636] exynos-sysmmu 14650000.sysmmu:: hardware version: 3.3
[    0.243328] exynos-sysmmu 13e80000.sysmmu:: hardware version: 3.3
[    0.243941] exynos-sysmmu 13e90000.sysmmu:: hardware version: 3.3
[    0.244541] exynos-sysmmu 12880000.sysmmu:: hardware version: 3.2
[    0.245193] exynos-sysmmu 12890000.sysmmu:: hardware version: 3.2
[    0.245790] exynos-sysmmu 128a0000.sysmmu:: hardware version: 3.2
[    0.246384] exynos-sysmmu 128c0000.sysmmu:: hardware version: 3.2
[    0.246957] exynos-sysmmu 128d0000.sysmmu:: hardware version: 3.2
[    0.247509] exynos-sysmmu 128e0000.sysmmu:: hardware version: 3.2
[    0.248057] exynos-sysmmu 11d40000.sysmmu:: hardware version: 1.0
[    0.248629] exynos-sysmmu 11f10000.sysmmu:: hardware version: 1.2
[    0.249210] exynos-sysmmu 11f20000.sysmmu:: hardware version: 1.2
[    0.249786] exynos-sysmmu 11200000.sysmmu:: hardware version: 2.1
[    0.250426] exynos-sysmmu 11210000.sysmmu:: hardware version: 2.1
[    0.251026] exynos-sysmmu 14640000.sysmmu:: hardware version: 3.3
[    0.251592] exynos-sysmmu 14680000.sysmmu:: hardware version: 3.3
[    0.260226] exynos-audss-clk 3810000.audss-clock-controller:: setup completed
[    0.260672] exynos-sysmmu 11200000.sysmmu:: Enabled
[    0.260712] exynos-sysmmu 11210000.sysmmu:: Enabled
[    0.260730] platform 11000000.codec:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6ebec000
[    0.261036] iommu: Adding device 11000000.codec: to group 0
[    0.265161] gpio gpiochip0: (gpy7): added GPIO chardev (254:0)
[    0.265865] gpiochip_setup_dev: registered GPIOs 0 to 7 on device: gpiochip0 (gpy7)
[    0.265912] gpio gpiochip1: (gpx0): added GPIO chardev (254:1)
[    0.266572] gpiochip_setup_dev: registered GPIOs 8 to 15 on device: gpiochip1 (gpx0)
[    0.266623] gpio gpiochip2: (gpx1): added GPIO chardev (254:2)
[    0.267152] gpiochip_setup_dev: registered GPIOs 16 to 23 on device: gpiochip2 (gpx1)
[    0.267191] gpio gpiochip3: (gpx2): added GPIO chardev (254:3)
[    0.267718] gpiochip_setup_dev: registered GPIOs 24 to 31 on device: gpiochip3 (gpx2)
[    0.267757] gpio gpiochip4: (gpx3): added GPIO chardev (254:4)
[    0.268286] gpiochip_setup_dev: registered GPIOs 32 to 39 on device: gpiochip4 (gpx3)
[    0.269729] gpio gpiochip5: (gpc0): added GPIO chardev (254:5)
[    0.270350] gpiochip_setup_dev: registered GPIOs 40 to 47 on device: gpiochip5 (gpc0)
[    0.270391] gpio gpiochip6: (gpc1): added GPIO chardev (254:6)
[    0.270937] gpiochip_setup_dev: registered GPIOs 48 to 55 on device: gpiochip6 (gpc1)
[    0.270975] gpio gpiochip7: (gpc2): added GPIO chardev (254:7)
[    0.271516] gpiochip_setup_dev: registered GPIOs 56 to 62 on device: gpiochip7 (gpc2)
[    0.271555] gpio gpiochip8: (gpc3): added GPIO chardev (254:8)
[    0.272082] gpiochip_setup_dev: registered GPIOs 63 to 66 on device: gpiochip8 (gpc3)
[    0.272120] gpio gpiochip9: (gpc4): added GPIO chardev (254:9)
[    0.272638] gpiochip_setup_dev: registered GPIOs 67 to 68 on device: gpiochip9 (gpc4)
[    0.272677] gpio gpiochip10: (gpd1): added GPIO chardev (254:10)
[    0.273177] gpiochip_setup_dev: registered GPIOs 69 to 76 on device: gpiochip10 (gpd1)
[    0.273214] gpio gpiochip11: (gpy0): added GPIO chardev (254:11)
[    0.273705] gpiochip_setup_dev: registered GPIOs 77 to 82 on device: gpiochip11 (gpy0)
[    0.273742] gpio gpiochip12: (gpy1): added GPIO chardev (254:12)
[    0.274233] gpiochip_setup_dev: registered GPIOs 83 to 86 on device: gpiochip12 (gpy1)
[    0.274271] gpio gpiochip13: (gpy2): added GPIO chardev (254:13)
[    0.274765] gpiochip_setup_dev: registered GPIOs 87 to 92 on device: gpiochip13 (gpy2)
[    0.274813] gpio gpiochip14: (gpy3): added GPIO chardev (254:14)
[    0.275373] gpiochip_setup_dev: registered GPIOs 93 to 100 on device: gpiochip14 (gpy3)
[    0.275420] gpio gpiochip15: (gpy4): added GPIO chardev (254:15)
[    0.275938] gpiochip_setup_dev: registered GPIOs 101 to 108 on device: gpiochip15 (gpy4)
[    0.275976] gpio gpiochip16: (gpy5): added GPIO chardev (254:16)
[    0.276502] gpiochip_setup_dev: registered GPIOs 109 to 116 on device: gpiochip16 (gpy5)
[    0.276540] gpio gpiochip17: (gpy6): added GPIO chardev (254:17)
[    0.277032] gpiochip_setup_dev: registered GPIOs 117 to 124 on device: gpiochip17 (gpy6)
[    0.278158] gpio gpiochip18: (gpe0): added GPIO chardev (254:18)
[    0.278687] gpiochip_setup_dev: registered GPIOs 125 to 132 on device: gpiochip18 (gpe0)
[    0.278724] gpio gpiochip19: (gpe1): added GPIO chardev (254:19)
[    0.279236] gpiochip_setup_dev: registered GPIOs 133 to 134 on device: gpiochip19 (gpe1)
[    0.279273] gpio gpiochip20: (gpf0): added GPIO chardev (254:20)
[    0.279795] gpiochip_setup_dev: registered GPIOs 135 to 140 on device: gpiochip20 (gpf0)
[    0.279834] gpio gpiochip21: (gpf1): added GPIO chardev (254:21)
[    0.280421] gpiochip_setup_dev: registered GPIOs 141 to 148 on device: gpiochip21 (gpf1)
[    0.280462] gpio gpiochip22: (gpg0): added GPIO chardev (254:22)
[    0.280977] gpiochip_setup_dev: registered GPIOs 149 to 156 on device: gpiochip22 (gpg0)
[    0.281016] gpio gpiochip23: (gpg1): added GPIO chardev (254:23)
[    0.281555] gpiochip_setup_dev: registered GPIOs 157 to 164 on device: gpiochip23 (gpg1)
[    0.281595] gpio gpiochip24: (gpg2): added GPIO chardev (254:24)
[    0.282112] gpiochip_setup_dev: registered GPIOs 165 to 166 on device: gpiochip24 (gpg2)
[    0.282151] gpio gpiochip25: (gpj4): added GPIO chardev (254:25)
[    0.282667] gpiochip_setup_dev: registered GPIOs 167 to 170 on device: gpiochip25 (gpj4)
[    0.283756] gpio gpiochip26: (gpa0): added GPIO chardev (254:26)
[    0.284311] gpiochip_setup_dev: registered GPIOs 171 to 178 on device: gpiochip26 (gpa0)
[    0.284351] gpio gpiochip27: (gpa1): added GPIO chardev (254:27)
[    0.284888] gpiochip_setup_dev: registered GPIOs 179 to 184 on device: gpiochip27 (gpa1)
[    0.284926] gpio gpiochip28: (gpa2): added GPIO chardev (254:28)
[    0.285525] gpiochip_setup_dev: registered GPIOs 185 to 192 on device: gpiochip28 (gpa2)
[    0.285578] gpio gpiochip29: (gpb0): added GPIO chardev (254:29)
[    0.286111] gpiochip_setup_dev: registered GPIOs 193 to 197 on device: gpiochip29 (gpb0)
[    0.286151] gpio gpiochip30: (gpb1): added GPIO chardev (254:30)
[    0.286703] gpiochip_setup_dev: registered GPIOs 198 to 202 on device: gpiochip30 (gpb1)
[    0.286742] gpio gpiochip31: (gpb2): added GPIO chardev (254:31)
[    0.287273] gpiochip_setup_dev: registered GPIOs 203 to 206 on device: gpiochip31 (gpb2)
[    0.287311] gpio gpiochip32: (gpb3): added GPIO chardev (254:32)
[    0.287876] gpiochip_setup_dev: registered GPIOs 207 to 214 on device: gpiochip32 (gpb3)
[    0.287916] gpio gpiochip33: (gpb4): added GPIO chardev (254:33)
[    0.288454] gpiochip_setup_dev: registered GPIOs 215 to 216 on device: gpiochip33 (gpb4)
[    0.288492] gpio gpiochip34: (gph0): added GPIO chardev (254:34)
[    0.289018] gpiochip_setup_dev: registered GPIOs 217 to 224 on device: gpiochip34 (gph0)
[    0.290225] gpio gpiochip35: (gpz): added GPIO chardev (254:35)
[    0.290803] gpiochip_setup_dev: registered GPIOs 225 to 231 on device: gpiochip35 (gpz)
[    0.300064] exynos-sysmmu 14650000.sysmmu:: Enabled
[    0.300087] platform 14450000.mixer:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e0c8000
[    0.300354] iommu: Adding device 14450000.mixer: to group 1
[    0.300777] exynos-sysmmu 11d40000.sysmmu:: Enabled
[    0.300796] platform 11c00000.rotator:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e074000
[    0.301054] iommu: Adding device 11c00000.rotator: to group 2
[    0.305044] exynos-sysmmu 13e80000.sysmmu:: Enabled
[    0.305064] platform 13e00000.video-scaler:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e0d8000
[    0.305332] iommu: Adding device 13e00000.video-scaler: to group 3
[    0.305724] exynos-sysmmu 13e90000.sysmmu:: Enabled
[    0.305745] platform 13e10000.video-scaler:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e0dc000
[    0.305989] iommu: Adding device 13e10000.video-scaler: to group 4
[    0.306376] exynos-sysmmu 11f10000.sysmmu:: Enabled
[    0.306395] platform 11f50000.jpeg:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e0e0000
[    0.306645] iommu: Adding device 11f50000.jpeg: to group 5
[    0.307027] exynos-sysmmu 11f20000.sysmmu:: Enabled
[    0.307046] platform 11f60000.jpeg:: exynos_iommu_attach_device: Attached IOMMU with pgtable 0x6e0e4000
[    0.307294] iommu: Adding device 11f60000.jpeg: to group 6
[    0.307805] EXYNOS5420 PMU initialized
[    0.314242] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.314302] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.367422] SCSI subsystem initialized
[    0.368028] usbcore: registered new interface driver usbfs
[    0.368186] usbcore: registered new interface driver hub
[    0.368414] usbcore: registered new device driver usb
[    0.369576] s3c-i2c 12c80000.i2c:: slave address 0x00
[    0.369623] s3c-i2c 12c80000.i2c:: bus frequency set to 65 KHz
[    0.370409] s3c-i2c 12c80000.i2c:: i2c-2: S3C I2C adapter
[    0.370672] media: Linux media interface: v0.10
[    0.370803] Linux video capture interface: v2.00
[    0.373422] NetLabel: Initializing
[    0.373463] NetLabel:  domain hash size = 128
[    0.373490] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.373583] NetLabel:  unlabeled traffic allowed by default
[    0.374317] clocksource: Switched to clocksource mct-frc
[    0.374655] VFS: Disk quotas dquot_6.6.0
[    0.374784] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.401331] NET: Registered protocol family 2
[    0.402320] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.402487] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    0.402882] TCP: Hash tables configured (established 8192 bind 8192)
[    0.403076] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    0.403176] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    0.403576] NET: Registered protocol family 1
[    0.403973] Trying to unpack rootfs image as initramfs...
[    0.970606] Freeing initrd memory: 7600K (c2000000 - c276c000)
[    0.975789] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.976076] audit: initializing netlink subsys (disabled)
[    0.976244] audit: type=2000 audit(0.970:1): initialized
[    0.977414] workingset: timestamp_bits=12 max_order=19 bucket_order=7
[    1.001012] ntfs: driver 2.1.32 [Flags: R/W].
[    1.001725] fuse init (API version 7.24)
[    1.003207] Key type big_key registered
[    1.005072] Key type asymmetric registered
[    1.005104] Asymmetric key parser 'x509' registered
[    1.005204] bounce: pool size: 64 pages
[    1.005604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    1.005865] io scheduler noop registered
[    1.005896] io scheduler deadline registered
[    1.006272] io scheduler cfq registered (default)
[    1.006775] phy phy-video-phy@10040728:.0: Looking up phy-supply from device tree
[    1.006792] phy phy-video-phy@10040728:.0: Looking up phy-supply property in node /video-phy@10040728 failed
[    1.007451] phy phy-video-phy@10040714:.1: Looking up phy-supply from device tree
[    1.007467] phy phy-video-phy@10040714:.1: Looking up phy-supply property in node /video-phy@10040714 failed
[    1.007695] phy phy-video-phy@10040714:.2: Looking up phy-supply from device tree
[    1.007710] phy phy-video-phy@10040714:.2: Looking up phy-supply property in node /video-phy@10040714 failed
[    1.007923] phy phy-video-phy@10040714:.3: Looking up phy-supply from device tree
[    1.007938] phy phy-video-phy@10040714:.3: Looking up phy-supply property in node /video-phy@10040714 failed
[    1.008155] phy phy-video-phy@10040714:.4: Looking up phy-supply from device tree
[    1.008170] phy phy-video-phy@10040714:.4: Looking up phy-supply property in node /video-phy@10040714 failed
[    1.009266] samsung-usb2-phy 12130000.phy:: Looking up vbus-supply from device tree
[    1.009283] samsung-usb2-phy 12130000.phy:: Looking up vbus-supply property in node /phy@12130000 failed
[    1.009301] 12130000.phy: supply vbus not found, using dummy regulator
[    1.009511] phy phy-12130000.phy:.5: Looking up phy-supply from device tree
[    1.009526] phy phy-12130000.phy:.5: Looking up phy-supply property in node /phy@12130000 failed
[    1.009758] phy phy-12130000.phy:.6: Looking up phy-supply from device tree
[    1.009773] phy phy-12130000.phy:.6: Looking up phy-supply property in node /phy@12130000 failed
[    1.009987] phy phy-12130000.phy:.7: Looking up phy-supply from device tree
[    1.010002] phy phy-12130000.phy:.7: Looking up phy-supply property in node /phy@12130000 failed
[    1.010216] phy phy-12130000.phy:.8: Looking up phy-supply from device tree
[    1.010230] phy phy-12130000.phy:.8: Looking up phy-supply property in node /phy@12130000 failed
[    1.010951] exynos5_usb3drd_phy 12100000.phy:: Looking up vbus-supply from device tree
[    1.010968] exynos5_usb3drd_phy 12100000.phy:: Looking up vbus-supply property in node /phy@12100000 failed
[    1.010983] 12100000.phy: supply vbus not found, using dummy regulator
[    1.011074] exynos5_usb3drd_phy 12100000.phy:: Looking up vbus-boost-supply from device tree
[    1.011089] exynos5_usb3drd_phy 12100000.phy:: Looking up vbus-boost-supply property in node /phy@12100000 failed
[    1.011104] 12100000.phy: supply vbus-boost not found, using dummy regulator
[    1.011200] phy phy-12100000.phy:.9: Looking up phy-supply from device tree
[    1.011214] phy phy-12100000.phy:.9: Looking up phy-supply property in node /phy@12100000 failed
[    1.011435] phy phy-12100000.phy:.10: Looking up phy-supply from device tree
[    1.011450] phy phy-12100000.phy:.10: Looking up phy-supply property in node /phy@12100000 failed
[    1.011792] exynos5_usb3drd_phy 12500000.phy:: Looking up vbus-supply from device tree
[    1.011807] exynos5_usb3drd_phy 12500000.phy:: Looking up vbus-supply property in node /phy@12500000 failed
[    1.011822] 12500000.phy: supply vbus not found, using dummy regulator
[    1.011913] exynos5_usb3drd_phy 12500000.phy:: Looking up vbus-boost-supply from device tree
[    1.011928] exynos5_usb3drd_phy 12500000.phy:: Looking up vbus-boost-supply property in node /phy@12500000 failed
[    1.011942] 12500000.phy: supply vbus-boost not found, using dummy regulator
[    1.012037] phy phy-12500000.phy:.11: Looking up phy-supply from device tree
[    1.012052] phy phy-12500000.phy:.11: Looking up phy-supply property in node /phy@12500000 failed
[    1.012276] phy phy-12500000.phy:.12: Looking up phy-supply from device tree
[    1.012291] phy phy-12500000.phy:.12: Looking up phy-supply property in node /phy@12500000 failed
[    1.018082] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330
[    1.018115] dma-pl330 3880000.adma:  DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
[    1.025195] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330
[    1.025227] dma-pl330 121a0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    1.032091] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330
[    1.032125] dma-pl330 121b0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[    1.034077] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330
[    1.034109] dma-pl330 10800000.mdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[    1.172858] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.176350] 12c00000.serial:: ttySAC0 at MMIO 0x12c00000 (irq = 76, base_baud = 0) is a S3C6400/10
[    1.177056] 12c10000.serial:: ttySAC1 at MMIO 0x12c10000 (irq = 77, base_baud = 0) is a S3C6400/10
[    1.177749] 12c20000.serial:: ttySAC2 at MMIO 0x12c20000 (irq = 78, base_baud = 0) is a S3C6400/10
[    2.044553] console [ttySAC2] enabled
[    2.049025] 12c30000.serial:: ttySAC3 at MMIO 0x12c30000 (irq = 79, base_baud = 0) is a S3C6400/10
[    2.059083] [drm] Initialized drm 1.1.0 20060810
[    2.091348] brd: module loaded
[    2.133971] loop: module loaded
[    2.137730] exynos-dwc3 usb@12000000:: no suspend clk specified
[    2.142245] exynos-dwc3 usb@12000000:: Looking up vdd33-supply from device tree
[    2.142954] exynos-dwc3 usb@12400000:: no suspend clk specified
[    2.148127] exynos-dwc3 usb@12400000:: Looking up vdd33-supply from device tree
[    2.148606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.154638] ehci-exynos: EHCI EXYNOS driver
[    2.159066] of_get_named_gpiod_flags: can't parse 'samsung,vbus-gpio' property of node '/usb@12110000[0]'
[    2.159369] exynos-ehci 12110000.usb:: EHCI Host Controller
[    2.164384] exynos-ehci 12110000.usb:: new USB bus registered, assigned bus number 1
[    2.172401] exynos-ehci 12110000.usb:: irq 130, io mem 0x12110000
[    2.184414] exynos-ehci 12110000.usb:: USB 2.0 started, EHCI 1.00
[    2.189445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.195846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.203060] usb usb1: Product: EHCI Host Controller
[    2.207888] usb usb1: Manufacturer: Linux 4.6.0+ ehci_hcd
[    2.213263] usb usb1: SerialNumber: 12110000.usb:
[    2.219348] hub 1-0:1.0: USB hub found
[    2.221695] hub 1-0:1.0: 3 ports detected
[    2.227079] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.231875] ohci-exynos: OHCI EXYNOS driver
[    2.236504] exynos-ohci 12120000.usb:: USB Host Controller
[    2.241505] exynos-ohci 12120000.usb:: new USB bus registered, assigned bus number 2
[    2.249405] exynos-ohci 12120000.usb:: irq 130, io mem 0x12120000
[    2.313656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.319026] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.327142] usb usb2: Product: USB Host Controller
[    2.330981] usb usb2: Manufacturer: Linux 4.6.0+ ohci_hcd
[    2.336345] usb usb2: SerialNumber: 12120000.usb:
[    2.342261] hub 2-0:1.0: USB hub found
[    2.344801] hub 2-0:1.0: 3 ports detected
[    2.350628] usbcore: registered new interface driver uas
[    2.354724] usbcore: registered new interface driver usb-storage
[    2.361782] i2c /dev entries driver
[    2.369694] vdd_ldo1: 1000 mV
[    2.371059] LDO2: at 1800 mV
[    2.372868] vdd_ldo3: 1800 mV
[    2.374214] LDO4: at 1800 mV
[    2.376063] vdd_ldo5: 1800 mV
[    2.377898] vdd_ldo6: 1000 mV
[    2.379701] vdd_ldo7: 1800 mV
[    2.381510] vdd_ldo8: 1800 mV
[    2.382897] vdd_ldo9: Bringing 3300000uV into 3000000-3000000uV
[    2.390133] vdd_ldo9: 3000 mV
[    2.391964] vdd_ldo10: 1800 mV
[    2.393772] vdd_ldo11: 1000 mV
[    2.395606] vdd_ldo12: 1800 mV
[    2.396943] vdd_ldo13: Bringing 3300000uV into 2800000-2800000uV
[    2.404262] vdd_ldo13: 2800 mV
[    2.405663] LDO14: at 3000 mV
[    2.406987] vdd_ldo15: Bringing 3300000uV into 3100000-3100000uV
[    2.414274] vdd_ldo15: 3100 mV
[    2.416484] vdd_ldo16: 2200 mV
[    2.418296] tsp_avdd: 3300 mV
[    2.419648] LDO18: at 1800 mV
[    2.421031] vdd_sd: Bringing 3300000uV into 2800000-2800000uV
[    2.428091] vdd_sd: 2800 mV
[    2.429452] LDO20: at 1800 mV
[    2.430789] LDO21: at 1800 mV
[    2.432129] LDO22: at 1200 mV
[    2.433458] LDO23: at 1100 mV
[    2.435666] tsp_io: 2800 mV
[    2.437037] LDO25: at 1800 mV
[    2.439188] vdd_ldo26: 3000 mV
[    2.440616] LDO27: at 1000 mV
[    2.442023] LDO28: at 3300 mV
[    2.443366] LDO29: at 1800 mV
[    2.444690] LDO30: at 1800 mV
[    2.445958] LDO31: at 1800 mV
[    2.447236] LDO32: at 1800 mV
[    2.448493] LDO33: at 1800 mV
[    2.449863] LDO34: at 3000 mV
[    2.451183] LDO35: at 1600 mV
[    2.452506] LDO36: at 1800 mV
[    2.453807] LDO37: at 1800 mV
[    2.455184] LDO38: at 2800 mV
[    2.457443] vdd_mif: 800 <--> 1300 mV at 1100 mV
[    2.459736] vdd_arm: 800 <--> 1500 mV at 1000 mV
[    2.462025] vdd_int: 800 <--> 1400 mV at 1000 mV
[    2.464360] vdd_g3d: 800 <--> 1400 mV at 1000 mV
[    2.466633] vdd_mem: 800 <--> 1400 mV at 1200 mV
[    2.468902] vdd_kfc: 800 <--> 1500 mV at 1025 mV
[    2.471191] vdd_1.0v_ldo: 800 <--> 1500 mV at 900 mV
[    2.473475] vdd_1.8v_ldo: 800 <--> 1500 mV at 1225 mV
[    2.475843] vdd_2.8v_ldo: 3000 <--> 3750 mV at 3400 mV
[    2.477987] vdd_vmem: 2850 mV
[    2.486866] s5m-rtc s2mps14-rtc: rtc core: registered s5m-rtc as rtc0
[    2.495535] pwm-fan pwm-fan:: Failed to configure PWM
[    2.499156] pwm-fan: probe of pwm-fan: failed with error -22
[    2.505557] exynos-tmu 10060000.tmu:: Looking up vtmu-supply from device tree
[    2.506396] exynos-tmu 10060000.tmu:: More trip points than supported by this TMU.
[    2.512568] exynos-tmu 10060000.tmu:: 2 trip points should be configured in polling mode.
[    2.520899] exynos-tmu 10064000.tmu:: Looking up vtmu-supply from device tree
[    2.521819] exynos-tmu 10068000.tmu:: Looking up vtmu-supply from device tree
[    2.522756] exynos-tmu 1006c000.tmu:: Looking up vtmu-supply from device tree
[    2.523710] exynos-tmu 100a0000.tmu:: Looking up vtmu-supply from device tree
[    2.526188] s3c2410-wdt 101d0000.watchdog:: watchdog inactive, reset disabled, irq disabled
[    2.534149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.542211] cpu cpu0: Looking up cpu-supply from device tree
[    2.543187] cpu cpu0: Looking up cpu-supply from device tree
[    2.549482] cpu cpu4: Looking up cpu-supply from device tree
[    2.555956] pwrseq_emmc pwrseq:: GPIO lookup for consumer reset
[    2.555969] pwrseq_emmc pwrseq:: using device tree for GPIO lookup
[    2.555989] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/pwrseq[0]' - status (0)
[    2.556137] sdhci: Secure Digital Host Controller Interface driver
[    2.560888] sdhci: Copyright(c) Pierre Ossman
[    2.565453] Synopsys Designware Multimedia Card Interface Driver
[    2.571948] dwmmc_exynos 12200000.mmc:: IDMAC supports 32-bit address mode.
[    2.578219] dwmmc_exynos 12200000.mmc:: Using internal DMA controller.
[    2.584619] dwmmc_exynos 12200000.mmc:: Version ID is 250a
[    2.590126] dwmmc_exynos 12200000.mmc:: DW MMC controller at irq 83,64 bit host data width,64 deep fifo
[    2.599470] dwmmc_exynos 12200000.mmc:: Looking up vmmc-supply from device tree
[    2.599482] dwmmc_exynos 12200000.mmc:: Looking up vmmc-supply property in node /mmc@12200000 failed
[    2.599550] dwmmc_exynos 12200000.mmc:: Looking up vqmmc-supply from device tree
[    2.599560] dwmmc_exynos 12200000.mmc:: Looking up vqmmc-supply property in node /mmc@12200000 failed
[    2.599614] dwmmc_exynos 12200000.mmc:: GPIO lookup for consumer cd
[    2.599623] dwmmc_exynos 12200000.mmc:: using device tree for GPIO lookup
[    2.599644] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/mmc@12200000[0]' - status (0)
[    2.599665] dwmmc_exynos 12200000.mmc:: Got CD GPIO
[    2.604256] dwmmc_exynos 12200000.mmc:: GPIO lookup for consumer wp
[    2.604265] dwmmc_exynos 12200000.mmc:: using device tree for GPIO lookup
[    2.604275] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/mmc@12200000[0]'
[    2.604285] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/mmc@12200000[0]'
[    2.604345] dwmmc_exynos 12200000.mmc:: using lookup tables for GPIO lookup
[    2.604357] dwmmc_exynos 12200000.mmc:: lookup for GPIO wp failed
[    2.604424] dwmmc_exynos 12200000.mmc:: allocated mmc-pwrseq
[    2.639645] dwmmc_exynos 12200000.mmc:: 1 slots initialized
[    2.644069] dwmmc_exynos 12220000.mmc:: IDMAC supports 32-bit address mode.
[    2.650786] dwmmc_exynos 12220000.mmc:: Using internal DMA controller.
[    2.657213] dwmmc_exynos 12220000.mmc:: Version ID is 250a
[    2.662707] dwmmc_exynos 12220000.mmc:: DW MMC controller at irq 84,64 bit host data width,64 deep fifo
[    2.672054] dwmmc_exynos 12220000.mmc:: Looking up vmmc-supply from device tree
[    2.672066] dwmmc_exynos 12220000.mmc:: Looking up vmmc-supply property in node /mmc@12220000 failed
[    2.672121] dwmmc_exynos 12220000.mmc:: Looking up vqmmc-supply from device tree
[    2.672132] dwmmc_exynos 12220000.mmc:: Looking up vqmmc-supply property in node /mmc@12220000 failed
[    2.672184] dwmmc_exynos 12220000.mmc:: GPIO lookup for consumer cd
[    2.672193] dwmmc_exynos 12220000.mmc:: using device tree for GPIO lookup
[    2.672204] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/mmc@12220000[0]'
[    2.672214] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/mmc@12220000[0]'
[    2.672223] dwmmc_exynos 12220000.mmc:: using lookup tables for GPIO lookup
[    2.672233] dwmmc_exynos 12220000.mmc:: lookup for GPIO cd failed
[    2.672244] dwmmc_exynos 12220000.mmc:: GPIO lookup for consumer wp
[    2.672252] dwmmc_exynos 12220000.mmc:: using device tree for GPIO lookup
[    2.672262] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/mmc@12220000[0]'
[    2.672271] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/mmc@12220000[0]'
[    2.672280] dwmmc_exynos 12220000.mmc:: using lookup tables for GPIO lookup
[    2.672289] dwmmc_exynos 12220000.mmc:: lookup for GPIO wp failed
[    2.699388] dwmmc_exynos 12220000.mmc:: 1 slots initialized
[    2.704639] s5p-secss 10830000.sss:: s5p-sss driver registered
[    2.710401] usbcore: registered new interface driver usbhid
[    2.714877] usbhid: USB HID core driver
[    2.719957] NET: Registered protocol family 17
[    2.723109] NET: Registered protocol family 15
[    2.728192] Registering SWP/SWPB emulation handler
[    2.733260] registered taskstats version 1
[    2.747654] Key type encrypted registered
[    2.750248] ima: No TPM chip found, activating TPM-bypass!
[    2.755820] evm: HMAC attrs: 0x1
[    2.764708] exynos-dwc3 usb@12000000:: no suspend clk specified
[    2.769156] exynos-dwc3 usb@12000000:: Looking up vdd33-supply from device tree
[    2.769683] exynos-dwc3 usb@12000000:: Looking up vdd10-supply from device tree
[    2.772997] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[    2.777096] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3
[    2.784932] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
[    2.793354] xhci-hcd xhci-hcd.6.auto: irq 134, io mem 0x12000000
[    2.799512] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.806058] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.813258] usb usb3: Product: xHCI Host Controller
[    2.818094] usb usb3: Manufacturer: Linux 4.6.0+ xhci-hcd
[    2.823469] usb usb3: SerialNumber: xhci-hcd.6.auto
[    2.826864] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.826953] mmc1: new high speed SDHC card at address aaaa
[    2.827669] mmcblk1: mmc1:aaaa SL08G 7.40 GiB
[    2.829075]  mmcblk1: p1 p2
[    2.851337] hub 3-0:1.0: USB hub found
[    2.854427] hub 3-0:1.0: 1 port detected
[    2.858728] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
[    2.863782] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4
[    2.871453] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.879553] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.886205] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.893403] usb usb4: Product: xHCI Host Controller
[    2.898248] usb usb4: Manufacturer: Linux 4.6.0+ xhci-hcd
[    2.903624] usb usb4: SerialNumber: xhci-hcd.6.auto
[    2.909138] hub 4-0:1.0: USB hub found
[    2.912222] hub 4-0:1.0: 1 port detected
[    2.917084] exynos-dwc3 usb@12400000:: no suspend clk specified
[    2.921996] exynos-dwc3 usb@12400000:: Looking up vdd33-supply from device tree
[    2.922525] exynos-dwc3 usb@12400000:: Looking up vdd10-supply from device tree
[    2.923798] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    2.927846] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
[    2.935715] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
[    2.944151] xhci-hcd xhci-hcd.9.auto: irq 135, io mem 0x12400000
[    2.950227] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    2.956918] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.964053] usb usb5: Product: xHCI Host Controller
[    2.968897] usb usb5: Manufacturer: Linux 4.6.0+ xhci-hcd
[    2.974273] usb usb5: SerialNumber: xhci-hcd.9.auto
[    2.979804] hub 5-0:1.0: USB hub found
[    2.982850] hub 5-0:1.0: 1 port detected
[    2.987197] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[    2.992227] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 6
[    2.999895] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.007998] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    3.014712] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.021851] usb usb6: Product: xHCI Host Controller
[    3.026702] usb usb6: Manufacturer: Linux 4.6.0+ xhci-hcd
[    3.032071] usb usb6: SerialNumber: xhci-hcd.9.auto
[    3.037577] hub 6-0:1.0: USB hub found
[    3.040669] hub 6-0:1.0: 1 port detected
[    3.045732] s3c-rtc 101e0000.rtc:: rtc disabled, re-enabling
[    3.050258] s3c-rtc 101e0000.rtc:: warning: invalid RTC value so initializing it
[    3.057995] s3c-rtc 101e0000.rtc:: rtc core: registered s3c as rtc1
[    3.065297] Power domain power-domain@10044120 disable failed
[    3.069754] s5m-rtc s2mps14-rtc: setting system clock to 2000-01-01 00:00:06 UTC (946684806)
[    3.104477] Freeing unused kernel memory: 1024K (c0a00000 - c0b00000)
[    3.151565] random: systemd-udevd urandom read with 118 bits of entropy available
[    3.164370] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    3.224469] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[    3.247161] usb 4-1: New USB device found, idVendor=05e3, idProduct=0616
[    3.252428] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.259525] usb 4-1: Product: USB3.0 Hub
[    3.263387] usb 4-1: Manufacturer: GenesysLogic
[    3.272716] hub 4-1:1.0: USB hub found
[    3.275309] hub 4-1:1.0: 2 ports detected
[    3.300524] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    3.305786] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.312890] usb 3-1: Product: USB2.0 Hub
[    3.316787] usb 3-1: Manufacturer: GenesysLogic
[    3.352138] hub 3-1:1.0: USB hub found
[    3.354750] hub 3-1:1.0: 2 ports detected
[    3.454437] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd
[    3.475326] usb 6-1: New USB device found, idVendor=0bda, idProduct=8153
[    3.480604] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    3.487733] usb 6-1: Product: USB 10/100/1000 LAN
[    3.492401] usb 6-1: Manufacturer: Realtek
[    3.496473] usb 6-1: SerialNumber: 000001000000
[    3.769426] random: nonblocking pool is initialized
[    4.064350] raid6: int32x1  gen()   402 MB/s
[    4.149381] raid6: int32x1  xor()   411 MB/s
[    4.234398] raid6: int32x2  gen()   607 MB/s
[    4.319325] raid6: int32x2  xor()   540 MB/s
[    4.404319] raid6: int32x4  gen()   678 MB/s
[    4.489371] raid6: int32x4  xor()   559 MB/s
[    4.574445] raid6: int32x8  gen()   285 MB/s
[    4.659402] raid6: int32x8  xor()   191 MB/s
[    4.662199] raid6: using algorithm int32x4 gen() 678 MB/s
[    4.667596] raid6: .... xor() 559 MB/s, rmw enabled
[    4.672447] raid6: using intx1 recovery algorithm
[    4.678409] xor: measuring software checksum speed
[    4.729329]    arm4regs  :  1535.200 MB/sec
[    4.779356]    8regs     :  1083.200 MB/sec
[    4.829343]    32regs    :  2350.400 MB/sec
[    4.832058] xor: using function: 32regs (2350.400 MB/sec)
[    4.855371] Btrfs loaded, assert=on
[    7.764447] usb 4-1.2: new SuperSpeed USB device number 3 using xhci-hcd
[    7.785658] usb 4-1.2: New USB device found, idVendor=152d, idProduct=3562
[    7.791088] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.798367] usb 4-1.2: Product: AD TO BE II
[    7.802518] usb 4-1.2: Manufacturer: ADMKIV
[    7.806679] usb 4-1.2: SerialNumber: DB123456789628
[    7.822724] scsi host0: uas
[    7.825526] scsi 0:0:0:0: Direct-Access     ADplus   SuperVer         6302 PQ: 0 ANSI: 6
[    7.865497] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    7.865505] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    7.876807] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    7.882738] sd 0:0:0:0: [sda] Write Protect is off
[    7.886778] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
[    7.887148] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.978658]  sda: sda1 sda2
[    7.982428] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.426771] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    8.871821] systemd[1]: System time before build time, advancing clock.
[    8.974987] NET: Registered protocol family 10
[    9.039104] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    9.056680] systemd[1]: Detected architecture arm.
[    9.085579] systemd[1]: Set hostname to <hiperborea>.
[    9.912138] systemd[1]: Created slice User and Session Slice.
[    9.929638] systemd[1]: Listening on LVM2 metadata daemon socket.
[    9.950250] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.974466] systemd[1]: Reached target Encrypted Volumes.
[    9.989617] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.009735] systemd[1]: Listening on Journal Audit Socket.
[   10.024679] systemd[1]: Listening on Journal Socket.
[   10.039651] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   10.059533] systemd[1]: Listening on udev Kernel Socket.
[   10.074543] systemd[1]: Listening on LVM2 poll daemon socket.
[   10.094517] systemd[1]: Listening on Syslog Socket.
[   10.109668] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.129934] systemd[1]: Created slice System Slice.
[   10.145016] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   10.184634] systemd[1]: Mounting RPC Pipe File System...
[   10.200033] systemd[1]: Created slice system-getty.slice.
[   10.217366] systemd[1]: Starting Journal Service...
[   10.234492] systemd[1]: Reached target Slices.
[   10.252456] systemd[1]: Mounting Debug File System...
[   10.272606] systemd[1]: Starting Nameserver information manager...
[   10.293051] systemd[1]: Mounting POSIX Message Queue File System...
[   10.294698] RPC: Registered named UNIX socket transport module.
[   10.294703] RPC: Registered udp transport module.
[   10.294707] RPC: Registered tcp transport module.
[   10.294711] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.335201] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   10.354684] systemd[1]: Listening on fsck to fsckd communication Socket.
[   10.394895] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.411230] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[   10.424545] systemd[1]: Reached target Swap.
[   10.441510] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   10.499945] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   10.528999] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   10.589916] systemd[1]: Starting Load Kernel Modules...
[   10.604688] systemd[1]: Listening on udev Control Socket.
[   10.627094] systemd[1]: Mounted RPC Pipe File System.
[   10.644635] systemd[1]: Mounted POSIX Message Queue File System.
[   10.664509] systemd[1]: Mounted Debug File System.
[   10.679805] systemd[1]: Started Journal Service.
[   11.257762] systemd-journald[1755]: Received request to flush runtime journal from PID 1
[   12.339941] usbcore: registered new interface driver r8152
[   12.428966] usbcore: registered new interface driver cdc_ether
[   12.523976] usb 6-1: reset SuperSpeed USB device number 2 using xhci-hcd
[   12.660714] r8152 6-1:1.0 eth0: v1.08.3
[   26.307526] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)

 

 

Edited by zador.blood.stained
Added spoiler tags
Link to comment
Share on other sites

@jobenvil

 

you forgot to add

 

for the logs (my firefox nightly / Armbian forum doesn't work when editing too large message :)

 

ok, the default linux kernel 4.6.2 (from linux.org) create BIG.little  little by default (depending on core load, the core swap from little to BIG), I haven't looked in .config how to configure Hybrid Mode HSM to use little+BIG cores at the same time

 

I was surprised the 4 core load didn't make the SoC heat over 50°C ;)

 

so there is none CPU manager neither BIG.little nor HSM configured in .config by default, only the 4 little cores activated

 

it is not possible to put the other cores online "hotswap"

 

kernel tuning is needed

 

 

 

root@odroidxu4:/sys/devices/system/cpu# ll
total 0
drwxr-xr-x 14 root root    0 Jun 21 19:55 ./
drwxr-xr-x  6 root root    0 Jun 21 19:55 ../
drwxr-xr-x  5 root root    0 Jun 21 19:55 cpu0/
drwxr-xr-x  5 root root    0 Jun 21 19:55 cpu1/
drwxr-xr-x  5 root root    0 Jun 21 19:55 cpu2/
drwxr-xr-x  5 root root    0 Jun 21 19:55 cpu3/
drwxr-xr-x  4 root root    0 Jun 21 19:59 cpu4/
drwxr-xr-x  4 root root    0 Jun 21 19:55 cpu5/
drwxr-xr-x  4 root root    0 Jun 21 19:55 cpu6/
drwxr-xr-x  4 root root    0 Jun 21 19:55 cpu7/
drwxr-xr-x  2 root root    0 Jun 21 19:55 cpufreq/
drwxr-xr-x  2 root root    0 Jun 21 19:55 cpuidle/
drwxr-xr-x  2 root root    0 Jun 21 19:55 hotplug/
-r--r--r--  1 root root 4096 Jun 21 19:55 isolated
-r--r--r--  1 root root 4096 Jun 21 19:55 kernel_max
-r--r--r--  1 root root 4096 Jun 21 19:55 offline
-r--r--r--  1 root root 4096 Jun 21 19:55 online
-r--r--r--  1 root root 4096 Jun 21 19:55 possible
drwxr-xr-x  2 root root    0 Jun 21 19:55 power/
-r--r--r--  1 root root 4096 Jun 21 19:55 present
-rw-r--r--  1 root root 4096 Jun 21 19:55 uevent


root@odroidxu4:/sys/devices/system/cpu/cpu0# ll
total 0
drwxr-xr-x  5 root root    0 Jun 21 19:55 ./
drwxr-xr-x 14 root root    0 Jun 21 19:55 ../
drwxr-xr-x  2 root root    0 Jun 21 18:43 hotplug/
lrwxrwxrwx  1 root root    0 Jun 21 20:06 of_node -> ../../../../firmware/devicetree/base/cpus/cpu@100/
-rw-r--r--  1 root root 4096 Jun 21 20:06 online
drwxr-xr-x  2 root root    0 Jun 21 18:43 power/
lrwxrwxrwx  1 root root    0 Jun 21 18:42 subsystem -> ../../../../bus/cpu/
drwxr-xr-x  2 root root    0 Jun 21 18:43 topology/
-rw-r--r--  1 root root 4096 Jun 21 18:42 uevent
root@odroidxu4:/sys/devices/system/cpu/cpu0# cat online
1
root@odroidxu4:/sys/devices/system/cpu/cpu0# cd ../cpu4/
root@odroidxu4:/sys/devices/system/cpu/cpu4# cat online
0
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo "1" > online
bash: echo: write error: Operation not permitted
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo 255 > online
bash: echo: write error: Invalid argument
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo 4 > online
bash: echo: write error: Invalid argument
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo 0 > online
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo 1 > online
bash: echo: write error: Operation not permitted
root@odroidxu4:/sys/devices/system/cpu/cpu4# echo 1 > online

 

 

Link to comment
Share on other sites

post your .config in pastebin and I will git diff. Theoretically It should not differ to much. I don't remember well which branch/repo I took. My fan runs and runs... and no way to stop it. searching for solution.

Sorry for the spoiler. I will do this next time.

Link to comment
Share on other sites

I was playing around (Kernel 4.7-rc4) with menuconfig and comparing with older kernels where HDMI still worked. In mainline and next releases is not working my monitor, which is not HDMI native. I will receive in the next days a UART adapter and check where it hangs. Actually I use Kernel 4.7. which works somehow better with USB3.

Link to comment
Share on other sites

@jobenvil

 

I have a message in vanilla 4.6 4.7-rc about HDMI

[    0.688642] exynos-hdmi 14530000.hdmi: Failed to get supply 'vdd': -517
[    0.688669] [drm:hdmi_probe] *ERROR* failed to get regulators
[    0.688684] [drm:hdmi_probe] *ERROR* hdmi_resources_init failed

I have tried your .config but I cannot boot the kernel at all.

 

@Igor, Zador.blood.stain, Tk, & all

 

I have created a new image (jessie based as ethernet management is not "perfect" in Xenial) from Armbian master, the /etc/fstab isn't updated despite the pushed fix

 

 

 

[  OK  ] Started Copy rules generated while the root was ro.
[  OK  ] Started LSB: Tune IDE hard disks.
[    8.811076] systemd-fsck[256]: e2fsck 1.42.12 (29-Aug-2014)
[    8.826013] systemd-fsck[256]: /dev/mmcblk1p2 : propre, 47800/79840 fichiers, 218285/318976 blocs
[  OK  ] Found device /dev/ttySAC2.
[  OK  ] Created slice system-ifup.slice.
[  OK  ] Started LSB: Set preliminary keymap.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Various fixups to make systemd work better on Debian...
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /tmp...
[  OK  ] Started Various fixups to make systemd work better on Debian.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Mounted /tmp.
[ TIME ] Timed out waiting for device dev-mmcblk0p1.device.
[DEPEND] Dependency failed for /boot.
[DEPEND] Dependency failed for Local File Systems.
[DEPEND] Dependency failed for File System Check on /dev/mmcblk0p1.
[  OK  ] Stopped Serial Getty on ttySAC2.
[  OK  ] Stopped Getty on tty1.
[  OK  ] Stopped getty on tty2-tty6 if dbus and logind are not available.
[  OK  ] Stopped target Graphical Interface.
[  OK  ] Stopped Entropy daemon using the HAVEGE algorithm.
[  OK  ] Stopped target Multi-User System.
[  OK  ] Stopped OpenBSD Secure Shell server.
[  OK  ] Stopped Regular background program processing daemon.
[  OK  ] Stopped /etc/rc.local Compatibility.
[  OK  ] Stopped Login Service.
[  OK  ] Reached target Login Prompts.
[  OK  ] Stopped LSB: PLEASE BE PATIENT AND DO NOT INTERRUPT THE FIRST REBOOT.
[  OK  ] Stopped LSB: Set sysfs variables from /etc/sysfs.conf.
[  OK  ] Stopped LSB: disk temperature monitoring daemon.
[  OK  ] Stopped LSB: Start/stop sysstat's sadc.
[  OK  ] Stopped LSB: Starts LIRC daemon..
[  OK  ] Stopped LSB: Armbian gathering hardware information.
[  OK  ] Stopped LSB: Start NTP daemon.
[  OK  ] Stopped LSB: Advanced IEEE 802.11 management daemon.
[  OK  ] Stopped LSB: set CPUFreq kernel parameters.
[  OK  ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Reached target Remote File Systems.
         Starting Trigger Flushing of Journal to Persistent Storage...
[  OK  ] Stopped System Logging Service.
[  OK  ] Stopped target Basic System.
[  OK  ] Reached target Timers.
[  OK  ] Stopped target System Initialization.
         Starting Create Volatile Files and Directories...
         Starting LSB: Prepare console...
         Starting LSB: Raise network interfaces....
[  OK  ] Closed Syslog Socket.
[  OK  ] Reached target Sockets.
         Starting Emergency Shell...
[  OK  ] Started Emergency Shell.
[  OK  ] Reached target Emergency Mode.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Trigger Flushing of Journal to Persistent Storage.
[  OK  ] Started LSB: Prepare console.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
         Starting Update UTMP about System Runlevel Changes...
         Starting LSB: Set console font and keymap...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started LSB: Raise network interfaces..
         Starting ifup for eth0...
[  OK  ] Started ifup for eth0.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
Welcome to emergGive root password for maintenance
(or type Control-D to continue):
root@odroidxu4:~# free
             total       used       free     shared    buffers     cached
Mem:       2030904      61552    1969352       6564       5736      25280
-/+ buffers/cache:      30536    2000368
Swap:            0          0          0
root@odroidxu4:~# ps axf
  PID TTY      STAT   TIME COMMAND
    2 ?        S      0:00 [kthreadd]
    3 ?        S      0:01  \_ [ksoftirqd/0]
    4 ?        S      0:00  \_ [kworker/0:0]
    5 ?        S<     0:00  \_ [kworker/0:0H]
    6 ?        S      0:00  \_ [kworker/u16:0]
    7 ?        S      0:00  \_ [rcu_preempt]
    8 ?        S      0:00  \_ [rcu_sched]
    9 ?        S      0:00  \_ [rcu_bh]
   10 ?        S      0:00  \_ [migration/0]
   11 ?        S      0:00  \_ [watchdog/0]
   12 ?        S      0:00  \_ [cpuhp/0]
   13 ?        S      0:00  \_ [cpuhp/1]
   14 ?        S      0:00  \_ [watchdog/1]
   15 ?        S      0:00  \_ [migration/1]
   16 ?        S      0:00  \_ [ksoftirqd/1]
   18 ?        S<     0:00  \_ [kworker/1:0H]
   19 ?        S      0:00  \_ [cpuhp/2]
   20 ?        S      0:00  \_ [watchdog/2]
   21 ?        S      0:00  \_ [migration/2]
   22 ?        S      0:00  \_ [ksoftirqd/2]
   24 ?        S<     0:00  \_ [kworker/2:0H]
   25 ?        S      0:00  \_ [cpuhp/3]
   26 ?        S      0:00  \_ [watchdog/3]
   27 ?        S      0:00  \_ [migration/3]
   28 ?        S      0:00  \_ [ksoftirqd/3]
   30 ?        S<     0:00  \_ [kworker/3:0H]
   31 ?        S      0:00  \_ [cpuhp/4]
   32 ?        S      0:00  \_ [watchdog/4]
   33 ?        S      0:00  \_ [migration/4]
   34 ?        S      0:00  \_ [ksoftirqd/4]
   35 ?        S      0:00  \_ [kworker/4:0]
   36 ?        S<     0:00  \_ [kworker/4:0H]
   37 ?        S      0:00  \_ [cpuhp/5]
   38 ?        S      0:00  \_ [watchdog/5]
   39 ?        S      0:00  \_ [migration/5]
   40 ?        S      0:00  \_ [ksoftirqd/5]
   41 ?        S      0:00  \_ [kworker/5:0]
   42 ?        S<     0:00  \_ [kworker/5:0H]
   43 ?        S      0:00  \_ [cpuhp/6]
   44 ?        S      0:00  \_ [watchdog/6]
   45 ?        S      0:00  \_ [migration/6]
   46 ?        S      0:00  \_ [ksoftirqd/6]
   47 ?        S      0:00  \_ [kworker/6:0]
   48 ?        S<     0:00  \_ [kworker/6:0H]
   49 ?        S      0:00  \_ [cpuhp/7]
   50 ?        S      0:00  \_ [watchdog/7]
   51 ?        S      0:00  \_ [migration/7]
   52 ?        S      0:00  \_ [ksoftirqd/7]
   53 ?        S      0:00  \_ [kworker/7:0]
   54 ?        S<     0:00  \_ [kworker/7:0H]
   55 ?        S      0:00  \_ [kdevtmpfs]
   56 ?        S<     0:00  \_ [netns]
   57 ?        S      0:00  \_ [kworker/0:1]
   59 ?        S      0:00  \_ [khungtaskd]
   60 ?        S      0:00  \_ [oom_reaper]
   61 ?        S<     0:00  \_ [writeback]
   62 ?        S      0:00  \_ [kcompactd0]
   63 ?        S<     0:00  \_ [crypto]
   64 ?        S<     0:00  \_ [bioset]
   65 ?        S<     0:00  \_ [kblockd]
   66 ?        S<     0:00  \_ [cfg80211]
   67 ?        S<     0:00  \_ [watchdogd]
   68 ?        S<     0:00  \_ [rpciod]
   69 ?        S      0:00  \_ [kswapd0]
   70 ?        S<     0:00  \_ [vmstat]
   71 ?        S<     0:00  \_ [nfsiod]
  115 ?        S<     0:00  \_ [bioset]
  116 ?        S<     0:00  \_ [bioset]
  117 ?        S<     0:00  \_ [bioset]
  118 ?        S<     0:00  \_ [bioset]
  119 ?        S<     0:00  \_ [bioset]
  120 ?        S<     0:00  \_ [bioset]
  121 ?        S<     0:00  \_ [bioset]
  122 ?        S<     0:00  \_ [bioset]
  123 ?        S<     0:00  \_ [bioset]
  124 ?        S<     0:00  \_ [bioset]
  125 ?        S<     0:00  \_ [bioset]
  126 ?        S<     0:00  \_ [bioset]
  127 ?        S<     0:00  \_ [bioset]
  128 ?        S<     0:00  \_ [bioset]
  129 ?        S<     0:00  \_ [bioset]
  130 ?        S<     0:00  \_ [bioset]
  131 ?        S<     0:00  \_ [bioset]
  132 ?        S<     0:00  \_ [bioset]
  133 ?        S<     0:00  \_ [bioset]
  134 ?        S<     0:00  \_ [bioset]
  135 ?        S<     0:00  \_ [bioset]
  136 ?        S<     0:00  \_ [bioset]
  137 ?        S<     0:00  \_ [bioset]
  138 ?        S<     0:00  \_ [bioset]
  139 ?        S      0:00  \_ [irq/132-s2mps11]
  140 ?        S      0:00  \_ [irq/134-1220000]
  141 ?        S<     0:00  \_ [ipv6_addrconf]
  142 ?        S      0:00  \_ [kworker/4:1]
  143 ?        S<     0:00  \_ [kworker/4:1H]
  144 ?        S<     0:00  \_ [bioset]
  145 ?        S      0:00  \_ [mmcqd/1]
  146 ?        S<     0:00  \_ [kworker/5:1H]
  147 ?        S<     0:00  \_ [kworker/6:1H]
  148 ?        S<     0:00  \_ [kworker/7:1H]
  149 ?        S      0:00  \_ [kswitcher_0]
  150 ?        S      0:00  \_ [kswitcher_1]
  151 ?        S      0:00  \_ [kswitcher_2]
  152 ?        S      0:00  \_ [kswitcher_3]
  153 ?        S<     0:00  \_ [deferwq]
  155 ?        S      0:00  \_ [irq/131-hdmi]
  156 ?        S      0:01  \_ [kworker/0:3]
  159 ?        S      0:00  \_ [kworker/1:1]
  180 ?        S      0:00  \_ [kworker/3:1]
  191 ?        S<     0:00  \_ [kworker/0:1H]
  199 ?        S      0:00  \_ [kworker/2:1]
  201 ?        S      0:00  \_ [scsi_eh_0]
  202 ?        S<     0:00  \_ [scsi_tmf_0]
  203 ?        S      0:00  \_ [usb-storage]
  223 ?        S<     0:00  \_ [bioset]
  224 ?        S      0:00  \_ [kworker/u16:2]
  226 ?        S<     0:00  \_ [kworker/3:1H]
  228 ?        S<     0:00  \_ [kworker/2:1H]
  229 ?        S      0:00  \_ [kworker/2:2]
  231 ?        S      0:00  \_ [jbd2/mmcblk1p2-]
  232 ?        S<     0:00  \_ [ext4-rsv-conver]
  257 ?        S<     0:00  \_ [kworker/1:1H]
  266 ?        S      0:00  \_ [kworker/3:2]
  268 ?        S      0:00  \_ [kworker/1:2]
    1 ?        Ss     0:02 /sbin/init
  285 ?        Ss     0:00 /lib/systemd/systemd-journald
  291 ?        Ss     0:00 /lib/systemd/systemd-udevd
  542 ?        Ss     0:00 /bin/sh -c /sbin/sulogin; /bin/systemctl --fail --no-
  543 ?        S      0:00  \_ bash
  621 ?        R+     0:00      \_ ps axf
  599 ?        Ss     0:00 dhclient -v -pf /run/dhclient.eth0.pid -lf /var/lib/d
root@odroidxu4:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1e:06:30:15:03
          inet adr:192.168.1.15  Bcast:192.168.255.255  Masque:255.255.0.0
          adr inet6: fe80::21e:6ff:fe30:1503/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          RX bytes:1934 (1.8 KiB)  TX bytes:1332 (1.3 KiB)

 

 

root@odroidxu4:/home# cat /etc/fstab
/dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
/dev/mmcblk0p1 /boot vfat defaults 0 2
tmpfs /tmp tmpfs defaults,nosuid 0 0
root@odroidxu4:/home# sudo nano /etc/fstab


 /dev/mmcblk0 => /dev/mmcblk1 (uboot 2012.07 issue I guess)

 

@all

 

I still have the 4 little cores only but it is great... there is no need of fan cooling or heatsink :)

[    1.009593] IRQ53 no longer affine to CPU4
[    1.009916] CPU4: shutdown
[    1.011017]  mmcblk1: p1 p2
[    1.042985] GIC ID for CPU 1 cluster 0 is 1
[    1.064615] IRQ54 no longer affine to CPU5
[    1.064908] CPU5: shutdown
[    1.092452] GIC ID for CPU 2 cluster 0 is 2
[    1.109566] IRQ55 no longer affine to CPU6
[    1.109846] CPU6: shutdown
[    1.137058] GIC ID for CPU 3 cluster 0 is 3
[    1.159539] IRQ56 no longer affine to CPU7
[    1.159825] CPU7: shutdown
[    1.187445] big.LITTLE switcher initialized

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines