<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processorsのトピックroot must be a super user</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611922#M92394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i built core-image-base and succesffully flashed onto SD Card and booted as root.&lt;/P&gt;&lt;P&gt;but i am unable to execute reboot,poweroff,shutdown commands. &amp;nbsp;&lt;/P&gt;&lt;P&gt;below my terminal log&lt;/P&gt;&lt;P&gt;root@melange:~# poweroff&lt;BR /&gt;poweroff: must be superuser.&lt;BR /&gt;root@melange:~# reboot&lt;BR /&gt;reboot: must be superuser.&lt;BR /&gt;root@melange:~# shutdown -r now&lt;BR /&gt;shutdown: warning: cannot open /var/run/shutdown.pid&lt;BR /&gt;shutdown: /dev/initctl: Permission denied&lt;BR /&gt;init: must be superuser.&lt;BR /&gt;root@melange:~#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am surprised that when i logged in as root i do not have have full permission? something wrong in the bitbake?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 06:19:52 GMT</pubDate>
    <dc:creator>vijayaragavansr</dc:creator>
    <dc:date>2016-10-07T06:19:52Z</dc:date>
    <item>
      <title>root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611922#M92394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i built core-image-base and succesffully flashed onto SD Card and booted as root.&lt;/P&gt;&lt;P&gt;but i am unable to execute reboot,poweroff,shutdown commands. &amp;nbsp;&lt;/P&gt;&lt;P&gt;below my terminal log&lt;/P&gt;&lt;P&gt;root@melange:~# poweroff&lt;BR /&gt;poweroff: must be superuser.&lt;BR /&gt;root@melange:~# reboot&lt;BR /&gt;reboot: must be superuser.&lt;BR /&gt;root@melange:~# shutdown -r now&lt;BR /&gt;shutdown: warning: cannot open /var/run/shutdown.pid&lt;BR /&gt;shutdown: /dev/initctl: Permission denied&lt;BR /&gt;init: must be superuser.&lt;BR /&gt;root@melange:~#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am surprised that when i logged in as root i do not have have full permission? something wrong in the bitbake?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611922#M92394</guid>
      <dc:creator>vijayaragavansr</dc:creator>
      <dc:date>2016-10-07T06:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611923#M92395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijayaragavan Srinivasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a possible fix on the following thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/375079"&gt;i.mx6q yocto linux 3.10.17-- login as root,but get "permission denied (are you root?)" while ping&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is basically to change the permissions of the root user with:&lt;/P&gt;&lt;P&gt;chown root:root /bin/busybox.suid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 14:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611923#M92395</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-10-07T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611924#M92396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply.&amp;nbsp;this is my terminal log after following the instruction given in the link.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@melange:&lt;/STRONG&gt;~# chown root:root /bin/busybox.suid&lt;BR /&gt;chown: /bin/busybox.suid: Operation not permitted&lt;BR /&gt;&lt;STRONG&gt;root@melange&lt;/STRONG&gt;:~# su&lt;BR /&gt;initgroups: Operation not permitted&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;did not succeed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 04:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611924#M92396</guid>
      <dc:creator>vijayaragavansr</dc:creator>
      <dc:date>2016-10-08T04:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611925#M92397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe a bit your current setup? Is your filesystem RO?&lt;/P&gt;&lt;P&gt;Do you use NFS? Other file system relevant tasks done in your setup?&lt;/P&gt;&lt;P&gt;Can you show output of serial console during kernel startup?&lt;/P&gt;&lt;P&gt;What does "id" display? Have you used a special way to boot/login?&lt;/P&gt;&lt;P&gt;Any changes done by yourself or used some standard image?&lt;/P&gt;&lt;P&gt;Is sticky bit set on these commands?&lt;/P&gt;&lt;P&gt;Have you checked why it can't open /var/run/shutdown.pid ?&lt;/P&gt;&lt;P&gt;What does "mount" show?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 06:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611925#M92397</guid>
      <dc:creator>martin_maurer</dc:creator>
      <dc:date>2016-10-08T06:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611926#M92398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin Maurer,&lt;BR /&gt;i have not done any changes in the image. just build core-image-minimal(bitbake core-image-minimal) and mounted over NFS . this is the settings of NFS at the server&lt;/P&gt;&lt;P&gt;#/home/vijay/fsl-arm-yocto-bsp/bld-x11/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs *(rw,no_root_squash)&lt;BR /&gt;/home/vijay/fsl-arm-yocto-bsp/bld-x11/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-base/1.0-r0/rootfs *(rw,sync,no_root_squash)&lt;/P&gt;&lt;P&gt;please find attached serial log file&lt;BR /&gt;below is the response of mount and id command&lt;BR /&gt;root@hello:~# mount&lt;BR /&gt;192.168.1.33:/home/vijay/fsl-arm-yocto-bsp/bld-x11/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-base/1.0-r0/rootfs on / type nfs (rw,relatime,vers=2,rsize=4096,wsize=4096,namlen=255,hard,nolock,proto=udp,timeo=11,retrans=3,sec=sys,mountaddr=192.168.1.33,mountvers=1,mountproto=udp,local_lock=all,addr=192.168.1.33)&lt;BR /&gt;devtmpfs on /dev type devtmpfs (rw,relatime,size=89328k,nr_inodes=22332,mode=755)&lt;BR /&gt;proc on /proc type proc (rw,relatime)&lt;BR /&gt;sysfs on /sys type sysfs (rw,relatime)&lt;BR /&gt;debugfs on /sys/kernel/debug type debugfs (rw,relatime)&lt;BR /&gt;tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)&lt;BR /&gt;tmpfs on /var/volatile type tmpfs (rw,relatime)&lt;BR /&gt;devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)&lt;BR /&gt;root@hello:~# id&lt;BR /&gt;uid=0(root) gid=0(root) groups=0(root)&lt;BR /&gt;root@hello:~#&lt;/P&gt;&lt;P&gt;how to set sticky bit for those comamnds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the serial log&lt;/P&gt;&lt;P&gt;U-Boot 2015.04-imx_v2015.04_4.1.15_1.0.0_ga+gd7d7c43 (Apr 01 2016 - 10:00:09)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6UL rev1.0 at 396 MHz&lt;BR /&gt;CPU: Temperature 32 C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6UL 14x14 EVK&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: 512 MiB&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;Display: TFT43AB (480x272)&lt;BR /&gt;Video: 480x272x24&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1 is current device&lt;BR /&gt;Net: FEC1&lt;BR /&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt; run netboot&lt;BR /&gt;Booting from net ...&lt;BR /&gt;BOOTP broadcast 1&lt;BR /&gt;BOOTP broadcast 2&lt;BR /&gt;DHCP client bound to address 192.168.1.30 (1011 ms)&lt;BR /&gt;Using FEC1 device&lt;BR /&gt;TFTP from server 192.168.1.33; our IP address is 192.168.1.30&lt;BR /&gt;Filename 'zImage'.&lt;BR /&gt;Load address: 0x80800000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; ##########################################################&lt;BR /&gt; 469.7 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 6618792 (64fea8 hex)&lt;BR /&gt;BOOTP broadcast 1&lt;BR /&gt;BOOTP broadcast 2&lt;BR /&gt;DHCP client bound to address 192.168.1.30 (1009 ms)&lt;BR /&gt;Using FEC1 device&lt;BR /&gt;TFTP from server 192.168.1.33; our IP address is 192.168.1.30&lt;BR /&gt;Filename 'zImage-imx6ul-14x14-evk.dtb'.&lt;BR /&gt;Load address: 0x83000000&lt;BR /&gt;Loading: #######&lt;BR /&gt; 312.5 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 34305 (8601 hex)&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x64fea8 ]&lt;BR /&gt;## Flattened Device Tree blob at 83000000&lt;BR /&gt; Booting using the fdt blob at 0x83000000&lt;BR /&gt; Using Device Tree in place at 83000000, end 8300b600&lt;BR /&gt;Modify /soc/aips-bus@02000000/bee@02044000:status disabled&lt;BR /&gt;ft_system_setup for mx6&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;Booting Linux on physical CPU 0x0&lt;BR /&gt;Linux version 4.1.15-1.2.0+g77f6154 (vijay@ubuntu) (gcc version 5.2.0 (GCC) ) #2 SMP PREEMPT Thu Sep 29 23:46:45 PDT 2016&lt;BR /&gt;CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d&lt;BR /&gt;CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;BR /&gt;Machine model: Freescale i.MX6 UltraLite 14x14 EVK Board&lt;BR /&gt;Reserved memory: created CMA memory pool at 0x8c000000, size 320 MiB&lt;BR /&gt;Reserved memory: initialized node linux,cma, compatible id shared-dma-pool&lt;BR /&gt;Memory policy: Data cache writealloc&lt;BR /&gt;PERCPU: Embedded 12 pages/cpu @8bb32000 s16960 r8192 d24000 u49152&lt;BR /&gt;Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048&lt;BR /&gt;Kernel command line: console=ttymxc0,115200 root=/dev/nfs ip=192.168.1.32:192.168.1.31:192.168.1.1:255.255.255.0:test:eth0:off nfsroot=192.168.1.33:/home/vijay/fsl-arm-yocto-bsp/bld-x11/tmp/work/imx6ulevk-poky-linux-gnueabi/core-image-base/1.0-r0/rootfs *(rw,no_root_squash),v3,tcp rw&lt;BR /&gt;PID hash table entries: 2048 (order: 1, 8192 bytes)&lt;BR /&gt;Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;BR /&gt;Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;BR /&gt;Memory: 178660K/524288K available (8334K kernel code, 434K rwdata, 2936K rodata, 424K init, 450K bss, 17948K reserved, 327680K cma-reserved, 0K highmem)&lt;BR /&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; vmalloc : 0xa0800000 - 0xff000000 (1512 MB)&lt;BR /&gt; lowmem : 0x80000000 - 0xa0000000 ( 512 MB)&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80b09d0c (11272 kB)&lt;BR /&gt; .init : 0x80b0a000 - 0x80b74000 ( 424 kB)&lt;BR /&gt; .data : 0x80b74000 - 0x80be0bc0 ( 435 kB)&lt;BR /&gt; .bss : 0x80be3000 - 0x80c53a00 ( 451 kB)&lt;BR /&gt;SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1&lt;BR /&gt;Preemptible hierarchical RCU implementation.&lt;BR /&gt; Additional per-CPU info printed with stalls.&lt;BR /&gt; RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.&lt;BR /&gt;RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1&lt;BR /&gt;NR_IRQS:16 nr_irqs:16 16&lt;BR /&gt;mxc_clocksource_init 24000000&lt;BR /&gt;Switching to timer-based delay loop, resolution 41ns&lt;BR /&gt;sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns&lt;BR /&gt;clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns&lt;BR /&gt;Console: colour dummy device 80x30&lt;BR /&gt;Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)&lt;BR /&gt;pid_max: default: 32768 minimum: 301&lt;BR /&gt;Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;CPU: Testing write buffer coherency: ok&lt;BR /&gt;/cpus/cpu@0 missing clock-frequency property&lt;BR /&gt;CPU0: thread -1, cpu 0, socket 0, mpidr 80000000&lt;BR /&gt;Setting up static identity map for 0x80008280 - 0x800082d8&lt;BR /&gt;Brought up 1 CPUs&lt;BR /&gt;SMP: Total of 1 processors activated (48.00 BogoMIPS).&lt;BR /&gt;CPU: All CPU(s) started in SVC mode.&lt;BR /&gt;devtmpfs: initialized&lt;BR /&gt;VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5&lt;BR /&gt;clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns&lt;BR /&gt;pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;NET: Registered protocol family 16&lt;BR /&gt;DMA: preallocated 256 KiB pool for atomic coherent allocations&lt;BR /&gt;cpuidle: using governor ladder&lt;BR /&gt;cpuidle: using governor menu&lt;BR /&gt;hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.&lt;BR /&gt;hw-breakpoint: maximum watchpoint size is 8 bytes.&lt;BR /&gt;imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver&lt;BR /&gt;mxs-dma 1804000.dma-apbh: initialized&lt;BR /&gt;SCSI subsystem initialized&lt;BR /&gt;usbcore: registered new interface driver usbfs&lt;BR /&gt;usbcore: registered new interface driver hub&lt;BR /&gt;usbcore: registered new device driver usb&lt;BR /&gt;i2c i2c-0: IMX I2C adapter registered&lt;BR /&gt;i2c i2c-0: can't use DMA&lt;BR /&gt;i2c i2c-1: IMX I2C adapter registered&lt;BR /&gt;i2c i2c-1: can't use DMA&lt;BR /&gt;Linux video capture interface: v2.00&lt;BR /&gt;pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;&lt;SPAN&gt;pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:giometti@linux.it"&gt;giometti@linux.it&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;PTP clock support registered&lt;BR /&gt;MIPI CSI2 driver module loaded&lt;BR /&gt;Advanced Linux Sound Architecture Driver Initialized.&lt;BR /&gt;Bluetooth: Core ver 2.20&lt;BR /&gt;NET: Registered protocol family 31&lt;BR /&gt;Bluetooth: HCI device and connection manager initialized&lt;BR /&gt;Bluetooth: HCI socket layer initialized&lt;BR /&gt;Bluetooth: L2CAP socket layer initialized&lt;BR /&gt;Bluetooth: SCO socket layer initialized&lt;BR /&gt;Switched to clocksource mxc_timer1&lt;BR /&gt;NET: Registered protocol family 2&lt;BR /&gt;TCP established hash table entries: 4096 (order: 2, 16384 bytes)&lt;BR /&gt;TCP bind hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;TCP: Hash tables configured (established 4096 bind 4096)&lt;BR /&gt;UDP hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;NET: Registered protocol family 1&lt;BR /&gt;RPC: Registered named UNIX socket transport module.&lt;BR /&gt;RPC: Registered udp transport module.&lt;BR /&gt;RPC: Registered tcp transport module.&lt;BR /&gt;RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;imx rpmsg driver is registered.&lt;BR /&gt;Bus freq driver module loaded&lt;BR /&gt;futex hash table entries: 256 (order: 2, 16384 bytes)&lt;BR /&gt;VFS: Disk quotas dquot_6.6.0&lt;BR /&gt;VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)&lt;BR /&gt;NFS: Registering the id_resolver key type&lt;BR /&gt;Key type id_resolver registered&lt;BR /&gt;Key type id_legacy registered&lt;BR /&gt;jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.&lt;BR /&gt;fuse init (API version 7.23)&lt;BR /&gt;io scheduler noop registered&lt;BR /&gt;io scheduler deadline registered&lt;BR /&gt;io scheduler cfq registered (default)&lt;BR /&gt;imx-weim 21b8000.weim: Driver registered.&lt;BR /&gt;backlight supply power not found, using dummy regulator&lt;BR /&gt;MIPI DSI driver module loaded&lt;BR /&gt;MIPI DSI driver module loaded&lt;BR /&gt;imx-sdma 20ec000.sdma: no event needs to be remapped&lt;BR /&gt;imx-sdma 20ec000.sdma: loaded firmware 3.3&lt;BR /&gt;imx-sdma 20ec000.sdma: initialized&lt;BR /&gt;2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 20, base_baud = 5000000) is a IMX&lt;BR /&gt;console [ttymxc0] enabled&lt;BR /&gt;21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 236, base_baud = 5000000) is a IMX&lt;BR /&gt;imx sema4 driver is registered.&lt;BR /&gt;[drm] Initialized drm 1.1.0 20060810&lt;BR /&gt;[drm] Initialized vivante 1.0.0 20120216 on minor 0&lt;BR /&gt;brd: module loaded&lt;BR /&gt;loop: module loaded&lt;BR /&gt;fsl-quadspi 21e0000.qspi: n25q256a (32768 Kbytes)&lt;BR /&gt;spi_gpio spi4: gpio-miso property not found, switching to no-rx mode&lt;BR /&gt;CAN device driver interface&lt;BR /&gt;flexcan 2090000.can: device registered (reg_base=a0a08000, irq=30)&lt;BR /&gt;flexcan 2094000.can: device registered (reg_base=a0a10000, irq=31)&lt;BR /&gt;20b4000.ethernet supply phy not found, using dummy regulator&lt;BR /&gt;pps pps0: new PPS source ptp0&lt;BR /&gt;libphy: fec_enet_mii_bus: probed&lt;BR /&gt;fec 20b4000.ethernet eth0: registered PHC device 0&lt;BR /&gt;2188000.ethernet supply phy not found, using dummy regulator&lt;BR /&gt;pps pps1: new PPS source ptp1&lt;BR /&gt;fec 2188000.ethernet eth1: registered PHC device 1&lt;BR /&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;ehci-mxc: Freescale On-Chip EHCI Host driver&lt;BR /&gt;usbcore: registered new interface driver usb-storage&lt;BR /&gt;usbcore: registered new interface driver usb_ehset_test&lt;BR /&gt;2184800.usbmisc supply vbus-wakeup not found, using dummy regulator&lt;BR /&gt;2184000.usb supply vbus not found, using dummy regulator&lt;BR /&gt;2184200.usb supply vbus not found, using dummy regulator&lt;BR /&gt;ci_hdrc ci_hdrc.1: EHCI Host Controller&lt;BR /&gt;ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1&lt;BR /&gt;ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00&lt;BR /&gt;hub 1-0:1.0: USB hub found&lt;BR /&gt;hub 1-0:1.0: 1 port detected&lt;BR /&gt;mousedev: PS/2 mouse device common for all mice&lt;BR /&gt;input: 20cc000.snvs:snvs-powerkey as /devices/platform/soc/2000000.aips-bus/20cc000.snvs/20cc000.snvs:snvs-powerkey/input/input0&lt;BR /&gt;input: iMX6UL TouchScreen Controller as /devices/platform/soc/2000000.aips-bus/2040000.tsc/input/input1&lt;BR /&gt;input: FreescaleAccelerometer as /devices/virtual/input/input2&lt;BR /&gt;fxls8471 device driver probe successfully&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0&lt;BR /&gt;i2c /dev entries driver&lt;BR /&gt;IR NEC protocol handler initialized&lt;BR /&gt;IR RC5(x/sz) protocol handler initialized&lt;BR /&gt;IR RC6 protocol handler initialized&lt;BR /&gt;IR JVC protocol handler initialized&lt;BR /&gt;IR Sony protocol handler initialized&lt;BR /&gt;IR SANYO protocol handler initialized&lt;BR /&gt;IR Sharp protocol handler initialized&lt;BR /&gt;IR MCE Keyboard/mouse protocol handler initialized&lt;BR /&gt;IR XMP protocol handler initialized&lt;BR /&gt;pxp-v4l2 pxp_v4l2: initialized&lt;BR /&gt;0-000e supply vdd not found, using dummy regulator&lt;BR /&gt;0-000e supply vddio not found, using dummy regulator&lt;BR /&gt;mag3110 0-000e: check mag3110 chip ID&lt;BR /&gt;input: mag3110 as /devices/virtual/input/input3&lt;BR /&gt;mag3110 0-000e: mag3110 is probed&lt;BR /&gt;imx2-wdt 20bc000.wdog: use WDOG_B to reboot.&lt;BR /&gt;imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)&lt;BR /&gt;Bluetooth: HCI UART driver ver 2.3&lt;BR /&gt;Bluetooth: HCI UART protocol H4 registered&lt;BR /&gt;Bluetooth: HCI UART protocol BCSP registered&lt;BR /&gt;Bluetooth: HCI UART protocol ATH3K registered&lt;BR /&gt;usbcore: registered new interface driver bcm203x&lt;BR /&gt;usbcore: registered new interface driver btusb&lt;BR /&gt;usbcore: registered new interface driver ath3k&lt;BR /&gt;sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;/soc/aips-bus@02100000/usdhc@02190000: voltage-ranges unspecified&lt;BR /&gt;sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO&lt;BR /&gt;sdhci-esdhc-imx 2190000.usdhc: No vqmmc regulator found&lt;BR /&gt;mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA&lt;BR /&gt;/soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified&lt;BR /&gt;sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found&lt;BR /&gt;sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found&lt;BR /&gt;mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA&lt;BR /&gt;caam 2140000.caam: Entropy delay = 3200&lt;BR /&gt;caam 2140000.caam: Instantiated RNG4 SH0&lt;BR /&gt;mmc1: host does not support reading read-only switch, assuming write-enable&lt;BR /&gt;caam 2140000.caam: Instantiated RNG4 SH1&lt;BR /&gt;caam 2140000.caam: device ID = 0x0a16030000000000 (Era -524)&lt;BR /&gt;caam 2140000.caam: job rings = 3, qi = 0&lt;BR /&gt;mmc1: new high speed SD card at address 0002&lt;BR /&gt;mmcblk1: mmc1:0002 00000 1.86 GiB&lt;BR /&gt; mmcblk1: p1 p2&lt;BR /&gt;caam algorithms registered in /proc/crypto&lt;BR /&gt;caam_jr 2141000.jr0: registering rng-caam&lt;BR /&gt;platform caam_sm: blkkey_ex: 8 keystore units available&lt;BR /&gt;platform caam_sm: 64-bit clear key:&lt;BR /&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;BR /&gt;platform caam_sm: 64-bit black key:&lt;BR /&gt;platform caam_sm: [0000] f9 0c e3 dc e1 a8 e1 9f&lt;BR /&gt;platform caam_sm: [0008] 09 3d a7 70 a2 90 8b 9f&lt;BR /&gt;platform caam_sm: 128-bit clear key:&lt;BR /&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;BR /&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;BR /&gt;platform caam_sm: 128-bit black key:&lt;BR /&gt;platform caam_sm: [0000] 1f e6 bf 2d 26 3b ab 7a&lt;BR /&gt;platform caam_sm: [0008] b7 dc be 4f 74 ae 50 9a&lt;BR /&gt;platform caam_sm: 192-bit clear key:&lt;BR /&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;BR /&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;BR /&gt;platform caam_sm: [0016] 10 11 12 13 14 15 16 17&lt;BR /&gt;platform caam_sm: 192-bit black key:&lt;BR /&gt;platform caam_sm: [0000] c1 ab ca 06 69 60 b5 f2&lt;BR /&gt;platform caam_sm: [0008] 52 48 3d 2a c1 b7 be 7f&lt;BR /&gt;platform caam_sm: [0016] 5d 82 d0 12 a3 95 00 18&lt;BR /&gt;platform caam_sm: [0024] ea 22 fb 1d c1 bf 1e 97&lt;BR /&gt;platform caam_sm: 256-bit clear key:&lt;BR /&gt;platform caam_sm: [0000] 00 01 02 03 04 0f 06 07&lt;BR /&gt;platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f&lt;BR /&gt;platform caam_sm: [0016] 10 11 12 13 14 15 16 17&lt;BR /&gt;platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f&lt;BR /&gt;platform caam_sm: 256-bit black key:&lt;BR /&gt;platform caam_sm: [0000] c5 d2 47 61 76 ef 2b a1&lt;BR /&gt;platform caam_sm: [0008] f0 39 b4 66 6c 74 99 6b&lt;BR /&gt;platform caam_sm: [0016] b4 ac 36 26 47 7e 6c 7c&lt;BR /&gt;platform caam_sm: [0024] e1 e2 3b dc 53 05 87 c5&lt;BR /&gt;platform caam_sm: 64-bit unwritten blob:&lt;BR /&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 128-bit unwritten blob:&lt;BR /&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 196-bit unwritten blob:&lt;BR /&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 256-bit unwritten blob:&lt;BR /&gt;platform caam_sm: [0000] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0008] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0016] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0024] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0032] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0040] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0048] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 64-bit black key in blob:&lt;BR /&gt;platform caam_sm: [0000] 05 07 13 5f be 98 c2 46&lt;BR /&gt;platform caam_sm: [0008] 8b 35 c2 b0 07 52 3a e6&lt;BR /&gt;platform caam_sm: [0016] 3d ec b5 91 34 c9 45 46&lt;BR /&gt;platform caam_sm: [0024] 98 86 7e 51 89 3b cc d9&lt;BR /&gt;platform caam_sm: [0032] 2e 69 13 d9 7b b8 54 7a&lt;BR /&gt;platform caam_sm: [0040] af a9 d0 ab f3 50 2a a9&lt;BR /&gt;platform caam_sm: [0048] 30 6b 5b 3f 5e 0f 68 b9&lt;BR /&gt;platform caam_sm: [0056] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 128-bit black key in blob:&lt;BR /&gt;platform caam_sm: [0000] 6c 02 97 16 d9 39 ba 30&lt;BR /&gt;platform caam_sm: [0008] db e6 f3 6a e9 15 c2 1e&lt;BR /&gt;platform caam_sm: [0016] 2e 51 1f be 1a a2 eb 01&lt;BR /&gt;platform caam_sm: [0024] 70 43 0f 00 8a 62 24 2d&lt;BR /&gt;platform caam_sm: [0032] 70 eb c6 6b 15 44 6e 20&lt;BR /&gt;platform caam_sm: [0040] ff 82 6d d2 76 57 d0 2a&lt;BR /&gt;platform caam_sm: [0048] 67 2e 70 2c 9e 46 96 2c&lt;BR /&gt;platform caam_sm: [0056] f9 ae a7 57 c0 36 a3 15&lt;BR /&gt;platform caam_sm: [0064] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 192-bit black key in blob:&lt;BR /&gt;platform caam_sm: [0000] 45 77 65 67 a2 31 e9 4d&lt;BR /&gt;platform caam_sm: [0008] 28 b2 ba 88 eb 98 5e 7b&lt;BR /&gt;platform caam_sm: [0016] 5d 39 18 bb 16 aa dd 9a&lt;BR /&gt;platform caam_sm: [0024] f6 a1 79 d7 d6 5d b6 39&lt;BR /&gt;platform caam_sm: [0032] 2e 41 6b 8f 47 ea 15 25&lt;BR /&gt;platform caam_sm: [0040] b5 b4 7c 32 09 e3 19 ff&lt;BR /&gt;platform caam_sm: [0048] c3 24 51 0c f0 61 e3 ce&lt;BR /&gt;platform caam_sm: [0056] f0 99 4b 14 f0 bf 3c 2d&lt;BR /&gt;platform caam_sm: [0064] 2e ce 31 b4 da 5a 9a ae&lt;BR /&gt;platform caam_sm: [0072] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: 256-bit black key in blob:&lt;BR /&gt;platform caam_sm: [0000] 54 c5 2c 98 31 16 ad f4&lt;BR /&gt;platform caam_sm: [0008] df 78 22 9c 5a 45 63 0f&lt;BR /&gt;platform caam_sm: [0016] 8c 76 12 88 50 a4 af 2b&lt;BR /&gt;platform caam_sm: [0024] ad 87 24 8c e3 2c 48 e4&lt;BR /&gt;platform caam_sm: [0032] 78 c0 b4 65 93 1f a2 04&lt;BR /&gt;platform caam_sm: [0040] 94 76 60 55 26 7f 19 30&lt;BR /&gt;platform caam_sm: [0048] f4 5e a0 b2 f2 29 b6 d7&lt;BR /&gt;platform caam_sm: [0056] e8 4f cc b5 dd 7c 80 d5&lt;BR /&gt;platform caam_sm: [0064] bb 55 51 ea 17 c7 53 12&lt;BR /&gt;platform caam_sm: [0072] 74 5b a2 50 d2 9e 1b 2e&lt;BR /&gt;platform caam_sm: [0080] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: [0088] 00 00 00 00 00 00 00 00&lt;BR /&gt;platform caam_sm: restored 64-bit black key:&lt;BR /&gt;platform caam_sm: [0000] a4 c2 a6 8f 06 86 ab c4&lt;BR /&gt;platform caam_sm: [0008] eb bc 8c bf af 8f 4e bc&lt;BR /&gt;platform caam_sm: restored 128-bit black key:&lt;BR /&gt;platform caam_sm: [0000] 1f e6 bf 2d 26 3b ab 7a&lt;BR /&gt;platform caam_sm: [0008] b7 dc be 4f 74 ae 50 9a&lt;BR /&gt;platform caam_sm: restored 192-bit black key:&lt;BR /&gt;platform caam_sm: [0000] c1 ab ca 06 69 60 b5 f2&lt;BR /&gt;platform caam_sm: [0008] 52 48 3d 2a c1 b7 be 7f&lt;BR /&gt;platform caam_sm: [0016] c3 15 f3 d9 f0 8f 52 1c&lt;BR /&gt;platform caam_sm: [0024] 36 71 d4 e7 76 13 70 a3&lt;BR /&gt;platform caam_sm: restored 256-bit black key:&lt;BR /&gt;platform caam_sm: [0000] c5 d2 47 61 76 ef 2b a1&lt;BR /&gt;platform caam_sm: [0008] f0 39 b4 66 6c 74 99 6b&lt;BR /&gt;platform caam_sm: [0016] b4 ac 36 26 47 7e 6c 7c&lt;BR /&gt;platform caam_sm: [0024] e1 e2 3b dc 53 05 87 c5&lt;BR /&gt;snvs-secvio 20cc000.caam-snvs: can't get snvs clock&lt;BR /&gt;snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state&lt;BR /&gt;usbcore: registered new interface driver usbhid&lt;BR /&gt;usbhid: USB HID core driver&lt;BR /&gt;fsl-asrc 2034000.asrc: driver registered&lt;BR /&gt;imx-wm8960 sound: wm8960-hifi &amp;lt;-&amp;gt; 202c000.sai mapping ok&lt;BR /&gt;imx-wm8960 sound: snd-soc-dummy-dai &amp;lt;-&amp;gt; 2034000.asrc mapping ok&lt;BR /&gt;imx-wm8960 sound: wm8960-hifi &amp;lt;-&amp;gt; 202c000.sai mapping ok&lt;BR /&gt;NET: Registered protocol family 26&lt;BR /&gt;NET: Registered protocol family 10&lt;BR /&gt;sit: IPv6 over IPv4 tunneling driver&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;can: controller area network core (rev 20120528 abi 9)&lt;BR /&gt;NET: Registered protocol family 29&lt;BR /&gt;can: raw protocol (rev 20120528)&lt;BR /&gt;can: broadcast manager protocol (rev 20120528 t)&lt;BR /&gt;can: netlink gateway (rev 20130117) max_hops=1&lt;BR /&gt;Bluetooth: RFCOMM TTY layer initialized&lt;BR /&gt;Bluetooth: RFCOMM socket layer initialized&lt;BR /&gt;Bluetooth: RFCOMM ver 1.11&lt;BR /&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3&lt;BR /&gt;Bluetooth: BNEP filters: protocol multicast&lt;BR /&gt;Bluetooth: BNEP socket layer initialized&lt;BR /&gt;Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;BR /&gt;Bluetooth: HIDP socket layer initialized&lt;BR /&gt;8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;Key type dns_resolver registered&lt;BR /&gt;dhd_module_init in&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1)&lt;BR /&gt;fec 20b4000.ethernet eth0: Freescale FEC PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=20b4000.ethernet:01, irq=-1)&lt;BR /&gt;IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready&lt;BR /&gt;fec 20b4000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx&lt;BR /&gt;IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready&lt;BR /&gt;IP-Config: Complete:&lt;BR /&gt; device=eth0, hwaddr=00:04:9f:03:fb:62, ipaddr=192.168.1.32, mask=255.255.255.0, gw=192.168.1.1&lt;BR /&gt; host=test, domain=, nis-domain=(none)&lt;BR /&gt; bootserver=192.168.1.31, rootserver=192.168.1.33, rootpath=&lt;BR /&gt;gpio_dvfs: disabling&lt;BR /&gt;VSD_3V3: disabling&lt;BR /&gt;can-3v3: disabling&lt;BR /&gt;ALSA device list:&lt;BR /&gt; #0: wm8960-audio&lt;BR /&gt;VFS: Mounted root (nfs filesystem) on device 0:14.&lt;BR /&gt;devtmpfs: mounted&lt;BR /&gt;Freeing unused kernel memory: 424K (80b0a000 - 80b74000)&lt;BR /&gt;INIT: version 2.88 booting&lt;BR /&gt;Error opening /dev/fb0: No such file or directory&lt;BR /&gt;Starting udev&lt;BR /&gt;udevd[181]: starting version 182&lt;BR /&gt;bootlogd: cannot allocate pseudo tty: No such file or directory&lt;BR /&gt;random: dd urandom read with 107 bits of entropy available&lt;BR /&gt;ALSA: Restoring mixer settings...&lt;BR /&gt;random: nonblocking pool is initialized&lt;BR /&gt;Sat Oct 8 12:01:06 UTC 2016&lt;BR /&gt;INIT: Entering runlevel: 5&lt;BR /&gt;Configuring network interfaces... ifup skipped for nfsroot interface eth0&lt;BR /&gt;run-parts: /etc/network/if-pre-up.d/nfsroot exited with code 1&lt;BR /&gt;Starting system message bus: Unknown username "avahi" in message bus configuration file&lt;BR /&gt;dbus.&lt;BR /&gt;Starting OpenBSD Secure Shell server: sshd&lt;BR /&gt;done.&lt;BR /&gt;Starting rpcbind daemon...done.&lt;BR /&gt;Starting advanced power management daemon: No APM support in kernel&lt;BR /&gt;(failed.)&lt;BR /&gt;Starting syslogd/klogd: done&lt;BR /&gt; * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon&lt;BR /&gt;Timeout reached while wating for return value&lt;BR /&gt;Could not receive return value from daemon process.&lt;BR /&gt; ...fail!&lt;BR /&gt;Starting Telephony daemon&lt;BR /&gt;Starting Linux NFC daemon&lt;/P&gt;&lt;P&gt;NXP iMX Release Distro 4.1.15-1.2.0&lt;BR /&gt;hello login:root&lt;BR /&gt;root@hello:~# poweroff&lt;BR /&gt;poweroff: must be superuser.&lt;BR /&gt;root@hello:~# reboot&lt;BR /&gt;reboot: must be superuser.&lt;BR /&gt;root@hello:~# shutdown -r now&lt;BR /&gt;shutdown: warning: cannot open /var/run/shutdown.pid&lt;BR /&gt;shutdown: /dev/initctl: Permission denied&lt;BR /&gt;init: must be superuser.&lt;BR /&gt;root@hello:~#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 05:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611926#M92398</guid>
      <dc:creator>vijayaragavansr</dc:creator>
      <dc:date>2016-10-11T05:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: root must be a super user</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611927#M92399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Did you solve this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;I have the problem with you. The image works well on SD card, but when i try to make it work on NFS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;It has the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;root user can't do the reboot work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;If you have solved this issue, please share.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 08:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/root-must-be-a-super-user/m-p/611927#M92399</guid>
      <dc:creator>jiamingdong</dc:creator>
      <dc:date>2019-01-24T08:09:00Z</dc:date>
    </item>
  </channel>
</rss>

