Changes

Jump to: navigation, search

XUELK-AN-002: Running Debian distribution

30,996 bytes added, 16:52, 15 March 2017
no edit summary
|February 2017
|First public release
|-
|2.0.0
|March 2017
|TBD
|-
|}
==Initial configuration==
For the sake of simplicity, the same approach described [[AXEL_ULite_and_SBC_Lynx_Embedded_Linux_Kit_(XUELK)#Target_setup_and_first_boot|here]] will be used. In other words, a microSD card containing Linux kernel image, device tree blob, and decompressed root file system will be used. It is usedworth to remember that such a microSD card can be created following the instructions described [[How_to_create_a_bootable_microSD_card_(XUELK)|here]].
It is quite straightforward to prepare Starting from such a microSD card containing , we need to do the following operations:*adding a Debian minimal modified version of the Linux kernel image*replacing the default Yocto root file system that replaces the one delivered along with the XUELK, with the Debian oneTo get The following box shows how to perform such an image, issue operations once the card (mapped as <code>/dev/TBD</code> in the following command on your example) has been connected to a Linux host machine:[1].
<pre class="board-terminal">
wget -c https://rcn-ee.com/rootfs/eewiki/barefs/debian-8.7-bare-armhf-2017-01-14.tar.xzTBD
</pre>
To verify You can now remove the card from the host, and plug itinto the slot of SBC Lynx. After powering it up, stop the automatic boot process, and edit the <code>mmcboot</code> variable as follows:
<pre class="board-terminal">
sha256sum debian=> edit mmc_loadkedit: fatload mmc 0:1 ${loadaddr} xuelk-81.7-bare-armhf-2017-01-141.tar3_uImage.xz159e1a6addc35bbfff03b5eafd5cb741086a8a016d5ab9572ab122ce64d63e5e debian-8.7-bare-armhf-2017-01-14.tar.xz
</pre>
After inserting Then start the microSD card into the adapter connected to the host machine, it is possible to decompress Linux kernel by issuing the <code>.tar.xzrun mmcboot</code> command. The Linux kernel should boot and mount the Debian root file system as shown in the <code>ROOTFS</code> partitionfollowing box (click on the ''Expand'' link to open it):<pre class="board-terminalmw-collapsible mw-collapsed">unzip => run mmcbootreading xuelk-1.1.3_uImage.debian7139232 bytes read in 353 ms (19.3 MiB/s)reading imx6ul-lynx.dtb31436 bytes read in 20 ms (1.5 MiB/s)FDT: override 'som_uniqueid' with 'e6b3f362:393d61d4'FDT: override 'cb_uniqueid' with '00000000:00000000'## Booting kernel from Legacy Image at 80800000 ... Image Name: Linux-3.14.52-xuelk-1.1.3-xeno1- Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 7139168 Bytes = 6.8MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Loading Kernel Image ... OK reserving fdt memory region: addr=83000000 size=8000 Using Device Tree in place at 83000000, end 8300afff Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0[ 0.000000] Linux version 3.14.52-xfcexuelk-wandboard1.1.3-xeno1-20150514ipipe (guglielmini@linuxserver2) (gcc version 4.9.2 (GCC) ) #2 SMP PREEMPT Wed Mar 15 12:25:36 CET 2017[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache[ 0.000000] Machine model: Freescale i.MX6 UltraLite LYNX Board[ 0.000000] cma: CMA: reserved 64 MiB at 9c000000[ 0.000000] Memory policy: Data cache writealloc[ 0.zip 000000] PERCPU: Embedded 10 pages/cpu @9bbbe000 s20224 r8192 d12544 u40960cd debian[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait rw console=ttymxc0,115200 vmalloc=400M mtdparts=gpmi-nand:8M(nand-uboot),1M(nand-env1),1M(nand-env2),1M(nand-fdt),1M(nand-spare),8M(nand-kernel),4M(nand-splash),-(nand-ubi);spi0.0:1M(spi-uboot),256k(spi-env1),256k(spi-env2),512k(spi-dtb),6M(spi-kernel),4M(spi-splash),-(spi-free)[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)[ 0.000000] Memory: 439676K/524288K available (8919K kernel code, 604K rwdata, 3264K rodata, 515K init, 974K bss, 84612K reserved, 0K highmem)[ 0.000000] Virtual kernel memory layout:[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)[ 0.000000] vmalloc : 0xa0800000 - 0xff000000 (1512 MB)[ 0.000000] lowmem : 0x80000000 - 0xa0000000 ( 512 MB)[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)[ 0.000000] .text : 0x80008000 - 0x80bedf08 (12184 kB)[ 0.000000] .init : 0x80bee000 - 0x80c6ef00 ( 516 kB)[ 0.000000] .data : 0x80c70000 - 0x80d071f8 ( 605 kB)[ 0.000000] .bss : 0x80d07204 - 0x80dfacb4 ( 975 kB)[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1[ 0.000000] Preemptible hierarchical RCU implementation.[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1[ 0.000000] NR_IRQS:16 nr_irqs:16 16[ 0.000000] Switching to timer-based delay loop[ 0.000020] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns[ 0.000073] I-pipe, 3.000 MHz clocksource, wrap in 1431655 ms[ 0.002531] clocksource_of_init: no matching clocksources found[ 0.003382] Interrupt pipeline (release #17)[ 0.003739] Console: colour dummy device 80x30[ 0.003787] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)[ 0.003820] pid_max: default: 32768 minimum: 301[ 0.004250] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.004281] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.023295] Initializing cgroup subsys net_cls[ 0.023426] CPU: Testing write buffer coherency: ok[ 0.023964] /cpus/cpu@0 missing clock-frequency property[ 0.024006] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.024069] Setting up static identity map for 0x80881010 - 0x80881068[ 0.071288] Brought up 1 CPUs[ 0.071327] SMP: Total of 1 processors activated (6.00 BogoMIPS).[ 0.071346] CPU: All CPU(s) started in SVC mode.[ 0.072818] devtmpfs: initialized[ 0.085691] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5[ 0.086615] pinctrl core: initialized pinctrl subsystem[ 0.087677] regulator-dummy: no parameters[ 0.093164] NET: Registered protocol family 16[ 0.113354] DMA: preallocated 256 KiB pool for atomic coherent allocations[ 0.115257] cpuidle: using governor ladder[ 0.115291] cpuidle: using governor menu[ 0.115775] Use WDOG1 as reset source[ 0.136009] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered[ 0.136830] vdd3p0: 2625 <--> 3400 mV at 3000 mV[ 0.137903] cpu: 725 <--> 1450 mV at 1150 mV[ 0.138917] vddsoc: 725 <--> 1450 mV at 1175 mV[ 0.145199] syscon 20e4000.iomuxc-gpr: regmap [mem 0x020e4000-0x020e7fff] registered[ 0.153143] syscon 21ac000.romcp: regmap [mem 0x021ac000-0x021affff] registered[ 0.154839] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered[ 0.161119] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.[ 0.161152] hw-breakpoint: maximum watchpoint size is 8bytes.[ 0.161181] I-pipe: disabling SMP code[ 0.165437] imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver[ 0.168465] 20dc000.gpc supply pu not found, using dummy regulator[ 0.208010] bio: create slab <bio-0> at 0[ 0.215312] mxs-dma 1804000.dma-apbh: initialized[ 0.216331] vref-3v3: 3300 mV[ 0.217209] usb_otg1_vbus: 5000 mV[ 0.218030] usb_otg2_vbus: 5000 mV[ 0.218714] wilink-wl-en: 3300 mV[ 0.220733] i2c-core: driver [max17135] using legacy suspend method[ 0.220762] i2c-core: driver [max17135] using legacy resume method[ 0.222408] SCSI subsystem initialized[ 0.223795] usbcore: registered new interface driver usbfs[ 0.224004] usbcore: registered new interface driver hub[ 0.224357] usbcore: registered new device driver usb[ 0.226169] imx-i2c 21a0000.i2c: Cannot look up pinctrl state recovery: -19[ 0.227843] i2c i2c-0: IMX I2C adapter registered[ 0.228102] Linux video capture interface: v2.00[ 0.228307] pps_core: LinuxPPS API ver. 1 registered[ 0.228330] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[ 0.228430] PTP clock support registered[ 0.231199] MIPI CSI2 driver module loaded[ 0.232036] Advanced Linux Sound Architecture Driver Initialized.[ 0.234214] Bluetooth: Core ver 2.18[ 0.234351] NET: Registered protocol family 31[ 0.234373] Bluetooth: HCI device and connection manager initialized[ 0.234435] Bluetooth: HCI socket layer initialized[ 0.234474] Bluetooth: L2CAP socket layer initialized[ 0.234569] Bluetooth: SCO socket layer initialized[ 0.236606] Switched to clocksource ipipe_tsc[ 0.238262] cfg80211: Calling CRDA to update world regulatory domain[ 0.265752] NET: Registered protocol family 2[ 0.267993] TCP established hash table entries: 4096 (order: 2, 16384 bytes)[ 0.268129] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)[ 0.268289] TCP: Hash tables configured (established 4096 bind 4096)[ 0.268419] TCP: reno registered[ 0.268460] UDP hash table entries: 256 (order: 1, 8192 bytes)[ 0.268521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)[ 0.269060] NET: Registered protocol family 1[ 0.269892] RPC: Registered named UNIX socket transport module.[ 0.269924] RPC: Registered udp transport module.[ 0.269945] RPC: Registered tcp transport module.[ 0.269964] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.273043] imx rpmsg driver is registered.[ 0.274867] Bus freq driver module loaded[ 0.277339] futex hash table entries: 256 (order: 2, 16384 bytes)[ 0.278278] I-pipe: head domain Xenomai registered.[ 0.278329] Xenomai: hal/arm started.[ 0.279142] Xenomai: scheduling class idle registered.[ 0.279175] Xenomai: scheduling class rt registered.[ 0.291665] Xenomai: real-time nucleus v2.6.5 (Lost in a Memory) loaded.[ 0.291695] Xenomai: debug mode enabled.[ 0.292375] Xenomai: starting native API services.[ 0.292409] Xenomai: starting POSIX services.[ 0.292652] Xenomai: starting RTDM services.[ 0.312526] VFS: Disk quotas dquot_6.5.2[ 0.313268] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[ 0.320281] NFS: Registering the id_resolver key type[ 0.320410] Key type id_resolver registered[ 0.320438] Key type id_legacy registered[ 0.320536] jffs2: version 2.2. (NAND) c 2001-2006 Red Hat, Inc.[ 0.322661] fuse init (API version 7.22)[ 0.323988] msgmni has been set to 986[ 0.334285] io scheduler noop registered[ 0.334320] io scheduler deadline registered[ 0.334880] io scheduler cfq registered (default)[ 0.335976] imx-bareweim 21b8000.weim: Driver registered.[ 0.344016] MIPI DSI driver module loaded[ 0.344498] MIPI DSI driver module loaded[ 0.349735] imx-sdma 20ec000.sdma: no event needs to be remapped[ 0.349998] imx-sdma 20ec000.sdma: loaded firmware 3.2[ 0.358881] imx-sdma 20ec000.sdma: initialized[ 0.361338] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1[ 0.362033] pfuze100-regulator 0-0008: FAB: 0, FIN: 0[ 0.362067] pfuze100-regulator 0-0008: pfuze3000 found.[ 0.363560] SW1A: 700 <--> 3300 mV at 3300 mV[ 0.365474] SW1B: 700 <--> 1475 mV at 1400 mV[ 0.366928] SW2: 2500 <--> 3300 mV at 3300 mV[ 0.368241] SW3: 900 <--> 1650 mV at 1350 mV[ 0.369483] SWBST: 5000 <-armhf-2017> 5150 mV at 5000 mV[ 0.370783] VSNVS: 1000 <--> 3000 mV at 3000 mV[ 0.371363] VREFDDR: 750 mV[ 0.372541] VLDO1: 1800 <--> 3300 mV at 3300 mV[ 0.374356] VLDO2: 800 <--> 1550 mV at 1500 mV[ 0.375611] VCCSD: 2850 <--> 3300 mV at 3300 mV[ 0.376964] V33: 2850 <--> 3300 mV at 3300 mV[ 0.378306] VLDO3: 1800 <--> 3300 mV at 1800 mV[ 0.379577] VLDO4: 1800 <-01-14> 3300 mV at 1800 mV[ 0.380525] Serial: IMX driver[ 0.381256] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX[ 1.249600] console [ttymxc0] enabled[ 1.254727] 2024000.serial: ttymxc7 at MMIO 0x2024000 (irq = 72, base_baud = 5000000) is a IMX[ 1.265517] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX[ 1.275634] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX[ 1.285416] serial: Freescale lpuart driver[ 1.293843] imx sema4 driver is registered.[ 1.298388] [drm] Initialized drm 1.1.0 20060810[ 1.304226] [drm] Initialized vivante 1.0.0 20120216 on minor 0[ 1.331327] brd: module loaded[ 1.345623] loop: module loaded[ 1.368108] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xd3[ 1.374517] nand: AMD/Spansion S34ML08G1[ 1.378544] nand: 1024MiB, SLC, page size: 2048, OOB size: 64[ 1.384638] gpmi-nand 1806000.gpmi-nand: mode:4 ,failed in set feature.[ 1.391399] Scanning device for bad blocks[ 1.553430] Bad eraseblock 919 at 0x0000072e0000[ 1.843857] random: nonblocking pool is initialized[ 2.077478] Bad eraseblock 3900 at 0x00001e780000[ 2.820670] 8 cmdlinepart partitions found on MTD device gpmi-nand[ 2.826956] Creating 8 MTD partitions on "gpmi-nand":[ 2.832061] 0x000000000000-0x000000800000 : "nand-uboot"[ 2.840473] 0x000000800000-0x000000900000 : "nand-env1"[ 2.848741] 0x000000900000-0x000000a00000 : "nand-env2"[ 2.856734] 0x000000a00000-0x000000b00000 : "nand-fdt"[ 2.864464] 0x000000b00000-0x000000c00000 : "nand-spare"[ 2.872712] 0x000000c00000-0x000001400000 : "nand-kernel"[ 2.880970] 0x000001400000-0x000001800000 : "nand-splash"[ 2.889226] 0x000001800000-0x000040000000 : "nand-ubi"[ 2.899362] gpmi-nand 1806000.gpmi-nand: driver registered.[ 2.908860] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)[ 2.913890] 7 cmdlinepart partitions found on MTD device spi0.0[ 2.919960] Creating 7 MTD partitions on "spi0.0":[ 2.924827] 0x000000000000-0x000000100000 : "spi-uboot"[ 2.933196] 0x000000100000-0x000000140000 : "spi-env1"[ 2.941449] 0x000000140000-0x000000180000 : "spi-env2"[ 2.949614] 0x000000180000-0x000000200000 : "spi-dtb"tar xvf armhf[ 2.957504] 0x000000200000-0x000000800000 : "spi-rootfskernel"[ 2.965584] 0x000000800000-debian0x000000c00000 : "spi-jessiesplash"[ 2.tar 973937] 0x000000c00000-0x000002000000 : "spi-C free"[ 2.982122] spi_imx 2008000.ecspi: probed[ 2.988645] CAN device driver interface[ 2.995520] 2188000.ethernet supply phy not found, using dummy regulator[ 3.003794] pps pps0: new PPS source ptp0[ 3.009090] libphy: fec_enet_mii_bus: probed[ 3.016491] fec 2188000.ethernet eth0: registered PHC device 0[ 3.024268] pegasus: v0.9.3 (2013/media04/dvdk25), Pegasus/ROOTFSPegasus II USB Ethernet driver[ 3.032128] usbcore: registered new interface driver pegasus[ 3.038157] usbcore: registered new interface driver rtl8150[ 3.044008] usbcore: registered new interface driver r8152[ 3.049974] usbcore: registered new interface driver asix[ 3.055574] usbcore: registered new interface driver ax88179_178a[ 3.061993] usbcore: registered new interface driver cdc_ether[ 3.068175] usbcore: registered new interface driver dm9601[ 3.073945] usbcore: registered new interface driver sr9700[ 3.079904] usbcore: registered new interface driver CoreChips[ 3.085983] usbcore: registered new interface driver smsc75xx[ 3.092066] usbcore: registered new interface driver smsc95xx[ 3.098082] usbcore: registered new interface driver net1080[ 3.103963] usbcore: registered new interface driver plusb[ 3.109738] usbcore: registered new interface driver cdc_subset[ 3.115845] usbcore: registered new interface driver zaurus[ 3.121688] usbcore: registered new interface driver MOSCHIP usb-ethernet driver[ 3.129462] usbcore: registered new interface driver cdc_ncm[ 3.135165] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 3.141837] ehci-mxc: Freescale On-Chip EHCI Host driver[ 3.147777] usbcore: registered new interface driver usb-storage[ 3.154209] usbcore: registered new interface driver usbserial[ 3.160328] usbcore: registered new interface driver usbserial_generic[ 3.167133] usbserial: USB Serial support registered for generic[ 3.173326] usbcore: registered new interface driver ftdi_sio[ 3.179316] usbserial: USB Serial support registered for FTDI USB Serial Device[ 3.186881] usbcore: registered new interface driver pl2303[ 3.192612] usbserial: USB Serial support registered for pl2303[ 3.198800] usbcore: registered new interface driver usb_ehset_test[ 3.207523] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator[ 3.228394] ci_hdrc ci_hdrc.1: EHCI Host Controller[ 3.233557] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1[ 3.256731] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00[ 3.264694] hub 1-0:1.0: USB hub found[ 3.268773] hub 1-0:1.0: 1 port detected[ 3.275106] mousedev: PS/2 mouse device common for all micesudo umount [ 3.282328] snvs_pwrkey 20cc000.snvs-pwrkey: can't get snvs clock[ 3.289400] input: 20cc000.snvs-pwrkey as /mediadevices/dvdksoc0/BOOT soc.0/2000000.aips-bus/20cc000.snvs-pwrkey/input/input0[ 3.300361] snvs_pwrkey 20cc000.snvs-pwrkey: i.MX snvs powerkey probed[ 3.308436] i2c-core: driver [egalax_allpoint_i2c] using legacy suspend method[ 3.315699] i2c-core: driver [egalax_allpoint_i2c] using legacy resume method[ 3.324497] i2c-core: driver [isl29023] using legacy suspend method[ 3.330929] i2c-core: driver [isl29023] using legacy resume method[ 3.338515] snvs_rtc 20cc034.snvs-rtc-lp: can't get snvs-rtc clock[ 3.345747] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0sudo umount [ 3.354184] snvs_rtc 20cc034.snvs-rtc-lp: configured with power off disabled[ 3.361623] i2c /mediadev entries driver[ 3.366080] IR NEC protocol handler initialized[ 3.370787] IR RC5(x) protocol handler initialized[ 3.375616] IR RC6 protocol handler initialized[ 3.380231] IR JVC protocol handler initialized[ 3.384794] IR Sony protocol handler initialized[ 3.389486] IR RC5 (streamzap) protocol handler initialized[ 3.395087] IR SANYO protocol handler initialized[ 3.399865] IR MCE Keyboard/dvdkmouse protocol handler initialized[ 3.409479] i2c-core: driver [mag3110] using legacy suspend method[ 3.415708] i2c-core: driver [mag3110] using legacy resume method[ 3.423118] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)[ 3.431937] Bluetooth: HCI UART driver ver 2.2[ 3.436425] Bluetooth: HCI H4 protocol initialized[ 3.441327] Bluetooth: HCI BCSP protocol initialized[ 3.446327] Bluetooth: HCILL protocol initialized[ 3.451113] Bluetooth: HCIATH3K protocol initialized[ 3.456703] ci_hdrc ci_hdrc.0: there is a vbus glitch[ 3.462220] usbcore: registered new interface driver bcm203x[ 3.468226] usbcore: registered new interface driver btusb[ 3.473994] usbcore: registered new interface driver ath3k[ 3.480255] sdhci: Secure Digital Host Controller Interface driver[ 3.486474] sdhci: Copyright(c) Pierre Ossman[ 3.490939] sdhci-pltfm: SDHCI platform and OF driver helper[ 3.499367] mmc0: no vqmmc regulator found[ 3.503526] mmc0: no vmmc regulator found[ 3.546723] mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA[ 3.558579] mmc1: no vqmmc regulator found[ 3.635849] mmc0: host does not support reading read-only switch. assuming write-enable.[ 3.650661] mmc0: new high speed SDHC card at address 0001[ 3.657462] mmcblk0: mmc0:0001 SD16G 14.8 GiB[ 3.664121] mmcblk0: p1 p2[ 3.686755] mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA[ 3.708337] caam 2140000.caam: Instantiated RNG4 SH0[ 3.732503] sdhci-esdhc-imx 2194000.usdhc: card claims to support voltages below defined range[ 3.769543] caam 2140000.caam: Instantiated RNG4 SH1[ 3.774562] caam 2140000.caam: device ID = 0x0a160300 (Era 8)[ 3.780414] caam 2140000.caam: job rings = 3, qi = 0[ 3.789913] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)[ 3.800843] mmc1: new SDIO card at address 0001[ 3.807275] wl1271_sdio mmc1:0001:2: legacy platform data not found, trying device tree[ 3.926897] caam algorithms registered in /ROOTFS proc/crypto[ 3.938019] caam_jr 2141000.jr0: registering rng-caam[ 3.945287] platform caam_sm: blkkey_ex: 8 keystore units available[ 3.952170] platform caam_sm: 64-bit clear key:[ 3.956961] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07[ 3.962667] platform caam_sm: 64-bit black key:[ 3.967371] platform caam_sm: [0000] 62 75 5c ee bf 60 03 a8[ 3.973081] platform caam_sm: [0008] 90 7c d7 04 4f 56 08 a0[ 3.978899] platform caam_sm: 128-bit clear key:[ 3.983571] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07[ 3.989396] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f[ 3.995094] platform caam_sm: 128-bit black key:[ 3.999879] platform caam_sm: [0000] 23 25 86 29 5a b3 e3 4d[ 4.005584] platform caam_sm: [0008] 1f f5 eb ab 4d e0 b7 c7[ 4.011430] platform caam_sm: 192-bit clear key:[ 4.016100] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07[ 4.021856] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f[ 4.027619] platform caam_sm: [0016] 10 11 12 13 14 15 16 17[ 4.033312] platform caam_sm: 192-bit black key:[ 4.038015] platform caam_sm: [0000] 52 54 fe a8 93 9f 0c 87[ 4.043719] platform caam_sm: [0008] 06 b7 ce a8 61 dd dd 72[ 4.049475] platform caam_sm: [0016] f7 65 bc dd a3 a9 1b f0[ 4.055180] platform caam_sm: [0024] 30 27 23 a2 ed 29 b9 58[ 4.060921] platform caam_sm: 256-bit clear key:[ 4.065585] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07[ 4.071333] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f[ 4.077079] platform caam_sm: [0016] 10 11 12 13 14 15 16 17[ 4.082780] platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f[ 4.088516] platform caam_sm: 256-bit black key:[ 4.093177] platform caam_sm: [0000] 55 ca 47 06 5f ec 30 3d[ 4.098921] platform caam_sm: [0008] db 0f 4c 9c 9c 5f 66 09[ 4.104621] platform caam_sm: [0016] 56 04 d1 2d d4 78 98 24[ 4.110365] platform caam_sm: [0024] 7a 39 c8 f4 57 d0 df db[ 4.116058] platform caam_sm: 64-bit unwritten blob:[ 4.121108] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.126854] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.132553] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.138298] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.143999] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.149739] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.155438] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.161176] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.166920] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.172620] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.178362] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.184062] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.189793] platform caam_sm: 128-bit unwritten blob:[ 4.194885] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.200628] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.206327] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.212070] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.217813] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.223513] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.229258] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.234957] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.240701] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.246401] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.252145] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.257887] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.263580] platform caam_sm: 196-bit unwritten blob:[ 4.268712] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.274414] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.280157] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.285856] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.291597] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.297345] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.303046] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.308788] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.314487] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.320227] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.325926] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.331664] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.337398] platform caam_sm: 256-bit unwritten blob:[ 4.342490] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.348233] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.353934] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.359675] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.365377] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.371117] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.376861] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.382560] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.388304] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.394004] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.399741] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.405441] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.411637] platform caam_sm: 64-bit black key in blob:[ 4.417174] platform caam_sm: [0000] b6 79 c8 09 ed 32 d1 02[ 4.422887] platform caam_sm: [0008] 97 61 ad 61 dd ab 83 73[ 4.428661] platform caam_sm: [0016] d8 b6 e7 09 58 7d 68 48[ 4.434369] platform caam_sm: [0024] f4 d6 04 15 a2 e8 3a 10[ 4.440128] platform caam_sm: [0032] 20 31 d8 f5 6a bc d5 b9[ 4.445835] platform caam_sm: [0040] 8f 13 f1 fd 6c 02 2b 62[ 4.451599] platform caam_sm: [0048] 75 43 bb 53 a1 b2 50 64[ 4.457357] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.463058] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.468814] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.474515] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.480267] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.485959] platform caam_sm: 128-bit black key in blob:[ 4.491364] platform caam_sm: [0000] c9 55 3d ac ae 17 54 90</pre>[ 4.497109] platform caam_sm: [0008] 01 9e a4 bf af 13 24 b3[ 4.502812] platform caam_sm: [0016] a9 13 fa 64 06 61 3a 23[ 4.508565] platform caam_sm: [0024] 09 4e 1b ab 99 c3 01 c5[ 4.514268] platform caam_sm: [0032] 21 e2 d1 8a b4 7d b3 8a[ 4.520013] platform caam_sm: [0040] e8 92 2b 77 bc 89 7a 65[ 4.525714] platform caam_sm: [0048] ae e7 17 a2 65 2e 44 22[ 4.531459] platform caam_sm: [0056] 90 4e 00 79 78 d3 51 c3[ 4.537206] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.542906] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.548650] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.554350] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.560082] platform caam_sm: 192-bit black key in blob:[ 4.565439] platform caam_sm: [0000] 06 71 f7 6b a0 54 a5 57[ 4.571183] platform caam_sm: [0008] b7 63 ae 94 72 5d 61 5a[ 4.576930] platform caam_sm: [0016] db 2d 56 57 a4 61 5a 37[ 4.582631] platform caam_sm: [0024] 14 5c 4a de 09 66 3a 23[ 4.588373] platform caam_sm: [0032] 3f c8 57 e7 ae 3f e2 f9[ 4.594074] platform caam_sm: [0040] 0c 76 b0 d5 8f b6 bf 83[ 4.599817] platform caam_sm: [0048] c3 dc f0 54 70 4a 97 74[ 4.605518] platform caam_sm: [0056] bf 82 2f 77 1d 62 53 9c[ 4.611264] platform caam_sm: [0064] 0d 1c d1 49 23 da f7 f4[ 4.617012] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.622712] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.628454] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.634145] platform caam_sm: 256-bit black key in blob:[ 4.639543] platform caam_sm: [0000] 89 df 9c ad 9a 06 b9 4f[ 4.645243] platform caam_sm: [0008] 7d 62 29 37 20 33 32 ca[ 4.650986] platform caam_sm: [0016] 68 33 29 16 2d b0 af bd[ 4.656729] platform caam_sm: [0024] 2e 5b 31 38 cd a5 93 52[ 4.662430] platform caam_sm: [0032] 60 a2 99 c2 98 54 87 58[ 4.668173] platform caam_sm: [0040] a9 88 37 41 86 4e a7 90[ 4.673875] platform caam_sm: [0048] 36 a9 aa c4 db 76 e4 7c[ 4.679619] platform caam_sm: [0056] 61 a6 5a a9 1a 68 a6 a6[ 4.685321] platform caam_sm: [0064] 22 17 55 1b 01 a3 2a 74[ 4.691065] platform caam_sm: [0072] d8 c7 e9 30 42 b1 9b 6f[ 4.696812] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.702511] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.708586] platform caam_sm: restored 64-bit black key:[ 4.713950] platform caam_sm: [0000] 8b 17 12 a8 29 a3 e8 a7[ 4.719721] platform caam_sm: [0008] 94 34 43 17 2b 63 89 9a[ 4.725418] platform caam_sm: restored 128-bit black key:[ 4.730917] platform caam_sm: [0000] 23 25 86 29 5a b3 e3 4d[ 4.736670] platform caam_sm: [0008] 1f f5 eb ab 4d e0 b7 c7[ 4.742362] platform caam_sm: restored 192-bit black key:[ 4.747847] platform caam_sm: [0000] 52 54 fe a8 93 9f 0c 87[ 4.753549] platform caam_sm: [0008] 06 b7 ce a8 61 dd dd 72[ 4.759294] platform caam_sm: [0016] a4 e0 db 26 b0 82 3f 75[ 4.764996] platform caam_sm: [0024] 7d 44 82 f4 50 74 ee d5[ 4.770737] platform caam_sm: restored 256-bit black key:[ 4.776177] platform caam_sm: [0000] 55 ca 47 06 5f ec 30 3d[ 4.781925] platform caam_sm: [0008] db 0f 4c 9c 9c 5f 66 09[ 4.787674] platform caam_sm: [0016] 56 04 d1 2d d4 78 98 24[ 4.793374] platform caam_sm: [0024] 7a 39 c8 f4 57 d0 df dbYou [ 4.799743] snvs-secvio 20cc000.caam-snvs: can then insert the microSD card into the SBC Lynx's slott get snvs clock[ 4.805775] snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state[ 4.815003] usbcore: registered new interface driver usbhid[ 4.820718] usbhid: USB HID core driver[ 4.835099] fsl-asrc 2034000.asrc: driver registered[ 4.851183] NET: Registered protocol family 26[ 4. On target side, these are the 855693] Netfilter messages printed out on the serial consolevia NETLINK v0.30.[ 4.860682] nfnl_acct: registering with nfnetlink.[ 4.865625] nf_conntrack version 0.5.0 (7893 buckets, when the root file system 31572 max)[ 4.873070] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>[ 4.879928] xt_time: kernel timezone is mounted-0000[ 4.885027] ip_tables: (C) 2000-2006 Netfilter Core Team[ 4.890701] arp_tables: (C) 2002 David S. Miller[ 4.895459] TCP: cubic registered[ 4.900392] NET: Registered protocol family 10[ 4.907415] sit: IPv6 over IPv4 tunneling driver[ 4.913885] NET: Registered protocol family 17[ 4.918601] can: controller area network core (rev 20120528 abi 9)[ 4.925053] NET: Registered protocol family 29[ 4.929621] can: raw protocol (rev 20120528)[ 4.933930] can:broadcast manager protocol (rev 20120528 t)<pre class[ 4.939702] can: netlink gateway (rev 20130117) max_hops="board1[ 4.945969] Bluetooth: RFCOMM TTY layer initialized[ 4.951171] Bluetooth: RFCOMM socket layer initialized[ 4.956397] Bluetooth: RFCOMM ver 1.11[ 4.960286] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 4.965633] Bluetooth: BNEP filters: protocol multicast[ 4.970972] Bluetooth: BNEP socket layer initialized[ 4.975973] Bluetooth: HIDP (Human Interface Emulation) ver 1.2[ 4.981997] Bluetooth: HIDP socket layer initialized[ 4.987170] 8021q: 802.1Q VLAN Support v1.8[ 4.991518] Key type dns_resolver registered[ 4.997573] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)[ 5.020966] SWBST: disabling[ 5.023905] usb_otg1_vbus: disabling[ 5.027653] regulator-dummy: disabling[ 5.031995] imx mcc test is registered.[ 5.038086] snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-terminal">01 01:02:03 UTC (3723)[ 5.343364] ALSA device list:[ 5.346376] No soundcards found.[ 5.366197] kjournald starting. Commit interval 5 seconds[ 5.114803779039] EXT3-fs (mmcblk0p2): using internal journal[ 5.784305] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode[ 5.791424] VFS: Mounted root (ext3 filesystem) on device 179:2.[ 5.125035801809] devtmpfs: mounted[ 5.128943805933] Freeing unused kernel memory: 408K 512K (80b15000 80bee000 - 80b7b00080c6e000)[ 56.751274474518] systemd[1]: System time before build time, advancing clock.[ 56.783486516425] systemd[1]: Failed to insert module 'kdbus': Function not impimplemented[ 56.823801562561] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)[ 56.843563581801] systemd[1]: Detected architecture arm.
Welcome to Debian GNU/Linux 8 (jessie)!
[ 56.880235621585] systemd[1]: Set hostname to <arm>.[ 67.571642] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ OK ] Started Dispatch Password Requests to Console Directory Watch.[ 7.727889607985] systemd[1]: Listening on udev Control Journal Socket.[ OK ] Listening on udev Control Journal Socket.[ 67.758625627719] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 67.788119] systemd[1]: Reached target Encrypted Volumes.[ OK ] Reached target Encrypted Volumes.[ 6.818418] systemd[1]: Listening on Syslog Socket.[ OK ] Listening on Syslog Socket.[ 6.839082] systemd[1]: Reached target Remote File Systems (Pre).[ OK ] Reached target Remote File Systems (Pre).[ 6.869354657746] systemd[1]: Started Forward Password Requests to Wall DirectoDirectory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 67.901334687243] systemd[1]: Set up automount Arbitrary Executable File FormatReached target Paths.[ OK ] Set up automount Arbitrary Executab..Reached target Paths.ats File System Automount Poi[ 67.939313707679] systemd[1]: Listening on /dev/initctl Compatibility Named PipPipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 67.968527738277] systemd[1]: Reached target Remote File SystemsListening on Syslog Socket.[ OK ] Reached target Remote File SystemsListening on Syslog Socket.[ 67.999801757904] systemd[1]: Created slice User and Session Slice.[ OK ] Created slice User and Session Slice.[ 7.787212] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 7.019678808133] systemd[1]: Reached target Encrypted Volumes.[ OK ] Reached target Encrypted Volumes.[ 7.838391] systemd[1]: Listening on udev Control Socket.[ OK ] Listening on udev Control Socket.[ 7.868264] systemd[1]: Listening on udev Kernel Socket.[ OK ] Listening on udev Kernel Socket.[ 7.898487] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 7.038667924847] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems...[ 7.967506] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 7.059455978131] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 78.089497014785] systemd[1]: Created slice system-gettyStarting Load Kernel Modules..slice.[ OK ] Created slice system-getty Starting Load Kernel Modules..slice.[ 78.119398071038] systemd[1]: Listening on Journal SocketStarting Create Static Device Nodes in /dev...[ OK ] Listening on Journal Socket Starting Create Static Device Nodes in /dev...[ 78.145290119433] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 78.182154145399] systemd[1]: Starting Remount Root and Kernel Set up automount Arbitrary Executable File SystemsFormats File System Automount Point.[ OK ] Set up automount Arbitrary Executab... Starting Remount Root and Kernel ats File Systems..System Automount Point.[ 78.241987234658] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 78.308585277889] systemd[1]: Starting Load Kernel ModulesCreated slice system-getty.slice.. Starting Load Kernel Modules...[ 7.364001] systemd[1]: Started Dispatch Password Requests to Console Dir[ OK ] Started Dispatch Password Requests to Console Directory WatchCreated slice system-getty.slice.[ 78.418164315659] systemd[1]: Reached target PathsRemote File Systems (Pre).[ OK ] Reached target Paths.[ 7.451915] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev...[ 7.508441] systemd[1]: Listening on udev Kernel Socket.[ OK ] Listening on udev Kernel SocketRemote File Systems (Pre).[ 78.528001377219] systemd[1]: Reached target SocketsRemote File Systems.[ OK ] Reached target SocketsRemote File Systems.[ 78.558251406115] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 78.589958438986] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Remount Root and Kernel File Systems.
[ 78.651199502737] systemd[1]: Started Load Kernel Modules.
[ OK ] Started Load Kernel Modules.
[ 78.680384539026] systemd[1]: Started Create Static Device Nodes in /dev.
[ OK ] Started Create Static Device Nodes in /dev.
[ 78.716855586994] systemd[1]: Starting udev Kernel Device Manager...
Starting udev Kernel Device Manager...
[ 78.780271621403] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System...[ 8.690840] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 78.821035] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System...[ 7.909856772403] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 78.932630832437] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed...[ 8.881353] systemd[1]: Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 8.001492] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed...[ 8.058300947414] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 89.114063005317] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted FUSE Control File System.
[ 89.179693058504] systemd[1]: Started udev Kernel Device Manager.
[ OK ] Started udev Kernel Device Manager.
[ 89.210239090414] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started Apply Kernel Variables.
[ 89.251215119596] systemd[1]: Started Load/Save Random Seed.
[ OK ] Started Load/Save Random Seed.
[ 89.295404169870] systemd[1]: Starting Raise network interfaces...
Starting Raise network interfaces...
[ 9.378588913649] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ 1011.329376438005] systemd-journald[134140]: Received request to flush runtime jourjournal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started udev Coldplug all Devices.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...[ OK ] Started udev Coldplug all Devices.[ 2125.038081187188] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Micrel KKSZ8081 or KSZ8091] (mii_bus:phy_addr=2188000.ethernet:03, irq=-1)[ 2125.188538367377] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
Starting Cape Manager Service...
Starting Login Service...
[ OK ] Started Regular background program processing daemon.
Starting Cape Manager ServiceGeneric Board Startup... Starting isdnutils-base.service...
Starting System Logging Service...
Starting getty on tty2-tty6 if dbus and logind are not availableRestore /etc/resolv.conf i..[ OK ] Started Daily Cleanup of Temporary Directories.[ OK ] Reached target Timerse the ppp link was shut down. Starting Generic Board Startup...[ OK ] Reached target System Time Synchronized.
[FAILED] Failed to start Cape Manager Service.
See 'systemctl status capemgr.service' for details.
See 'systemctl status generic-board-startup.service' for details.
[ OK ] Started System Logging Service.
[FAILED] Failed to start Restore /etc/resolv...ore the ppp link was shut down..See 'systemctl status pppd-dns.service' for details.[ 2529.038599187322] libphy: 2188000.ethernet:03 - Link is Up - 100/Full[ 2529.044599193318] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ OK ] Started getty on tty2-tty6 if dbus and logind are not availableLogin Service.[ 34.327349] systemd[1]: Found device /dev/ttymxc0.
[ OK ] Found device /dev/ttymxc0.
[ OK ] Started Raise network interfaces.
[ OK ] Reached target Network.
[ OK ] Started OpenBSD Secure Shell server.
Starting /etc/rc.local Compatibility...
Starting Permit User Sessions...
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty6.[ OK ] Started Getty on tty3tty1.
[ OK ] Started Serial Getty on ttymxc0.
[ OK ] Started Getty on tty2.
[ OK ] Started Getty on tty1.
[ OK ] Started Getty on tty5.
[ OK ] Started Getty on tty4.
[ 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.
Debian GNU/Linux 8 arm ttymxc0
default username:password is [debian:temppwd]DAVE Embedded Systems (www.dave.eu)SBC Lynx
arm loginArchitecture: rootarmv7lPasswordHostname:armLast loginLinux kernel: Sun Jan 15 02:57:41 UTC 2017 on ttymxc0Linux arm 3.14.52-xuelk-1.1.0 3-xeno1-ipipe #7 2 SMP PREEMPT Fri Nov Wed Mar 15 12:25 17:15:33 36 CET 2016 ar2017
The programs included with the Debian GNU/Linux system are free software;the exact distribution terms for each program are described in theindividual files in /usr/share/doc/*/copyright.default username:password is [debian:debian]
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extentpermitted by applicable law.root@armlogin:~#
</pre>
By default, two users are defined:
* user <code>debian</code>, password <code>temppwddebian</code>
* user <code>root</code>, password <code>root</code>
[1] These information are retrieved The provided root file system is derived from [this one: https://eewikircn-ee.netcom/displayrootfs/linuxonarmeewiki/Wandboard#Wandboardbarefs/debian-RootFileSystem(smallflash) here]8.7-bare-armhf-2017-01-14.tar.xz.
==Adding packages==
4,650
edits

Navigation menu