'2018/09'에 해당되는 글 119건

  1. 2018.09.19 npm audit
  2. 2018.09.18 synology 로그..
  3. 2018.09.18 rpi 3b gpio-ir 관련
  4. 2018.09.18 visjs
  5. 2018.09.18 자바스크립트 ES6 와 화살표 펑션 (=>) 2
  6. 2018.09.18 odroid-xu4 부팅 로그
  7. 2018.09.18 promise-mysql
  8. 2018.09.18 node.js 동기와 비동기 그리고 promise
  9. 2018.09.18 그래프
  10. 2018.09.17 jquery datatables
Programming/node.js2018. 9. 19. 12:25

회사에서 설치할때는 별 소리 없더니

집에와서 설치하려고 하니 먼가 경고가 뿜뿜한다 -_-

결론만 말하자면, 저거 경고일뿐 일단 설치는 된거니 무시해도 된다 정도?


$ npm install

added 150 packages from 251 contributors and audited 305 packages in 12.634s

found 2 vulnerabilities (1 low, 1 moderate)

  run `npm audit fix` to fix them, or `npm audit` for details


$ npm audit fix

+ mysql@2.16.0

added 4 packages from 8 contributors, removed 1 package and updated 5 packages i

fixed 1 of 2 vulnerabilities in 305 scanned packages

  1 vulnerability required manual review and could not be updated


$ npm audit

=== npm audit security report ===



                                 Manual Review

             Some vulnerabilities require your attention to resolve


          Visit https://go.npm.me/audit-guide for additional guidance



  Low             Regular Expression Denial of Service


  Package         debug


  Patched in      >= 2.6.9 < 3.0.0 || >= 3.1.0


  Dependency of   node-rest-client


  Path            node-rest-client > debug


  More info       https://nodesecurity.io/advisories/534


found 1 low severity vulnerability in 310 scanned packages

  1 vulnerability requires manual review. See the full report for details.



$ npm install --no-audit

up to date in 0.912s 


[링크 : https://blog.outsider.ne.kr/1375]

Posted by 구차니
하드웨어/Storage2018. 9. 18. 22:00

자꾸 하드에는 문제가 없는것 같은데 영상이 끊어져서 로그를 보니

이상증상이 발생.. 랜이 문제인가.. 아니면 하드가 문제인가.. ㄷㄷ

[1021784.635712] :eth0: link up, full duplex, speed 1 Gbps

[1028414.663257] :eth0: link down

[1028414.666737] :eth0: link up, full duplex, speed 1 Gbps

[1028461.461712] :eth0: link down

[1028463.965768] :eth0: link up, full duplex, speed 1 Gbps

[1028900.171094] ata1: wake up from deepsleep, reset link now

[1028900.402572] ata1: device plugged sstatus 0x123

[1028907.171043] ata2: wake up from deepsleep, reset link now

[1028907.402658] ata2: device plugged sstatus 0x123

[1028910.181567] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)

[1028910.301227] ata1.00: configured for UDMA/133

[1028910.305714] ata1: wake up successful, the reset fail can be ignored

[1028941.012559] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)

[1028941.092583] ata2.00: configured for UDMA/133

[1028941.097066] ata2: wake up successful, the reset fail can be ignored

...


[1120631.009260] :eth0: link down

[1120638.963169] :eth0: link up, full duplex, speed 1 Gbps

[1120644.395001] init: nmbd main process (5071) killed by TERM signal


일단은 오랫만에 리부팅..

'하드웨어 > Storage' 카테고리의 다른 글

2.5인치 SAS/SATA 트레이  (0) 2019.02.28
시게이트 SSHD 스펙  (0) 2019.01.16
synology 기분 탓인가.. 늦게 켜지네  (0) 2018.07.27
microSD 소비전류  (0) 2018.06.22
SD 메모리 성능관련  (2) 2018.05.17
Posted by 구차니
embeded/raspberry pi2018. 9. 18. 21:20

config.txt

dtoverlay=gpio-ir 

콘솔에서 테스트

# systemctl stop kodi

# systemctl stop eventlircd

# ir-keytable -t

# irw 

[링크 : https://wiki.libreelec.tv/infrared_remotes]


dmesg 내용 lircd 이런 문구는 빠지고 단지 RC라던가 gpio_ir 이런식으로 문구가 바뀌어있다.

[    4.189143] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000

[    4.204139] Registered IR keymap rc-rc6-mce

[    4.204602] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input0

[    4.205457] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0

[    4.249361] IR RC6 protocol handler initialized

[    4.275615] Console: switching to colour dummy device 80x30

[    4.340170] IR NEC protocol handler initialized

[    4.626084] usbcore: registered new interface driver brcmfmac

[    4.790759] uart-pl011 3f201000.serial: no DMA platform data

[    4.818228] brcmfmac: Firmware version = wl0: Aug 29 2016 20:48:16 version 7.45.41.26 (r640327) FWID 01-4527cfab

[    4.863885] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup 


특이하게도(?) 하라는대로 안되서 일단 삐딱선을 타는중

irw로는 eventlircd 에서 잡고 있어서 읽히지 않고 서비스를 죽이면 irw로 읽지 못한다 -_-

그래서 ir-keytable로 읽히는걸 확인

OpenELEC:~ # irw

^C

OpenELEC:~ # systemctl stop eventlircd

OpenELEC:~ # systemctl stop kodi

OpenELEC:~ # irw

connect: No such file or directory

OpenELEC:~ # ir-keytable

Found /sys/class/rc/rc0/ (/dev/input/event0) with:

        Driver gpio-rc-recv, table rc-rc6-mce

        Supported protocols: unknown other rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp

        Enabled protocols: nec rc-6

        Name: gpio_ir_recv

        bus: 25, vendor/product: 0001:0001, version: 0x0100

        Repeat delay = 500 ms, repeat period = 125 ms

OpenELEC:~ # ir-keytable -t

Testing events. Please, press CTRL-C to abort.

1537273010.205799: event type EV_MSC(0x04): scancode = 0x5e

1537273010.205799: event type EV_SYN(0x00).

1537273010.671725: event type EV_MSC(0x04): scancode = 0x5e

1537273010.671725: event type EV_SYN(0x00).

1537273011.578027: event type EV_MSC(0x04): scancode = 0x58

1537273011.578027: event type EV_SYN(0x00).

1537273012.054831: event type EV_MSC(0x04): scancode = 0x04

1537273012.054831: event type EV_SYN(0x00).

1537273012.423875: event type EV_MSC(0x04): scancode = 0x06

1537273012.423875: event type EV_SYN(0x00).

1537273012.979334: event type EV_MSC(0x04): scancode = 0x59

1537273012.979334: event type EV_SYN(0x00).

1537273014.182888: event type EV_MSC(0x04): scancode = 0x44

1537273014.182888: event type EV_SYN(0x00).

1537273014.540484: event type EV_MSC(0x04): scancode = 0x45

1537273014.540484: event type EV_SYN(0x00).

1537273014.865167: event type EV_MSC(0x04): scancode = 0x48

1537273014.865167: event type EV_SYN(0x00). 


음.. 이 변화가 커널 영향인가 아니면.. 라즈베리 배포판 시기 문제인가..

# uname -a

Linux OpenELEC 4.9.25 #1 SMP Sat Apr 29 05:11:28 CEST 2017 armv7l GNU/Linux 


'embeded > raspberry pi' 카테고리의 다른 글

rpi face detection & recognition  (4) 2018.11.16
openELEC(kodi) 미스테리..  (0) 2018.09.22
라즈베리 파이 3 + openELEC  (0) 2018.09.16
라즈베리 파이 3B 소비전류  (0) 2018.09.16
라즈베리 파이 3 - 블루투스 / wifi  (2) 2018.09.15
Posted by 구차니

visualization 라이브러리

네트워크라던가 그래프라던가 여러가지 그림을 그릴수 있게 해주는 라이브러리


[링크 : http://visjs.org]

[링크 : http://visjs.org/network_examples.html]

'Programming > javascript & HTML' 카테고리의 다른 글

ajax  (0) 2018.09.20
polar clock  (0) 2018.09.20
자바스크립트 ES6 와 화살표 펑션 (=>)  (2) 2018.09.18
그래프  (0) 2018.09.18
jquery datatables  (0) 2018.09.17
Posted by 구차니

보다보니 먼가 해서 찾아보는데

ES6에서 추가된 문법으로 function을 제외하고

이름없는 함수로 만들어주는 축약자(?)라고 한다.


[링크 : http://blog.jeonghwan.net/2016/04/28/es6.html]

[링크 : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Functions/애로우_펑션]

'Programming > javascript & HTML' 카테고리의 다른 글

polar clock  (0) 2018.09.20
visjs  (0) 2018.09.18
그래프  (0) 2018.09.18
jquery datatables  (0) 2018.09.17
select - option 투명 배경  (0) 2018.09.17
Posted by 구차니
embeded/odroid2018. 9. 18. 19:16

아래는 일단 기본(?) 환경설정 프린트 한거

boot.ini에서 setenv bootdealy 1을 해놔서 그런가 1초로 뜨는데 원래값이 얼마인지 궁금하네

U-Boot 2017.05-15377-gedb23d4 (Aug 24 2017 - 07:09:51 -0300) for ODROID-XU4


CPU:   Exynos5422 @ 800 MHz

Model: Odroid XU4 based on EXYNOS5422

Board: Odroid XU4 based on EXYNOS5422

Type:  xu4

DRAM:  2 GiB

MMC:   EXYNOS DWMMC: 0, EXYNOS DWMMC: 1

MMC Device 0 ( SD ): 14.8 GiB

mmc_init: -5, time 4

*** Warning - bad CRC, using default environment


In:    serial

Out:   serial

Err:   serial

Net:   No ethernet found.

Press quickly 'Enter' twice to stop autoboot:  0

Exynos5422 #

Exynos5422 #

Exynos5422 #

Exynos5422 # pri

arch=arm

baudrate=115200

board=odroid

board_adc_value=1287

board_name=xu4

board_rev=1

boardname=odroidxu4

boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}

boot_device=SD

boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi

boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf

boot_net_usb_start=usb start

boot_prefixes=/ /boot/

boot_script_dhcp=boot.scr.uimg

boot_scripts=boot.scr.uimg boot.scr

boot_targets=mmc1 mmc0 usb0 pxe dhcp

bootargs=fb_x_res=1280 fb_y_res=720 vout=hdmi led_blink=1 hdmi_phy_res=720p60hz edid=0, hpd=1 disable_vu7=false touch_invert_x=false touch_invert_y=false

bootcmd=cfgload;movi r k 0 40008000;bootz 40008000

bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00010:UNDI:003000;setenv bootp_arch 0xa;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;

bootcmd_mmc0=setenv devnum 0; run mmc_boot

bootcmd_mmc1=setenv devnum 1; run mmc_boot

bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi

bootcmd_usb0=setenv devnum 0; run usb_boot

bootdelay=1

bootm_size=0x10000000

console=console=ttySAC2,115200n8

copy_uboot_emmc2sd=mmc dev 0;emmc open 0;mmc read  ${loadaddr} 0x0000 0x07de;emmc close 0;mmc dev 1;  mmc write ${loadaddr} 0x0001 0x07de;mmc dev 0;mmc dev 1;  mmc write ${loadaddr} 0x07df 0x0020;mmc dev 0

copy_uboot_sd2emmc=mmc dev 0;mmc read  ${loadaddr} 0x0001 0x07de;mmc dev 1;emmc open  1;mmc write ${loadaddr} 0x0000 0x07de;emmc close 1;mmc dev 0;mmc dev 1;  mmc write ${loadaddr} 0x07df 0x0020;mmc dev 0

cpu=armv7

dfu_alt_info=Autoset by THOR/DFU command run.

dfu_alt_system=uImage fat 0 1;zImage fat 0 1;Image.itb fat 0 1;uInitrd fat 0 1;boot.scr fat 0 1;boot.cmd fat 0 1;exynos5422-odroidxu3.dtb fat 0 1;exynos5422-odroidxu3-lite.dtb fat 0 1;exynos5422-odroidxu4.dtb fat 0 1;boot part 0 1;root part 0 2

distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done

efi_dtb_prefixes=/ /dtb/ /dtb/current/

env_erase=mw.l ${loadaddr} 0 4000;mmc dev 0;  mmc write ${loadaddr} 0x07df 0x0020;mmc dev 0

fdt_addr_r=0x43000000

fdtcontroladdr=b9920170

fdtfile=exynos5422-odroidxu4.dtb

kernel_addr_r=0x42000000

load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}

loadaddr=0x50000000

mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi

mmcbootdev=0

mmcbootpart=1

mmcrootdev=0

mmcrootpart=2

pxefile_addr_r=0x51000000

ramdisk_addr_r=0x43300000

rootfstype=ext4

scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;

scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done

scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; fi; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootarm.efi; then echo Found EFI removable media binary efi/boot/bootarm.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile

scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi

scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done

scriptaddr=0x50000000

soc=exynos

soc_id=5422

soc_rev=0.1

stderr=serial

stdin=serial

stdout=serial

usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi

vendor=samsung


Environment size: 4995/16380 bytes

Exynos5422 # ▒ 


아무튼 그거와 별개로 커널이 비압축이라 용량이 큰지 SD 메모리 전송 속도로는 한 5초 정도 잡히는 느낌이다

압축 커널이라면 속도가 조금 더 올라갈 듯 한데(프로세서 성능은 충분하니) 

starting kernel 까지 6.7초 정도 쯤(전원 누른 시점으로 부터)

콘솔 로그인은 25초

U-Boot 2017.05-15377-gedb23d4 (Aug 24 2017 - 07:09:51 -0300) for ODROID-XU4


CPU:   Exynos5422 @ 800 MHz

Model: Odroid XU4 based on EXYNOS5422

Board: Odroid XU4 based on EXYNOS5422

Type:  xu4

DRAM:  2 GiB

MMC:   EXYNOS DWMMC: 0, EXYNOS DWMMC: 1

MMC Device 0 ( SD ): 14.8 GiB

mmc_init: -5, time 4

*** Warning - bad CRC, using default environment


In:    serial

Out:   serial

Err:   serial

Net:   No ethernet found.

Press quickly 'Enter' twice to stop autoboot:  0

reading boot.ini

9671 bytes read in 14 ms (673.8 KiB/s)

cfgload: applying boot.ini...

cfgload: setenv initrd_high "0xffffffff"

cfgload: setenv fdt_high "0xffffffff"

cfgload: setenv macaddr "00:1e:06:61:7a:39"

cfgload: setenv vout "hdmi"

cfgload: setenv cecenable "false" # false or true

cfgload: setenv disable_vu7 "false" # false

cfgload: setenv ddr_freq 825

cfgload: setenv external_watchdog "false"

cfgload: setenv external_watchdog_debounce "3"

cfgload: setenv HPD "true"

cfgload: setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro fsck.repair=yes net.ifnames=0"

cfgload: fatload mmc 0:1 0x40008000 zImage

reading zImage

5671272 bytes read in 324 ms (16.7 MiB/s)

cfgload: fatload mmc 0:1 0x42000000 uInitrd

reading uInitrd

12243214 bytes read in 694 ms (16.8 MiB/s)

cfgload: setenv fdtloaded "false"

cfgload: if test "x${board_name}" = "x"; then setenv board_name "xu4"; fi

cfgload: if test "${board_name}" = "xu4"; then fatload mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb; setenv fdtloaded "true"; fi

reading exynos5422-odroidxu4.dtb

63776 bytes read in 9 ms (6.8 MiB/s)

cfgload: if test "${board_name}" = "xu3"; then fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb; setenv fdtloaded "true"; fi

cfgload: if test "${board_name}" = "xu3l"; then fatload mmc 0:1 0x44000000 exynos5422-odroidxu3-lite.dtb; setenv fdtloaded "true"; fi

cfgload: if test "${fdtloaded}" = "false"; then fatload mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb; setenv fdtloaded "true"; fi

cfgload: fdt addr 0x44000000

cfgload: setenv hdmi_phy_control "HPD=${HPD} vout=${vout}"

cfgload: if test "${cecenable}" = "false"; then fdt rm /cec@101B0000; fi

libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND

cfgload: if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef:0x0005:0x0004"; fi

cfgload: if test "${external_watchdog}" = "true"; then setenv external_watchdog "external_watchdog=${external_watchdog} external_watchdog_debounce=${external_watchdog_debounce}"; fi

cfgload: setenv bootargs "${bootrootfs} ${videoconfig} ${hdmi_phy_control} ${hid_quirks} smsc95xx.macaddr=${macaddr} ${external_watchdog}"

cfgload: dmc ${ddr_freq}

cfgload: bootz 0x40008000 0x42000000 0x44000000

Kernel image @ 0x40008000 [ 0x000000 - 0x568968 ]

## Loading init Ramdisk from Legacy Image at 42000000 ...

   Image Name:   uInitrd

   Image Type:   ARM Linux RAMDisk Image (uncompressed)

   Data Size:    12243150 Bytes = 11.7 MiB

   Load Address: 00000000

   Entry Point:  00000000

   Verifying Checksum ... OK

## Flattened Device Tree blob at 44000000

   Booting using the fdt blob at 0x44000000

   Using Device Tree in place at 44000000, end 4401291f


Starting kernel ...


[    0.000000] Booting Linux on physical CPU 0x100

[    0.000000] Linux version 4.14.69-148 (root@ba3e5121f23a) (gcc version 7.3.0 (Ubuntu/Linaro 7.3.0-16ubuntu3)) #1 SMP PREEMPT Mon Sep 10 13:07:55 -03 2018

[    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] OF: fdt: Machine model: Hardkernel Odroid XU4

[    0.000000] Memory policy: Data cache writealloc

[    0.000000] cma: Reserved 128 MiB at 0xb6800000

[    0.000000] Samsung CPU ID: 0xe5422001

[    0.000000] Running under secure firmware.

[    0.000000] random: get_random_bytes called from start_kernel+0x8c/0x418 with crng_init=0

[    0.000000] percpu: Embedded 17 pages/cpu @eed65000 s37452 r8192 d23988 u69632

[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516928

[    0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro fsck.repair=yes net.ifnames=0  HPD=true vout=hdmi usbhid.quirks=0x0eef:0x0005:0x0004 smsc95xx.macaddr=00:1e:06:61:7a:39 false s5p_mfc.mem=16M

[    0.000000] hdmi: using HDMI mode

[    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: 1898372K/2074624K available (8192K kernel code, 655K rwdata, 2348K rodata, 1024K init, 326K bss, 45180K reserved, 131072K cma-reserved, 1157120K highmem)

[    0.000000] Virtual kernel memory layout:

[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)

[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)

[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)

[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)

[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)

[    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)

[    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)

[    0.000000]       .data : 0xc0d00000 - 0xc0da3c38   ( 656 kB)

[    0.000000]        .bss : 0xc0dab39c - 0xc0dfcee0   ( 327 kB)

[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1

[    0.000000] hperf_hmp: fast CPUs mask: 000000F0

[    0.000000] hperf_hmp: slow CPUs mask: 0000000F

[    0.000000] Preemptible hierarchical RCU implementation.

[    0.000000]  Tasks RCU enabled.

[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16

[    0.000000] GIC: Using split EOI/Deactivate mode

[    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.000030] genirq: irq_chip COMBINER did not update eff. affinity mask of irq 49

[    0.001608] Console: colour dummy device 80x30

[    0.002258] console [tty1] enabled

[    0.002300] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)

[    0.002341] pid_max: default: 32768 minimum: 301

[    0.002531] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)

[    0.002571] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)

[    0.003424] CPU: Testing write buffer coherency: ok

[    0.004339] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100

[    0.020052] Setting up static identity map for 0x40100000 - 0x40100060

[    0.020671] ARM CCI driver probed

[    0.020903] Exynos MCPM support installed

[    0.027992] Hierarchical SRCU implementation.

[    0.043993] smp: Bringing up secondary CPUs ...

[    0.072374] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101

[    0.096334] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102

[    0.124327] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103

[    0.152377] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000

[    0.172358] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001

[    0.180652] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002

[    0.188662] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003

[    0.188815] smp: Brought up 1 node, 8 CPUs

[    0.188966] SMP: Total of 8 processors activated (384.00 BogoMIPS).

[    0.188989] CPU: All CPU(s) started in HYP mode.

[    0.189009] CPU: Virtualization extensions available.

[    0.190823] devtmpfs: initialized

[    0.207641] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0

[    0.207799] hperf_hmp: registered cpufreq transition notifier

[    0.207990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns

[    0.208024] futex hash table entries: 2048 (order: 5, 131072 bytes)

[    0.210786] pinctrl core: initialized pinctrl subsystem

[    0.212946] NET: Registered protocol family 16

[    0.218386] DMA: preallocated 1024 KiB pool for atomic coherent allocations

[    0.224438] cpuidle: using governor menu

[    0.225237] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.

[    0.225263] hw-breakpoint: maximum watchpoint size is 8 bytes.

[    0.233649] exynos-audss-clk 3810000.audss-clock-controller: epll 180633609

[    0.256359] EXYNOS5420 PMU initialized

[    0.299281] usbcore: registered new interface driver usbfs

[    0.299347] usbcore: registered new interface driver hub

[    0.299518] usbcore: registered new device driver usb

[    0.299966] i2c-gpio soc:i2c-hdmi: using pins 177 (SDA) and 178 (SCL)

[    0.300542] s3c-i2c 12c70000.i2c: slave address 0x00

[    0.300568] s3c-i2c 12c70000.i2c: bus frequency set to 378 KHz

[    0.300821] s3c-i2c 12c70000.i2c: i2c-1: S3C I2C adapter

[    0.301322] media: Linux media interface: v0.10

[    0.301370] Linux video capture interface: v2.00

[    0.301480] pps_core: LinuxPPS API ver. 1 registered

[    0.301499] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

[    0.301759] s3c2410-wdt 101d0000.watchdog: watchdog inactive, reset disabled, irq disabled

[    0.302593] Advanced Linux Sound Architecture Driver Initialized.

[    0.303824] clocksource: Switched to clocksource mct-frc

[    0.363217] VFS: Disk quotas dquot_6.6.0

[    0.363298] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[    0.376926] NET: Registered protocol family 2

[    0.377511] TCP established hash table entries: 8192 (order: 3, 32768 bytes)

[    0.377602] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

[    0.377768] TCP: Hash tables configured (established 8192 bind 8192)

[    0.377882] UDP hash table entries: 512 (order: 2, 16384 bytes)

[    0.377931] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

[    0.378144] NET: Registered protocol family 1

[    0.378811] RPC: Registered named UNIX socket transport module.

[    0.378833] RPC: Registered udp transport module.

[    0.378851] RPC: Registered tcp transport module.

[    0.378868] RPC: Registered tcp NFSv4.1 backchannel transport module.

[    0.379069] Trying to unpack rootfs image as initramfs...

[    0.667837] random: fast init done

[    1.027520] Freeing initrd memory: 11960K

[    1.029054] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available

[    1.030021] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available

[    1.033486] audit: initializing netlink subsys (disabled)

[    1.033710] audit: type=2000 audit(1.028:1): state=initialized audit_enabled=0 res=1

[    1.034283] Initialise system trusted keyrings

[    1.034476] workingset: timestamp_bits=14 max_order=19 bucket_order=5

[    1.041786] squashfs: version 4.0 (2009/01/31) Phillip Lougher

[    1.042651] NFS: Registering the id_resolver key type

[    1.042684] Key type id_resolver registered

[    1.042702] Key type id_legacy registered

[    1.042731] nfs4filelayout_init: NFSv4 File Layout Driver Registering...

[    1.042782] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.

[    1.047713] Key type asymmetric registered

[    1.047735] Asymmetric key parser 'x509' registered

[    1.047799] bounce: pool size: 64 pages

[    1.047908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)

[    1.048126] io scheduler noop registered

[    1.048148] io scheduler deadline registered

[    1.048400] io scheduler cfq registered (default)

[    1.048421] io scheduler mq-deadline registered

[    1.048439] io scheduler kyber registered

[    1.048678] io scheduler bfq registered

[    1.051046] samsung-usb2-phy 12130000.phy: 12130000.phy supply vbus not found, using dummy regulator

[    1.052079] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus not found, using dummy regulator

[    1.052175] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus-boost not found, using dummy regulator

[    1.052547] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus not found, using dummy regulator

[    1.052630] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus-boost not found, using dummy regulator

[    1.057445] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330

[    1.057472] dma-pl330 3880000.adma:  DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6

[    1.060106] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330

[    1.060133] dma-pl330 121a0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32

[    1.062732] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330

[    1.062758] dma-pl330 121b0000.pdma:         DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32

[    1.063595] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330

[    1.063621] dma-pl330 10800000.mdma:         DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32

[    1.128113] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled

[    1.130364] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 58, base_baud = 0) is a S3C6400/10

[    1.130779] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 59, base_baud = 0) is a S3C6400/10

[    1.131163] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 60, base_baud = 0) is a S3C6400/10

[    2.030244] console [ttySAC2] enabled

[    2.034228] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 61, base_baud = 0) is a S3C6400/10

[    2.044884] exynos-mixer 14450000.mixer: Linked as a consumer to 14650000.sysmmu

[    2.050899] iommu: Adding device 14450000.mixer to group 0

[    2.057936] exynos-hdmi 14530000.hdmi: Failed to get supply 'vdd': -517

[    2.063799] exynos-drm-g2d 10850000.g2d: Linked as a consumer to 10a60000.sysmmu

[    2.070584] exynos-drm-g2d 10850000.g2d: Linked as a consumer to 10a70000.sysmmu

[    2.077903] iommu: Adding device 10850000.g2d to group 1

[    2.083511] exynos-drm-g2d 10850000.g2d: The Exynos G2D (ver 4.1) successfully probed.

[    2.092130] exynos-rot 11c00000.rotator: Linked as a consumer to 11d40000.sysmmu

[    2.098432] iommu: Adding device 11c00000.rotator to group 2

[    2.104384] exynos-rot 11c00000.rotator: The exynos rotator is probed successfully

[    2.112369] exynos-drm-ipp exynos-drm-ipp: drm ipp registered successfully.

[    2.122759] mali 11800000.mali: Continuing without Mali regulator control

[    2.128879] mali 11800000.mali: GPU identified as 0x0620 r0p1 status 0

[    2.135105] mali 11800000.mali: Protected mode not available

[    2.140667] devfreq devfreq0: Couldn't update frequency transition information.

[    2.148256] mali 11800000.mali: Probed as mali0

[    2.161688] brd: module loaded

[    2.163938] libphy: Fixed MDIO Bus: probed

[    2.167672] usbcore: registered new interface driver r8152

[    2.172882] usbcore: registered new interface driver cdc_ether

[    2.178691] usbcore: registered new interface driver cdc_subset

[    2.186568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

[    2.191682] ehci-exynos: EHCI EXYNOS driver

[    2.196197] exynos-ehci 12110000.usb: EHCI Host Controller

[    2.201295] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 1

[    2.209233] exynos-ehci 12110000.usb: irq 80, io mem 0x12110000

[    2.227874] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00

[    2.232709] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[    2.239208] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    2.246395] usb usb1: Product: EHCI Host Controller

[    2.251242] usb usb1: Manufacturer: Linux 4.14.69-148 ehci_hcd

[    2.257080] usb usb1: SerialNumber: 12110000.usb

[    2.262207] hub 1-0:1.0: USB hub found

[    2.265409] hub 1-0:1.0: 3 ports detected

[    2.270268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver

[    2.275520] ohci-exynos: OHCI EXYNOS driver

[    2.279897] exynos-ohci 12120000.usb: USB Host Controller

[    2.285060] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2

[    2.292770] exynos-ohci 12120000.usb: irq 80, io mem 0x12120000

[    2.360105] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001

[    2.365453] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    2.373831] usb usb2: Product: USB Host Controller

[    2.377406] usb usb2: Manufacturer: Linux 4.14.69-148 ohci_hcd

[    2.383209] usb usb2: SerialNumber: 12120000.usb

[    2.388344] hub 2-0:1.0: USB hub found

[    2.391531] hub 2-0:1.0: 3 ports detected

[    2.397704] mousedev: PS/2 mouse device common for all mice

[    2.403177] i2c /dev entries driver

[    2.421022] vdd_ldo9: Bringing 3300000uV into 3000000-3000000uV

[    2.443666] vdd_sd: Bringing 3300000uV into 2800000-2800000uV

[    2.466519] vdd_ldo30: Bringing 1800000uV into 3300000-3300000uV

[    3.538073] s5m-rtc s2mps14-rtc: rtc core: registered s5m-rtc as rtc0

[    3.546976] s5p-jpeg 11f50000.jpeg: Linked as a consumer to 11f10000.sysmmu

[    3.552559] iommu: Adding device 11f50000.jpeg to group 3

[    3.558233] s5p-jpeg 11f50000.jpeg: encoder device registered as /dev/video30

[    3.565149] s5p-jpeg 11f50000.jpeg: decoder device registered as /dev/video31

[    3.572083] s5p-jpeg 11f50000.jpeg: Samsung S5P JPEG codec

[    3.577745] s5p-jpeg 11f60000.jpeg: Linked as a consumer to 11f20000.sysmmu

[    3.584522] iommu: Adding device 11f60000.jpeg to group 4

[    3.590195] s5p-jpeg 11f60000.jpeg: encoder device registered as /dev/video32

[    3.597115] s5p-jpeg 11f60000.jpeg: decoder device registered as /dev/video33

[    3.604059] s5p-jpeg 11f60000.jpeg: Samsung S5P JPEG codec

[    3.610595] s5p-mfc 11000000.codec: Linked as a consumer to 11200000.sysmmu

[    3.616575] s5p-mfc 11000000.codec: Linked as a consumer to 11210000.sysmmu

[    3.623440] iommu: Adding device 11000000.codec to group 5

[    3.646549] s5p-mfc 11000000.codec: preallocated 16 MiB buffer for the firmware and context buffers

[    3.654260] (NULL device *): Direct firmware load for s5p-mfc-v8.fw failed with error -2

[    3.662232] s5p_mfc_load_firmware:73: Firmware is not present in the /lib/firmware directory nor compiled in kernel

[    3.672796] s5p-mfc 11000000.codec: decoder registered as /dev/video10

[    3.679277] s5p-mfc 11000000.codec: encoder registered as /dev/video11

[    3.688097] exynos-gsc 13e00000.video-scaler: Linked as a consumer to 13e80000.sysmmu

[    3.694535] iommu: Adding device 13e00000.video-scaler to group 6

[    3.701813] exynos-gsc 13e10000.video-scaler: Linked as a consumer to 13e90000.sysmmu

[    3.708402] iommu: Adding device 13e10000.video-scaler to group 7

[    3.739969] thermal thermal_zone0: failed to read out thermal zone (-22)

[    3.746126] thermal thermal_zone1: failed to read out thermal zone (-22)

[    3.752838] thermal thermal_zone2: failed to read out thermal zone (-22)

[    3.759520] thermal thermal_zone3: failed to read out thermal zone (-22)

[    3.766217] thermal thermal_zone4: failed to read out thermal zone (-22)

[    3.772671] device-mapper: uevent: version 1.0.3

[    3.776846] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com

[    3.799150] sdhci: Secure Digital Host Controller Interface driver

[    3.803890] sdhci: Copyright(c) Pierre Ossman

[    3.808395] Synopsys Designware Multimedia Card Interface Driver

[    3.814766] dwmmc_exynos 12200000.mmc: IDMAC supports 32-bit address mode.

[    3.821099] dwmmc_exynos 12200000.mmc: Using internal DMA controller.

[    3.827446] dwmmc_exynos 12200000.mmc: Version ID is 250a

[    3.832837] dwmmc_exynos 12200000.mmc: DW MMC controller at irq 83,64 bit host data width,64 deep fifo

[    3.842238] dwmmc_exynos 12200000.mmc: allocated mmc-pwrseq

[    3.868300] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)

[    3.896202] dwmmc_exynos 12220000.mmc: IDMAC supports 32-bit address mode.

[    3.901653] dwmmc_exynos 12220000.mmc: Using internal DMA controller.

[    3.908053] dwmmc_exynos 12220000.mmc: Version ID is 250a

[    3.913430] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 84,64 bit host data width,64 deep fifo

[    3.944298] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)

[    3.972890] ledtrig-cpu: registered to indicate activity on CPUs

[    3.981174] s5p-secss 10830000.sss: s5p-sss driver registered

[    3.985847] hidraw: raw HID events driver (C) Jiri Kosina

[    3.998962] exynos-nocp: new NoC Probe device registered: 10ca1000.nocp

[    4.004229] exynos-nocp: new NoC Probe device registered: 10ca1400.nocp

[    4.010819] exynos-nocp: new NoC Probe device registered: 10ca1800.nocp

[    4.017406] exynos-nocp: new NoC Probe device registered: 10ca1c00.nocp

[    4.028371] NET: Registered protocol family 17

[    4.031343] NET: Registered protocol family 15

[    4.035840] Key type dns_resolver registered

[    4.040383] Registering SWP/SWPB emulation handler

[    4.045197] registered taskstats version 1

[    4.048894] Loading compiled-in X.509 certificates

[    4.059194] Key type encrypted registered

[    4.080429] OF: graph: no port node found in /soc/hdmi@14530000

[    4.085745] [drm] Exynos DRM: using 14450000.mixer device for DMA mapping operations

[    4.092742] exynos-drm exynos-drm: bound 14450000.mixer (ops 0xc0966064)

[    4.099284] exynos-drm exynos-drm: bound 14530000.hdmi (ops 0xc0966704)

[    4.105863] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).

[    4.112445] [drm] No driver support for vblank timestamp query.

[    4.194114] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)

[    4.194998] NOHZ: local_softirq_pending 40

[    4.195007] NOHZ: local_softirq_pending 40

[    4.195020] NOHZ: local_softirq_pending 40

[    4.195142] mmc1: new ultra high speed DDR50 SDHC card at address aaaa

[    4.195475] mmcblk1: mmc1:aaaa SU16G 14.8 GiB

[    4.206465] NOHZ: local_softirq_pending 40

[    4.206525]  mmcblk1: p1 p2

[    4.292896] Console: switching to colour frame buffer device 240x67

[    4.353681] exynos-drm exynos-drm: fb0:  frame buffer device

[    4.359658] [drm] Initialized exynos 1.0.0 20110530 for exynos-drm on minor 0

[    4.368305] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller

[    4.372382] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3

[    4.380250] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010

[    4.388717] xhci-hcd xhci-hcd.3.auto: irq 150, io mem 0x12000000

[    4.394772] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002

[    4.401402] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.408601] usb usb3: Product: xHCI Host Controller

[    4.413435] usb usb3: Manufacturer: Linux 4.14.69-148 xhci-hcd

[    4.419245] usb usb3: SerialNumber: xhci-hcd.3.auto

[    4.424395] hub 3-0:1.0: USB hub found

[    4.427841] hub 3-0:1.0: 1 port detected

[    4.431913] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller

[    4.437192] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4

[    4.444824] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0  SuperSpeed

[    4.451461] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.

[    4.459569] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003

[    4.466222] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.473414] usb usb4: Product: xHCI Host Controller

[    4.478250] usb usb4: Manufacturer: Linux 4.14.69-148 xhci-hcd

[    4.484062] usb usb4: SerialNumber: xhci-hcd.3.auto

[    4.489199] hub 4-0:1.0: USB hub found

[    4.492649] hub 4-0:1.0: 1 port detected

[    4.500452] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller

[    4.506361] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 5

[    4.514672] xhci-hcd xhci-hcd.6.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010

[    4.523854] xhci-hcd xhci-hcd.6.auto: irq 151, io mem 0x12400000

[    4.530423] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002

[    4.537654] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.545302] usb usb5: Product: xHCI Host Controller

[    4.550587] usb usb5: Manufacturer: Linux 4.14.69-148 xhci-hcd

[    4.556824] usb usb5: SerialNumber: xhci-hcd.6.auto

[    4.562373] hub 5-0:1.0: USB hub found

[    4.566521] hub 5-0:1.0: 1 port detected

[    4.570965] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller

[    4.576823] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 6

[    4.584887] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0  SuperSpeed

[    4.591970] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.

[    4.600585] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003

[    4.607841] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    4.615539] usb usb6: Product: xHCI Host Controller

[    4.620909] usb usb6: Manufacturer: Linux 4.14.69-148 xhci-hcd

[    4.627251] usb usb6: SerialNumber: xhci-hcd.6.auto

[    4.632908] hub 6-0:1.0: USB hub found

[    4.637151] hub 6-0:1.0: 1 port detected

[    4.642448] s3c-rtc 101e0000.rtc: rtc disabled, re-enabling

[    4.648541] rtc rtc1: invalid alarm value: 1900-1-1 0:0:0

[    4.654494] s3c-rtc 101e0000.rtc: rtc core: registered s3c as rtc1

[    4.662234] exynos-bus: new bus device registered: soc:bus_wcore ( 84000 KHz ~ 400000 KHz)

[    4.671415] exynos-bus: new bus device registered: soc:bus_noc ( 67000 KHz ~ 100000 KHz)

[    4.680291] exynos-bus: new bus device registered: soc:bus_fsys_apb (200000 KHz ~ 200000 KHz)

[    4.689516] exynos-bus: new bus device registered: soc:bus_fsys (200000 KHz ~ 200000 KHz)

[    4.698479] exynos-bus: new bus device registered: soc:bus_fsys2 ( 75000 KHz ~ 150000 KHz)

[    4.707559] exynos-bus: new bus device registered: soc:bus_mfc ( 96000 KHz ~ 333000 KHz)

[    4.716490] exynos-bus: new bus device registered: soc:bus_gen ( 89000 KHz ~ 267000 KHz)

[    4.725290] exynos-bus: new bus device registered: soc:bus_peri ( 67000 KHz ~  67000 KHz)

[    4.734298] exynos-bus: new bus device registered: soc:bus_g2d ( 84000 KHz ~ 333000 KHz)

[    4.743160] exynos-bus: new bus device registered: soc:bus_g2d_acp ( 67000 KHz ~ 267000 KHz)

[    4.752376] exynos-bus: new bus device registered: soc:bus_jpeg ( 75000 KHz ~ 300000 KHz)

[    4.761323] exynos-bus: new bus device registered: soc:bus_jpeg_apb ( 84000 KHz ~ 167000 KHz)

[    4.770560] exynos-bus: new bus device registered: soc:bus_disp1_fimd (120000 KHz ~ 200000 KHz)

[    4.780030] exynos-bus: new bus device registered: soc:bus_disp1 (120000 KHz ~ 300000 KHz)

[    4.789007] exynos-bus: new bus device registered: soc:bus_gscl_scaler (150000 KHz ~ 300000 KHz)

[    4.798562] exynos-bus: new bus device registered: soc:bus_mscl ( 84000 KHz ~ 400000 KHz)

[    4.807411] samsung-i2s 3830000.i2s: ASoC: Failed to create component debugfs directory

[    4.815778] samsung-i2s 3830000.i2s: ASoC: Failed to create component debugfs directory

[    4.824664] odroid-audio sound: multicodec <-> 3830000.i2s mapping ok

[    4.834691] s5m-rtc s2mps14-rtc: setting system clock to 2000-01-01 00:00:31 UTC (946684831)

[    4.848366] ALSA device list:

[    4.851646]   #0: Odroid-XU4

[    4.855893] Freeing unused kernel memory: 1024K

Loading, please wait...

starting version 237

[    4.959901] usb 3-1: new high-speed USB device number 2 using xhci-hcd

[    5.116453] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610

[    5.123634] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[    5.131240] usb 3-1: Product: USB2.0 Hub

[    5.135612] usb 3-1: Manufacturer: GenesysLogic

[    5.156041] hub 3-1:1.0: USB hub found

[    5.160785] hub 3-1:1.0: 2 ports detected

[    5.239992] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd

[    5.266594] usb 4-1: New USB device found, idVendor=05e3, idProduct=0616

[    5.273636] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[    5.281131] usb 4-1: Product: USB3.0 Hub

[    5.285362] usb 4-1: Manufacturer: GenesysLogic

[    5.300106] hub 4-1:1.0: USB hub found

[    5.305001] hub 4-1:1.0: 2 ports detected

[    5.307865] NOHZ: local_softirq_pending 80

[    5.342136] NOHZ: local_softirq_pending 40

[    5.354094] NOHZ: local_softirq_pending 40

[    5.369219] NOHZ: local_softirq_pending 40

[    5.380316] NOHZ: local_softirq_pending 40

[    5.395657] NOHZ: local_softirq_pending 40

[    5.487917] usb 3-1.1: new low-speed USB device number 3 using xhci-hcd

[    5.599724] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c077

[    5.606812] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[    5.614303] usb 3-1.1: Product: USB Optical Mouse

[    5.619193] usb 3-1.1: Manufacturer: Logitech

[    5.639636] input: Logitech USB Optical Mouse as /devices/platform/soc/soc:usb3-0/12000000.dwc3/xhci-hcd.3.auto/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C077.0001/input/input0

[    5.655322] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.3.auto-1.1/input0

[    5.668523] usbcore: registered new interface driver usbhid

[    5.674429] usbhid: USB HID core driver

[    5.715850] usb 3-1.2: new low-speed USB device number 4 using xhci-hcd

[    5.831946] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd

[    5.847351] usb 3-1.2: New USB device found, idVendor=05af, idProduct=0802

[    5.854643] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[    5.860524] usb 6-1: New USB device found, idVendor=0bda, idProduct=8153

[    5.860530] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6

[    5.860536] usb 6-1: Product: USB 10/100/1000 LAN

[    5.860540] usb 6-1: Manufacturer: Realtek

[    5.860544] usb 6-1: SerialNumber: 000001000000

[    5.891269] usb 3-1.2: Product: USB Keyboard

[    5.895842] usb 3-1.2: Manufacturer:

[    5.933107] input:   USB Keyboard as /devices/platform/soc/soc:usb3-0/12000000.dwc3/xhci-hcd.3.auto/usb3/3-1/3-1.2/3-1.2:1.0/0003:05AF:0802.0002/input/input1

[    6.003990] hid-generic 0003:05AF:0802.0002: input,hidraw1: USB HID v1.10 Keyboard [  USB Keyboard] on usb-xhci-hcd.3.auto-1.2/input0

[    6.029563] input:   USB Keyboard as /devices/platform/soc/soc:usb3-0/12000000.dwc3/xhci-hcd.3.auto/usb3/3-1/3-1.2/3-1.2:1.1/0003:05AF:0802.0003/input/input2

[    6.048077] usb 6-1: reset SuperSpeed USB device number 2 using xhci-hcd

[    6.103975] hid-generic 0003:05AF:0802.0003: input,hidraw2: USB HID v1.10 Device [  USB Keyboard] on usb-xhci-hcd.3.auto-1.2/input1

[    6.112847] r8152 6-1:1.0 eth0: v1.09.9

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.31.1

[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p2] fsck.ext4 -y -C0 /dev/mmcblk1p2

e2fsck 1.44.1 (24-Mar-2018)

rootfs was not cleanly unmounted, check forced.

Pass 1: Checking inodes, blocks, and sizes

Deleted inode 138150 has zero dtime.  Fix? yes


Pass 2: Checking directory structure

[   11.261291] random: crng init done===================         / 84.2%

Pass 3: Checking directory connectivity

Pass 4: Checking reference counts

Pass 5: Checking group summary information

Block bitmap differences:  -(1096832--1096907)

Fix? yes


Free blocks count wrong for group #33 (7400, counted=7476).

Fix? yes


Free blocks count wrong (2598459, counted=2580934).

Fix? yes


Inode bitmap differences:  -138150

Fix? yes


Free inodes count wrong for group #16 (169, counted=170).

Fix? yes


Free inodes count wrong (793895, counted=791875).

Fix? yes



rootfs: ***** FILE SYSTEM WAS MODIFIED *****

rootfs: 174781/966656 files (0.4% non-contiguous), 1275322/3856256 blocks

fsck exited with status code 1

done.

[   14.704558] EXT4-fs (mmcblk1p2): mounted filesystem without journal. Opts: (null)

done.

Begin: Running /scripts/local-bottom ... done.

Begin: Running /scripts/init-bottom ... done.

[   15.147344] systemd[1]: System time before build time, advancing clock.

[   15.251419] NET: Registered protocol family 10

[   15.257454] Segment Routing with IPv6

[   15.265693] ip_tables: (C) 2000-2006 Netfilter Core Team

[   15.292868] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)

[   15.317986] systemd[1]: Detected architecture arm.


Welcome to Ubuntu 18.04.1 LTS!


[   15.357018] systemd[1]: Set hostname to <odroid>.

[   15.962362] systemd[1]: Reached target Swap.

[  OK  ] Reached target Swap.

[   15.979929] systemd[1]: Reached target User and Group Name Lookups.

[  OK  ] Reached target User and Group Name Lookups.

[   16.004045] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

[  OK  ] Started Forward Password Requests to Wall Directory Watch.

[   16.028446] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.

[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.

[   16.055905] systemd[1]: Reached target Remote File Systems.

[  OK  ] Reached target Remote File Systems.

[   16.076294] systemd[1]: Created slice System Slice.

[  OK  ] Created slice System Slice.

[   16.096209] systemd[1]: Created slice system-serial\x2dgetty.slice.

[  OK  ] Created slice system-serial\x2dgetty.slice.

[  OK  ] Listening on Journal Audit Socket.

[  OK  ] Listening on udev Control Socket.

[  OK  ] Listening on udev Kernel Socket.

[  OK  ] Listening on Journal Socket.

         Starting Uncomplicated firewall...

[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.

         Starting udev Coldplug all Devices...

[  OK  ] Listening on fsck to fsckd communication Socket.

         Mounting Kernel Debug File System...

[  OK  ] Created slice User and Session Slice.

[  OK  ] Reached target Slices.

         Starting Set the console keyboard layout...

[  OK  ] Listening on Syslog Socket.

         Starting Load Kernel Modules...

         Starting Remount Root and Kernel File Systems...

         Starting Create list of required st…ce nodes for the current kernel.[   16.385107] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro

..

[  OK  ] Listening on Journal Socket (/dev/log).

         Starting Journal Service...

         Mounting POSIX Message Queue File System...

[  OK  ] Created slice system-systemd\x2dfsck.slice.

[  OK  ] Started Uncomplicated firewall.

[  OK  ] Mounted Kernel Debug File System.

[  OK  ] Started Set the console keyboard layout.

[FAILED] Failed to start Load Kernel Modules.

See 'systemctl status systemd-modules-load.service' for details.

[  OK  ] Started Journal Service.

[  OK  ] Started Remount Root and Kernel File Systems.

[  OK  ] Started Create list of required sta…vice nodes for the current kernel.

[  OK  ] Mounted POSIX Message Queue File System.

         Starting Create Static Device Nodes in /dev...

         Starting Load/Save Random Seed...

         Starting Flush Journal to Persistent Storage...

         Starting Apply Kernel Variables...

         Mounting Kernel Configuration File System...

[  OK  ] Started Create Static Device Nodes in /dev.

[  OK  ] Started Load/Save Random Seed.

[  OK  ] Started Apply Kernel Variables.

[  OK  ] Mounted Kernel Configuration File System.

[  OK  ] Reached target Local File Systems (Pre).

         Starting udev Kernel Device Manager...

[  OK  ] Started udev Coldplug all Devices.

[  OK  ] Started Flush Journal to Persistent Storage.

[  OK  ] Started udev Kernel Device Manager.

[  OK  ] Started Dispatch Password Requests to Console Directory Watch.

[  OK  ] Reached target Local Encrypted Volumes.

[  OK  ] Found device /dev/ttySAC2.

[  OK  ] Reached target Sound Card.

[  OK  ] Found device /dev/disk/by-label/boot.

         Starting File System Check on /dev/disk/by-label/boot...

[  OK  ] Started File System Check Daemon to report status.

[  OK  ] Started File System Check on /dev/disk/by-label/boot.

         Mounting /media/boot...

[  OK  ] Mounted /media/boot.

[  OK  ] Reached target Local File Systems.

         Starting Create Volatile Files and Directories...

         Starting Tell Plymouth To Write Out Runtime Data...

         Starting Raise network interfaces...

         Starting Set console font and keymap...

[  OK  ] Started Create Volatile Files and Directories.

[  OK  ] Started Tell Plymouth To Write Out Runtime Data.

[  OK  ] Started Set console font and keymap.

         Starting Update UTMP about System Boot/Shutdown...

         Starting Network Name Resolution...

         Starting Network Time Synchronization...

[  OK  ] Started Update UTMP about System Boot/Shutdown.

[  OK  ] Started Raise network interfaces.

[  OK  ] Started Network Name Resolution.

[  OK  ] Started Network Time Synchronization.

[  OK  ] Reached target System Time Synchronized.

[  OK  ] Reached target System Initialization.

[  OK  ] Started Daily Cleanup of Temporary Directories.

[  OK  ] Started Trigger anacron every hour.

[  OK  ] Started Daily apt download activities.

[  OK  ] Started Daily apt upgrade and clean activities.

[  OK  ] Started Discard unused blocks once a week.

[  OK  ] Listening on CUPS Scheduler.

[  OK  ] Listening on D-Bus System Message Bus Socket.

[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.

         Starting Socket activation for snappy daemon.

[  OK  ] Started CUPS Scheduler.

[  OK  ] Reached target Paths.

[  OK  ] Started Message of the Day.

[  OK  ] Reached target Timers.

[  OK  ] Reached target Host and Network Name Lookups.

[  OK  ] Listening on Socket activation for snappy daemon.

[  OK  ] Reached target Sockets.

[  OK  ] Reached target Basic System.

         Starting Disk Manager...

[  OK  ] Started CUPS Scheduler.

[  OK  ] Started Regular background program processing daemon.

         Starting System Logging Service...

         Starting Dispatcher daemon for systemd-networkd...

         Starting Accounts Service...

         Starting Snappy daemon...

[  OK  ] Started D-Bus System Message Bus.

         Starting WPA supplicant...

         Starting Restore /etc/resolv.conf i…fore the ppp link was shut down...

         Starting LSB: Speech Dispatcher...

[  OK  ] Started Set the CPU Frequency Scaling governor.

         Starting Save/Restore Sound Card State...

         Starting Network Manager...

         Starting LSB: Load kernel modules needed to enable cpufreq scaling...

         Starting Modem Manager...

         Starting Initialize hardware monitoring sensors...

[  OK  ] Started Run anacron jobs.

         Starting Login Service...

         Starting LSB: automatic crash report generation...

         Starting Avahi mDNS/DNS-SD Stack...

[  OK  ] Started System Logging Service.

[  OK  ] Started Snappy daemon.

[  OK  ] Started WPA supplicant.

[  OK  ] Started Save/Restore Sound Card State.

         Starting Authorization Manager...

         Starting Wait until snapd is fully seeded...

[  OK  ] Started Avahi mDNS/DNS-SD Stack.

[  OK  ] Started Make remote CUPS printers available locally.

[  OK  ] Started Login Service.

[  OK  ] Started Wait until snapd is fully seeded.

[  OK  ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.

[  OK  ] Started Initialize hardware monitoring sensors.

[  OK  ] Started Authorization Manager.

[  OK  ] Started Accounts Service.

[  OK  ] Started LSB: Speech Dispatcher.

[  OK  ] Started LSB: automatic crash report generation.

[  OK  ] Started Disk Manager.

[  OK  ] Started Modem Manager.

         Starting Hostname Service...

[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.

         Starting LSB: set CPUFreq kernel parameters...

[  OK  ] Started Dispatcher daemon for systemd-networkd.

[  OK  ] Started LSB: set CPUFreq kernel parameters.

[  OK  ] Started Hostname Service.

[  OK  ] Started Network Manager.

         Starting Network Manager Script Dispatcher Service...

         Starting Network Manager Wait Online...

[  OK  ] Reached target Network.

[  OK  ] Started Unattended Upgrades Shutdown.

         Starting OpenVPN service...

         Starting OpenBSD Secure Shell server...

         Starting Permit User Sessions...

[  OK  ] Started OpenVPN service.

[  OK  ] Started Permit User Sessions.

[  OK  ] Started Network Manager Script Dispatcher Service.

         Starting Light Display Manager...

[  OK  ] Started OpenBSD Secure Shell server.

[  OK  ] Started Light Display Manager.

[  OK  ] Started Network Manager Wait Online.

[  OK  ] Reached target Network is Online.

         Starting /etc/rc.local Compatibility...

         Starting LSB: disk temperature monitoring daemon...

[  OK  ] Started crash report submission daemon.

         Starting Tool to automatically coll… submit kernel crash signatures...

         Starting ODROID Specific System Tweaks...

[  OK  ] Started /etc/rc.local Compatibility.

         Starting Hold until boot process finishes up...

[  OK  ] Started Hold until boot process finishes up.

[  OK  ] Started ODROID Specific System Tweaks.

[  OK  ] Started Tool to automatically colle…nd submit kernel crash signatures.

         Starting Set console scheme...

[  OK  ] Started Serial Getty on ttySAC2.

[  OK  ] Started LSB: disk temperature monitoring daemon.

[  OK  ] Started Set console scheme.

[  OK  ] Created slice system-getty.slice.

[  OK  ] Started Getty on tty1.

[  OK  ] Reached target Login Prompts.

[  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 18.04.1 LTS odroid ttySAC2


odroid login:


그리고 데스크탑 다 뜨는데 35초.. SDHC 이긴 하지만 즈질이네..

eMMC로 가지 않으면 답이 없는건가 ㅠㅠ


+

그나저나 꺼도 꺼지는게 아닌건가?

팬은 멈추어도 아래와 같은 메시지가 콘솔로 뜨면서 pmic 제어는 나중에 하는것으로 보인다.

[    **] A stop job is running for Session c1 of user odroid (17s / 1min 30s) 


일단 1분 30초가 지나면 이런 메시지로 바뀌면서 커널이 종료 수순을 밟는다.

머지? 왜 바로 종료를 안하는거지?

Ubuntu 18.04.1 LTS odroid ttySAC2


         Stopping Session c1 of user odroid.

[  OK  ] Stopped target Sound Card.

[  OK  ] Stopped target Timers.

[  OK  ] Stopped Daily apt upgrade and clean activities.

[  OK  ] Stopped Discard unused blocks once a week.

[  OK  ] Stopped Daily apt download activities.

         Stopping User Manager for UID 1000...

         Stopping Save/Restore S         Stopping Unattended Upgrades Shutdown...

[  OK  ] Stopped Initialize hardware monitoring sensors.

         Stopping LSB: disk temperature monitoring daemon...

         Stopping LSB: set CPUFreq kernel parameters...

         Stopping Accounts Service...

         Stopping LSB: Speech Dispatcher...

         Stopping Make remote CUPS printers available locally...

[  OK  ] Stopped Daily Cleanup of Temporary Directories.

         Stopping Modem Manager...

         Stopping OpenBSD Secure Shell server...

         Stopping Daemon for power management...

         Stopping Light Display Manager...

         Stopping Disk Manager...

         Stopping LSB: automatic crash report generation...

[  OK  ] Stopped OpenVPN service.

         Stopping Dispatcher daemon for systemd-networkd...

[  OK  ] Stopped Trigger anacron every hour.

[  OK  ] Unmounted /run/user/1000/gvfs.

[  OK  ] Stopped Disk Manager.

[  OK  ] Stopped Regular background program processing daemon.

[  OK  ] Stopped System Logging Service.

[  OK  ] Stopped Dispatcher daemon for systemd-networkd.

[  OK  ] Stopped Accounts Service.

[  OK  ] Stopped Snappy daemon.

[  OK  ] Stopped Modem Manager.

[  OK  ] Stopped Authorization Manager.

[  OK  ] Stopped Make remote CUPS printers available locally.

[  OK  ] Stopped Light Display Manager.

[  OK  ] Stopped OpenBSD Secure Shell server.

[  OK  ] Stopped crash report submission daemon.

[  OK  ] Stopped Serial Getty on ttySAC2.

[  OK  ] Stopped Getty on tty1.

[  OK  ] Stopped User Manager for UID 1000.

[  OK  ] Stopped RealtimeKit Scheduling Policy Service.

[  OK  ] Stopped Daemon for power management.

[  OK  ] Stopped Save/Restore Sound Card State.

[  OK  ] Stopped Unattended Upgrades Shutdown.

[  OK  ] Stopped Tool to automatically colle…nd submit kernel crash signatures.

[  OK  ] Stopped target System Time Synchronized.

[  OK  ] Stopped target Host and Network Name Lookups.

[  OK  ] Removed slice system-getty.slice.

[  OK  ] Stopped /etc/rc.local Compatibility.

[  OK  ] Removed slice system-serial\x2dgetty.slice.

         Stopping CUPS Scheduler...

         Stopping Avahi mDNS/DNS-SD Stack...

[  OK  ] Stopped Avahi mDNS/DNS-SD Stack.

[  OK  ] Stopped LSB: disk temperature monitoring daemon.

[  OK  ] Stopped LSB: set CPUFreq kernel parameters.

[  OK  ] Stopped LSB: Speech Dispatcher.

         Stopping LSB: Load kernel modules needed to enable cpufreq scaling...

[  OK  ] Stopped target Network is Online.

[  OK  ] Stopped Network Manager Wait Online.

[  OK  ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.

[  OK  ] Stopped LSB: automatic crash report generation.

[  OK  ] Stopped CUPS Scheduler.

[    **] A stop job is running for Session c1 of user odroid (17s / 1min 28s)

[  OK  ] Stopped Session c1 of user odroid.

[  OK  ] Removed slice User Slice of odroid.

         Stopping Permit User Sessions...

         Stopping Login Service...

[  OK  ] Stopped Permit User Sessions.

[  OK  ] Stopped target Remote File Systems.

[  OK  ] Stopped target Network.

         Stopping Raise network interfaces...

         Stopping Network Name Resolution...

         Stopping Network Manager...

         Stopping WPA supplicant...

[  OK  ] Stopped Network Name Resolution.

[  OK  ] Stopped WPA supplicant.

[  OK  ] Stopped Network Manager.

[  OK  ] Stopped Login Service.

[  OK  ] Stopped Raise network interfaces.

[  OK  ] Stopped target User and Group Name Lookups.

         Stopping D-Bus System Message Bus...

[  OK  ] Stopped D-Bus System Message Bus.

[  OK  ] Stopped target Basic System.

[  OK  ] Stopped target Slices.

[  OK  ] Removed slice User and Session Slice.

[  OK  ] Stopped target Sockets.

[  OK  ] Closed Socket activation for snappy daemon.

[  OK  ] Closed Syslog Socket.

[  OK  ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.

[  OK  ] Closed CUPS Scheduler.

[  OK  ] Stopped target Paths.

[  OK  ] Stopped CUPS Scheduler.

[  OK  ] Closed D-Bus System Message Bus Socket.

[  OK  ] Stopped target System Initialization.

         Stopping Load/Save Random Seed...

         Stopping Update UTMP about System Boot/Shutdown...

[  OK  ] Stopped Apply Kernel Variables.

[  OK  ] Stopped target Local Encrypted Volumes.

[  OK  ] Stopped Forward Password Requests to Wall Directory Watch.

[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.

         Stopping Network Time Synchronization...

[  OK  ] Stopped Load/Save Random Seed.

[  OK  ] Stopped Network Time Synchronization.

[  OK  ] Stopped Update UTMP about System Boot/Shutdown.

[  OK  ] Stopped Create Volatile Files and Directories.

[  OK  ] Stopped target Local File Systems.

         Unmounting /run/user/1000...

         Unmounting /media/boot...

[  OK  ] Unmounted /run/user/1000.

[  OK  ] Stopped target Swap.

[  OK  ] Unmounted /media/boot.

[  OK  ] Reached target Unmount All Filesystems.

[  OK  ] Stopped File System Check on /dev/disk/by-label/boot.

[  OK  ] Removed slice system-systemd\x2dfsck.slice.

[  OK  ] Stopped target Local File Systems (Pre).

[  OK  ] Stopped Remount Root and Kernel File Systems.

[  OK  ] Stopped Create Static Device Nodes in /dev.

[  OK  ] Reached target Shutdown.

[  OK  ] Reached target Final Step.

         Starting Power-Off...

[  453.371533] reboot: Power down

[  453.373459] syscon_poweroff : offset = 0x330c, value = 0x5200, mask = 0xffffffff

▒ 


'embeded > odroid' 카테고리의 다른 글

odorid XU4 부팅메시지  (0) 2018.09.24
오드로이드 eMMC 4.41(U3) / 5.1 HS400(XU4)  (0) 2018.09.22
odroid XU4 소비전류  (0) 2018.09.16
오드로이드 XU4 그리고 라즈베리 3  (2) 2018.09.14
odroid 케이스 + 파워 도착!  (2) 2018.09.12
Posted by 구차니
Programming/node.js2018. 9. 18. 18:58

'Programming > node.js' 카테고리의 다른 글

node.js 를 이용한 HTML 데이터 추출(크롤링)  (4) 2018.09.27
npm audit  (0) 2018.09.19
node.js 동기와 비동기 그리고 promise  (0) 2018.09.18
node.js readline 자동완성(autocompletion)  (0) 2018.09.14
node.js mysql 모듈  (0) 2018.09.13
Posted by 구차니
Programming/node.js2018. 9. 18. 18:53

mysql 라이브러리가 async 하다는 명시적인 이야기는 없지만

대개는 node.js 설계 자체가 비동기로 구현하도록 된녀석이라

필연적으로(?) 콜백 지옥에 빠지게 된다.


promise 라고 ES6에 정식 도입된 녀석을 쓰면 지옥을 벗어날수 있고

그게 아니라도 익명 함수를 쓰지 않으면 그나마 낫다고


[링크 : https://joshua1988.github.io/web-development/javascript/promise-for-beginners/]

[링크 : https://programmingsummaries.tistory.com/325]

[링크 : http://bcho.tistory.com/1086]

[링크 : http://www.nextree.co.kr/p7292/]

[링크 : https://librewiki.net/wiki/콜백_지옥]

'Programming > node.js' 카테고리의 다른 글

npm audit  (0) 2018.09.19
promise-mysql  (0) 2018.09.18
node.js readline 자동완성(autocompletion)  (0) 2018.09.14
node.js mysql 모듈  (0) 2018.09.13
node.js 콘솔 입력 받기  (0) 2018.09.12
Posted by 구차니

'Programming > javascript & HTML' 카테고리의 다른 글

visjs  (0) 2018.09.18
자바스크립트 ES6 와 화살표 펑션 (=>)  (2) 2018.09.18
jquery datatables  (0) 2018.09.17
select - option 투명 배경  (0) 2018.09.17
jquery 테이블 행 추가 / 삭제  (0) 2018.09.17
Posted by 구차니

제목 정렬 하는 등의 기능을 제공하는 자바 스크립트


jquery.dataTables.min.css

[링크 : https://datatables.net/]


+

사용법 보다 보니. npm 에서 무언가 깔아야 하는것 같네?

단독으로 하는건 아닐지도..

'Programming > javascript & HTML' 카테고리의 다른 글

자바스크립트 ES6 와 화살표 펑션 (=>)  (2) 2018.09.18
그래프  (0) 2018.09.18
select - option 투명 배경  (0) 2018.09.17
jquery 테이블 행 추가 / 삭제  (0) 2018.09.17
자바스크립트 배열 관련  (0) 2018.09.14
Posted by 구차니