Skip to content

Instantly share code, notes, and snippets.

@modjo756
Created October 5, 2017 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modjo756/9af68a34e502b750df644c1ff5e1da22 to your computer and use it in GitHub Desktop.
Save modjo756/9af68a34e502b750df644c1ff5e1da22 to your computer and use it in GitHub Desktop.
U-Boot SPL 2017.03+fslc+gac3b20c (Oct 04 2017 - 17:37:25)
Trying to boot from MMC1
U-Boot 2017.03+fslc+gac3b20c (Oct 04 2017 - 17:37:25 +0200)
CPU: Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 48C
Reset cause: POR
Board: UDOO Neo FULL
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC: FSL_SDHC: 0
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: FEC0 [PRIME]
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
517 bytes read in 321 ms (1000 Bytes/s)
## Executing script at 82000000
47675 bytes read in 282 ms (165 KiB/s)
4550880 bytes read in 814 ms (5.3 MiB/s)
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 8300ea3a
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.1.15_2.0.x-udoo+ga68513b (oe-user@oe-host) (gcc version 6.3.0 (GCC) ) #1 SMP PREEMPT Wed Oct 4 16:13:02 CEST 2017
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: UDOO Neo Full
[ 0.000000] Reserved memory: created CMA memory pool at 0xaa000000, size 320 MiB
[ 0.000000] Reserved memory: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 12 pages/cpu @bf61a000 s16908 r8192 d24052 u49152
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257792
[ 0.000000] Kernel command line: console=ttymxc0,115200,115200 root=/dev/mmcblk0p1 rootwait rw rootfstype=ext4 uart_from_osc clk_ignore_unused cpuidle.off=1 consoleblank=0
[ 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: 693188K/1039360K available (5533K kernel code, 275K rwdata, 2040K rodata, 288K init, 400K bss, 18492K reserved, 327680K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[ 0.000000] .text : 0x80008000 - 0x8076d800 (7574 kB)
[ 0.000000] .init : 0x8076e000 - 0x807b6000 ( 288 kB)
[ 0.000000] .data : 0x807b6000 - 0x807fac00 ( 275 kB)
[ 0.000000] .bss : 0x807fac00 - 0x8085ed28 ( 401 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] L2C-310 erratum 769419 enabled
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
[ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76430001
[ 0.000000] mxc_clocksource_init 3000000
[ 0.000000] Switching to timer-based delay loop, resolution 333ns
[ 0.000006] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[ 0.000024] clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[ 0.001398] Console: colour dummy device 80x30
[ 0.001417] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[ 0.001432] pid_max: default: 32768 minimum: 301
[ 0.001519] Security Framework initialized
[ 0.001559] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001573] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002174] Initializing cgroup subsys devices
[ 0.002199] Initializing cgroup subsys freezer
[ 0.002226] CPU: Testing write buffer coherency: ok
[ 0.002476] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002547] Setting up static identity map for 0x80008280 - 0x800082d8
[ 0.040641] Brought up 1 CPUs
[ 0.040659] SMP: Total of 1 processors activated (6.00 BogoMIPS).
[ 0.040669] CPU: All CPU(s) started in SVC mode.
[ 0.041158] devtmpfs: initialized
[ 0.049674] device-tree: Duplicate name in lcdif@02224000, renamed to "display#1"
[ 0.053067] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.053459] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.069605] pinctrl core: initialized pinctrl subsystem
[ 0.070845] NET: Registered protocol family 16
[ 0.079060] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.086697] GPIO mask to reserved irq for M4 Core = 0x00000350
[ 0.087373] GPIO mask to reserved irq for M4 Core = 0x003cf000
[ 0.088061] GPIO mask to reserved irq for M4 Core = 0x000c0000
[ 0.104211] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.104226] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.105483] imx6sx-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[ 0.107273] MU is ready for cross core communication!
[ 0.115176] mxs-dma 1804000.dma-apbh: initialized
[ 0.118926] SCSI subsystem initialized
[ 0.119299] 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
[ 0.120562] i2c i2c-0: IMX I2C adapter registered
[ 0.120586] i2c i2c-0: can't use DMA
[ 0.121442] i2c i2c-1: IMX I2C adapter registered
[ 0.121461] i2c i2c-1: can't use DMA
[ 0.122201] i2c i2c-3: IMX I2C adapter registered
[ 0.122220] i2c i2c-3: can't use DMA
[ 0.122351] Linux video capture interface: v2.00
[ 0.122436] pps_core: LinuxPPS API ver. 1 registered
[ 0.122447] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.122477] PTP clock support registered
[ 0.123421] Advanced Linux Sound Architecture Driver Initialized.
[ 0.124602] Switched to clocksource mxc_timer1
[ 0.136001] NET: Registered protocol family 2
[ 0.136756] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.136840] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.136963] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.137044] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.137085] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.137301] NET: Registered protocol family 1
[ 0.137615] RPC: Registered named UNIX socket transport module.
[ 0.137629] RPC: Registered udp transport module.
[ 0.137638] RPC: Registered tcp transport module.
[ 0.137647] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.138031] CPU PMU: Failed to parse /soc/pmu/interrupt-affinity[0]
[ 0.138079] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 0.140535] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 0.140633] imx rpmsg driver is registered.
[ 0.141799] Bus freq driver module loaded
[ 0.142764] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.150008] VFS: Disk quotas dquot_6.6.0
[ 0.150202] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.151945] NFS: Registering the id_resolver key type
[ 0.151993] Key type id_resolver registered
[ 0.152002] Key type id_legacy registered
[ 0.156934] io scheduler noop registered
[ 0.156957] io scheduler deadline registered
[ 0.157015] io scheduler cfq registered (default)
[ 0.157547] imx-weim 21b8000.weim: Driver registered.
[ 0.158882] MIPI DSI driver module loaded
[ 0.161643] 2224000.lcdif supply lcd not found, using dummy regulator
[ 0.266777] mxsfb 2224000.lcdif: registered mxc display driver ldb
[ 0.271386] Console: switching to colour frame buffer device 100x30
[ 0.284641] mxsfb 2224000.lcdif: initialized
[ 0.287739] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[ 0.289588] imx-sdma 20ec000.sdma: no event needs to be remapped
[ 0.290576] imx-sdma 20ec000.sdma: loaded firmware 3.3
[ 0.293454] imx-sdma 20ec000.sdma: initialized
[ 0.295198] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1
[ 0.295778] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[ 0.295791] pfuze100-regulator 0-0008: pfuze3000 found.
[ 0.311137] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 23, base_baud = 1500000) is a IMX
[ 1.041160] console [ttymxc0] enabled
[ 1.045798] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 286, base_baud = 1500000) is a IMX
[ 1.055242] 22a0000.serial: ttymxc5 at MMIO 0x22a0000 (irq = 294, base_baud = 1500000) is a IMX
[ 1.066248] imx sema4 driver is registered.
[ 1.070541] [drm] Initialized drm 1.1.0 20060810
[ 1.075779] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[ 1.087363] loop: module loaded
[ 1.093327] spi_imx 200c000.ecspi: probed
[ 1.098814] 2188000.ethernet supply phy not found, using dummy regulator
[ 1.145114] pps pps0: new PPS source ptp0
[ 1.156974] libphy: fec_enet_mii_bus: probed
[ 1.162036] fec 2188000.ethernet eth0: registered PHC device 0
[ 1.168527] mousedev: PS/2 mouse device common for all mice
[ 1.175374] input: st1232-touchscreen as /devices/soc0/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0055/input/input0
[ 1.186730] i2c /dev entries driver
[ 1.191679] IR NEC protocol handler initialized
[ 1.196324] IR RC5(x/sz) protocol handler initialized
[ 1.201389] IR RC6 protocol handler initialized
[ 1.205958] IR JVC protocol handler initialized
[ 1.210501] IR Sony protocol handler initialized
[ 1.215146] IR SANYO protocol handler initialized
[ 1.219860] IR Sharp protocol handler initialized
[ 1.224576] IR MCE Keyboard/mouse protocol handler initialized
[ 1.230436] IR XMP protocol handler initialized
[ 1.237775] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
[ 1.244004] sdhci: Secure Digital Host Controller Interface driver
[ 1.250250] sdhci: Copyright(c) Pierre Ossman
[ 1.254645] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.261544] /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
[ 1.268769] sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
[ 1.275100] sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
[ 1.325847] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[ 1.340748] /soc/aips-bus@02100000/usdhc@02198000: voltage-ranges unspecified
[ 1.351011] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
[ 1.367840] sdhci-esdhc-imx 2198000.usdhc: No vqmmc regulator found
[ 1.402620] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.417228] mmc0: new high speed SDHC card at address 0007
[ 1.423141] mmcblk0: mmc0:0007 S16GA 14.9 GiB
[ 1.429182] mmcblk0: p1
[ 1.494628] mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[ 1.517164] fsl-asrc 2034000.asrc: driver registered
[ 1.524569] sdhci-esdhc-imx 2198000.usdhc: card claims to support voltages below defined range
[ 1.535703] Netfilter messages via NETLINK v0.30.
[ 1.540457] nfnl_acct: registering with nfnetlink.
[ 1.545354] nf_conntrack version 0.5.0 (15951 buckets, 63804 max)
[ 1.552331] NET: Registered protocol family 17
[ 1.557016] Key type dns_resolver registered
[ 1.562258] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 1.582877] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 1.588431] failed to register cpuidle driver
[ 1.592817] ThumbEE CPU extension supported.
[ 1.598324] mmc2: new high speed SDIO card at address 0001
[ 1.608178] hctosys: unable to open rtc device (rtc0)
[ 1.623296] VLDO2: disabling
[ 1.626768] wlan-en-regulator: disabling
[ 1.630701] vref-3v3: disabling
[ 1.633849] PSU-5V0: disabling
[ 1.636954] usb_otg2_vbus: disabling
[ 1.640535] usb_otg1_vbus: disabling
[ 1.644121] vddpcie-phy: disabling
[ 1.647590] clk: Not disabling unused clocks
[ 1.651875] ALSA device list:
[ 1.654914] No soundcards found.
[ 2.547422] EXT4-fs (mmcblk0p1): recovery complete
[ 2.555686] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.563867] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 2.578172] devtmpfs: mounted
[ 2.581879] Freeing unused kernel memory: 288K (8076e000 - 807b6000)
INIT: version 2.88 booting
Starting udev
udev: Not using udev cache because of changes detected in the following files:
udev: /proc/version /proc/cmdline /proc/devices
udev: lib/udev/rules.d/* etc/udev/rules.d/*
udev: The udev cache will be regenerated. To identify the detected changes,
udev: compare the cached sysconf at /etc/udev/cache.data
udev: against the current sysconf at /dev/shm/udev.cache
[ 3.409572] udevd[109]: starting version 3.2.1
[ 3.442479] random: udevd urandom read with 73 bits of entropy available
[ 3.511385] udevd[110]: starting eudev-3.2.1
[ 3.658007] (stk) :sysfs entries created
[ 3.714139] galcore: clk_get 2d core clock failed, disable 2d/vg!
[ 3.734143] CAN device driver interface
[ 3.758173] 2090000.can supply xceiver not found, using dummy regulator
[ 3.772639] Galcore version 5.0.11.41671
[ 3.798120] flexcan 2090000.can: device registered (reg_base=c0a70000, irq=25)
[ 3.818371] usbcore: registered new interface driver usbfs
[ 3.823933] usbcore: registered new interface driver hub
[ 3.867227] 2094000.can supply xceiver not found, using dummy regulator
[ 3.901615] usbcore: registered new device driver usb
[ 3.909509] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[ 3.927624] flexcan 2094000.can: device registered (reg_base=c0c80000, irq=26)
[ 3.949274] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.044737] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 4.057099] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[ 4.114775] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 4.132567] tsl2563 1-0029: detect error 5
[ 4.137086] hub 1-0:1.0: USB hub found
[ 4.146839] tsl2563: probe of 1-0029 failed with error -5
[ 4.160393] hub 1-0:1.0: 1 port detected
[ 4.225808] si70xx: probe of 1-0040 failed with error -5
[ 4.231429] lm75: probe of 1-0048 failed with error -5
[ 4.280307] input: FreescaleAccelerometer as /devices/virtual/input/input1
[ 4.319132] input: FreescaleMagnetometer as /devices/virtual/input/input2
[ 4.333475] CSI: Registered sensor subdevice: fsl_vadc
[ 4.372614] fxos8700 device driver probe successfully
[ 4.377643] wait vadc auto detect video mode....
[ 4.392705] input: FreescaleGyroscope as /devices/virtual/input/input3
[ 4.427902] fxas2100x device driver probe successfully
[ 4.890930] cfg80211: World regulatory domain updated:
[ 4.896563] cfg80211: DFS Master region: unset
[ 4.900960] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 4.910776] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.918964] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.928415] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.936476] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.946152] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 4.955717] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 4.963835] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.971863] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 5.234517] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 5.259244] wlcore: loaded
[ 5.261995] wlcore: driver version: R8.6_SP1
[ 6.474746] Timeout detect video signal mod=0x4c
[ 6.479423] video mode NTSC
[ 6.482250] vadc driver loaded
[ 6.620586] g_serial gadget: Gadget Serial v2.4
[ 6.626855] g_serial gadget: g_serial ready
[ 6.689883] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 6.727780] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
Populating dev cache
ALSA: Restoring mixer settings...
/usr/sbin/alsactl: load_state:1735: No soundcards found...
Thu Oct 5 07:24:23 UTC 2017
INIT: Entering runlevel: 5
Configuring network interfaces... Successfully initialized wpa_supplicant
[ 8.796463] wlcore: PHY firmware version: Rev 8.2.0.0.236
[ 8.847055] random: nonblocking pool is initialized
[ 8.852422] wlcore: firmware booted (Rev 8.9.0.0.69)
[ 9.044802] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)
SIOCSIFFLAGS: Cannot assign requested address
Starting system message bus: dbus.
UIM SYSFS Node Found at /sys/./devices/soc0/kim/install
Loading btwilink kernel module.
Starting uim-sysfs daemon.
uim:@ main
uim:install = /sys/./devices/soc0/kim/install
uim:dev_name = /sys/./devices/soc0/kim/dev_name
uim:baud_rate = /sys/./devices/soc0/kim/baud_rate
uim:flow_cntrl = /sys/./devices/soc0/kim/flow_cntrl
uim:begin polling...
Starting Connection Manager
Starting OpenBSD Secure Shell server: sshd
[ 9.816123] NET: Registered protocol family 10
[ 9.826868] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.832920] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
done.
Starting rpcbind daemon...[ 9.959048] wlcore: down
done.
starting statd: done
Starting atd: OK
Starting bluetooth
bluetoothd
[2017-10-05 07:24:25 UTC] (sys) Starting
Success!!
exportfs: can't open /etc/exports for reading
[ 10.624510] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
starting 8 nfsd kernel threads: [ 10.676615] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 10.685612] NFSD: starting 90-second grace period (net 807f3f80)
done
starting mountd: done
Starting system log daemon...0
Starting kernel log daemon...0
* Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon [ ok ]
Starting Telephony daemon
Starting udooserver:
* starting FTP Server: vsftpd... done.
Starting crond: OK
Starting web server: apache2[ 13.045273] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 13.053133] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
cat: /run/httpd.pid: No such file or directory
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
.
Running local boot scripts (/etc/rc.local)
Poky (Yocto Project Reference Distro) 2.3.2 udooneo /dev/ttymxc0
udooneo login:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment