!cvasdRYakLpAOAHyJK:matrix.org

IoTempower

63 Members
General talk on iotempower/ulnoiot (http://github.com/iotempire/iotempower)22 Servers

Load older messages


SenderMessageTime
7 Nov 2019
@ulno:matrix.orgulnoand you need of course to detect the right serial port06:23:06
@ulno:matrix.orgulnocheck dmesg after connecting the nodemcu06:23:35
9 Nov 2019
@pietro_m:matrix.orgpietro_mweird. Yes, it is connected to the pi17:09:06
@pietro_m:matrix.orgpietro_m here's what I did now.
sudo apt update && sudo apt upgrade
17:11:56
@pietro_m:matrix.orgpietro_m ulnoiot upgrade
then I rebooted the pi, for good measure
after it booted again, ran dmesg with the nodeMCU UNPLUGGED.
then I plugged the MCU to the pi via usb cable, and ran dmesg again. Here's what's different from before/after plugging the MCu
17:14:55
@pietro_m:matrix.orgpietro_m
[  202.333454] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
			[  202.499939] usb 1-1.3: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
			[  202.499953] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
			[  202.499963] usb 1-1.3: Product: CP2102 USB to UART Bridge Controller
			[  202.499972] usb 1-1.3: Manufacturer: Silicon Labs
			[  202.499981] usb 1-1.3: SerialNumber: 0001
			[  202.555473] usbcore: registered new interface driver usbserial_generic
			[  202.555542] usbserial: USB Serial support registered for generic
			[  202.560889] usbcore: registered new interface driver cp210x
			[  202.561009] usbserial: USB Serial support registered for cp210x
			[  202.561268] cp210x 1-1.3:1.0: cp210x converter detected
			[  202.569181] usb 1-1.3: cp210x converter now attached to ttyUSB0
17:15:09
@pietro_m:matrix.orgpietro_mthis is the whole printout17:19:36
@pietro_m:matrix.orgpietro_m
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.19.66-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 SMP Thu Aug 15 11:49:46 BST 2019
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 8 MiB at 0x3dc00000
[    0.000000] On node 0 totalpages: 255488
[    0.000000]   Normal zone: 2246 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 255488 pages, LIFO batch:63
[    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
[    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
[    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 253242
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=1184 bcm2708_fb.fbheight=624 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=afe38700-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwaitdwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_cd
[    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: 989820K/1021952K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23940K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xbe800000 - 0xff800000   (1040 MB)
                   lowmem  : 0x80000000 - 0xbe600000   ( 998 MB)
                   modules : 0x7f000000 - 0x80000000   (  16 MB)
                     .text : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                     .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                     .data : 0x(ptrval) - 0x(ptrval)   ( 630 kB)
                      .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 26394 entries in 78 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000023] Switching to timer-based delay loop, resolution 52ns
[    0.000292] Console: colour dummy device 80x30
[    0.000946] console [tty1] enabled
[    0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001049] pid_max: default: 32768 minimum: 301
[    0.001406] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001442] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002376] CPU: Testing write buffer coherency: ok
[    0.002862] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.003529] Setting up static identity map for 0x100000 - 0x10003c
[    0.003695] rcu: Hierarchical SRCU implementation.
[    0.004512] smp: Bringing up secondary CPUs ...
[    0.005370] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.006288] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.007151] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.007271] smp: Brought up 1 node, 4 CPUs
[    0.007353] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.007377] CPU: All CPU(s) started in HYP mode.
[    0.007397] CPU: Virtualization extensions available.
[    0.008397] devtmpfs: initialized
[    0.022050] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.022323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.022372] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.022977] pinctrl core: initialized pinctrl subsystem
[    0.023853] NET: Registered protocol family 16
[    0.027166] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.033197] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.033234] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.033456] Serial: AMBA PL011 UART driver
[    0.035777] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.071336] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[    0.073018] SCSI subsystem initialized
[    0.073266] usbcore: registered new interface driver usbfs
[    0.073342] usbcore: registered new interface driver hub
[    0.073459] usbcore: registered new device driver usb
[    0.090313] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:07, variant start_cd
[    0.100121] raspberrypi-firmware soc:firmware: Firmware hash is 0e6daa5106dd4164474616408e0dc24f997ffcf3
[    0.112110] clocksource: Switched to clocksource arch_sys_counter
[    0.201218] VFS: Disk quotas dquot_6.6.0
[    0.201330] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.201541] FS-Cache: Loaded
[    0.201768] CacheFiles: Loaded
[    0.211780] NET: Registered protocol family 2
[    0.212596] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.212667] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.212797] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.213002] TCP: Hash tables configured (established 8192 bind 8192)
[    0.213155] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.213220] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.213548] NET: Registered protocol family 1
[    0.214159] RPC: Registered named UNIX socket transport module.
[    0.214186] RPC: Registered udp transport module.
[    0.214208] RPC: Registered tcp transport module.
[    0.214230] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.216181] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    0.219219] Initialise system trusted keyrings
[    0.219417] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.229411] FS-Cache: Netfs 'nfs' registered for caching
[    0.229994] NFS: Registering the id_resolver key type
[    0.230044] Key type id_resolver registered
[    0.230066] Key type id_legacy registered
[    0.230098] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.232434] Key type asymmetric registered
[    0.232465] Asymmetric key parser 'x509' registered
[    0.232531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.232715] io scheduler noop registered
[    0.232740] io scheduler deadline registered (default)
[    0.232946] io scheduler cfq registered
[    0.232970] io scheduler mq-deadline registered (default)
[    0.232995] io scheduler kyber registered
[    0.235208] bcm2708_fb soc:fb: FB found 1 display(s)
[    0.257006] Console: switching to colour frame buffer device 148x39
[    0.268565] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1184x624
[    0.270835] bcm2835-rng 3f104000.rng: hwrng registered
[    0.271291] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
[    0.272045] vc-sm: Videocore shared memory driver
[    0.276556] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    0.291517] brd: module loaded
[    0.305899] loop: module loaded
[    0.310574] Loading iSCSI transport class v2.0-870.
[    0.315378] libphy: Fixed MDIO Bus: probed
[    0.319477] usbcore: registered new interface driver lan78xx
[    0.323635] usbcore: registered new interface driver smsc95xx
[    0.327657] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.359612] dwc_otg 3f980000.usb: base=(ptrval)
[    0.563970] Core Release: 2.80a
[    0.567963] Setting default values for core params
[    0.571958] Finished setting default values for core params
[    0.776285] Using Buffer DMA mode
[    0.780213] Periodic Transfer Interrupt Enhancement - disabled
[    0.784183] Multiprocessor Interrupt Enhancement - disabled
[    0.788169] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.792165] Dedicated Tx FIFOs mode
[    0.796593] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bdd14000 dma = 0xfdd14000 len=9024
[    0.800796] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.820976] dwc_otg: Microframe scheduler enabled
[    0.821037] WARN::hcd_init_fiq:457: FIQ on core 1
[    0.825083] WARN::hcd_init_fiq:458: FIQ ASM at 80654f4c length 36
[    0.829150] WARN::hcd_init_fiq:497: MPHI regs_base at be810000
[    0.833201] dwc_otg 3f980000.usb: DWC OTG Controller
[    0.837300] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    0.841475] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
[    0.845619] Init: Port Power? op_state=1
[    0.849606] Init: Power Port (0)
[    0.853758] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.857786] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.861742] usb usb1: Product: DWC OTG Controller
[    0.865615] usb usb1: Manufacturer: Linux 4.19.66-v7+ dwc_otg_hcd
[    0.869442] usb usb1: SerialNumber: 3f980000.usb
[    0.873930] hub 1-0:1.0: USB hub found
[    0.877797] hub 1-0:1.0: 1 port detected
[    0.882157] dwc_otg: FIQ enabled
[    0.882163] dwc_otg: NAK holdoff enabled
[    0.882168] dwc_otg: FIQ split-transaction FSM enabled
[    0.882179] Module dwc_common_port init
[    0.882448] usbcore: registered new interface driver usb-storage
[    0.886456] mousedev: PS/2 mouse device common for all mice
[    0.891211] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.895415] bcm2835-cpufreq: min=600000 max=1400000
[    0.899781] sdhci: Secure Digital Host Controller Interface driver
[    0.903794] sdhci: Copyright(c) Pierre Ossman
[    0.908137] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[    0.912603] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    0.916802] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.922423] ledtrig-cpu: registered to indicate activity on CPUs
[    0.926674] hidraw: raw HID events driver (C) Jiri Kosina
[    0.930963] usbcore: registered new interface driver usbhid
[    0.935093] usbhid: USB HID core driver
[    0.939866] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[    0.945375] [vc_sm_connected_init]: start
[    0.949591] vc_vchi_sm_init: failed to open VCHI service (-1)
[    0.949600] [vc_sm_connected_init]: failed to initialize shared memory service
[    0.957862] [vc_sm_connected_init]: end - returning -1
[    0.963223] Initializing XFRM netlink socket
[    0.967310] NET: Registered protocol family 17
[    0.971519] Key type dns_resolver registered
[    0.976431] Registering SWP/SWPB emulation handler
[    0.981170] registered taskstats version 1
[    0.985252] Loading compiled-in X.509 certificates
[    0.996632] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.000838] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    1.007128] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.011392] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    1.041845] sdhost: log_buf @ (ptrval) (fdd13000)
[    1.083368] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.089106] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.093264] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    1.098694] of_cfs_init
[    1.102961] of_cfs_init: OK
[    1.107661] Waiting for root device /dev/mmcblk0p2...
[    1.117766] Indeed it is in host mode hprt0 = 00021501
[    1.182446] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.189305] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.200078] random: fast init done
[    1.251112] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.258935] mmc0: new high speed SDHC card at address aaaa
[    1.264148] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[    1.271202]  mmcblk0: p1 p2
[    1.278658] mmc1: new high speed SDIO card at address 0001
[    1.305944] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.310067] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.322146] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.322580] devtmpfs: mounted
[    1.326311] Indeed it is in host mode hprt0 = 00001101
[    1.395947] Freeing unused kernel memory: 1024K
[    1.400277] Run /sbin/init as init process
[    1.572454] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    1.576615] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.581406] hub 1-1:1.0: USB hub found
[    1.585593] hub 1-1:1.0: 4 ports detected
[    1.873013] systemd[1]: System time before build time, advancing clock.
[    1.902159] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.022288] NET: Registered protocol family 10
[    2.027776] Segment Routing with IPv6
[    2.032502] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    2.036627] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.041482] hub 1-1.1:1.0: USB hub found
[    2.045834] hub 1-1.1:1.0: 3 ports detected
[    2.064749] random: systemd: uninitialized urandom read (16 bytes read)
[    2.078423] random: systemd: uninitialized urandom read (16 bytes read)
[    2.088642] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.098313] systemd[1]: Detected architecture arm.
[    2.127476] systemd[1]: Set hostname to <ulnoiotgw>.
[    2.201502] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[    2.402758] dwc_otg_handle_wakeup_detected_intr lxstate = 2
[    2.685713] systemd[1]: keyboard-setup.service: Cannot add dependency job, ignoring: Unit keyboard-setup.service is masked.
[    2.692747] systemd[1]: ModemManager.service: Cannot add dependency job, ignoring: Unit ModemManager.service is masked.
[    2.697930] systemd[1]: console-setup.service: Cannot add dependency job, ignoring: Unit console-setup.service is masked.
[    2.709536] systemd[1]: Listening on udev Control Socket.
[    2.721646] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.733304] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.745192] systemd[1]: Listening on Journal Socket.
[    2.842227] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
[    2.973004] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    2.978399] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.993480] i2c /dev entries driver
[    3.255476] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    3.256590] libphy: lan78xx-mdiobus: probed
[    3.269716] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    3.280570] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.563422] systemd-journald[104]: Received request to flush runtime journal from PID 1
[    4.061805] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    4.064688] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    4.064704] [vc_sm_connected_init]: start
[    4.067274] vc_sm_cma_vchi_init: failed to open VCHI service (-1)
[    4.067290] [vc_sm_connected_init]: failed to initialize shared memory service
[    4.087194] media: Linux media interface: v0.10
[    4.133853] videodev: Linux video capture interface: v2.00
[    4.192637] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.193302] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.195688] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    4.203825] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    4.210612] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    4.211416] bcm2835_audio soc:audio: card created with 8 channels
[    4.222304] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    4.222464] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    4.335899] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.423626] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.526267] brcmfmac: F1 signature read @0x18000000=0x15264345
[    4.538300] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.539070] usbcore: registered new interface driver brcmfmac
[    4.792815] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.813570] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[    5.198916] uart-pl011 3f201000.serial: no DMA platform data
[    5.354762] random: crng init done
[    5.354777] random: 7 urandom warning(s) missed due to ratelimiting
[    5.688843] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.688863] brcmfmac: power management disabled
[    5.988868] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.993781] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   11.639683] Bluetooth: Core ver 2.22
[   11.639781] NET: Registered protocol family 31
[   11.639788] Bluetooth: HCI device and connection manager initialized
[   11.639818] Bluetooth: HCI socket layer initialized
[   11.639832] Bluetooth: L2CAP socket layer initialized
[   11.639871] Bluetooth: SCO socket layer initialized
[   11.656639] Bluetooth: HCI UART driver ver 2.3
[   11.656657] Bluetooth: HCI UART protocol H4 registered
[   11.656762] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   11.657012] Bluetooth: HCI UART protocol Broadcom registered
[   12.348458] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.348465] Bluetooth: BNEP filters: protocol multicast
[   12.348479] Bluetooth: BNEP socket layer initialized
[   25.050277] brcmfmac: power management disabled
[   25.866832] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   25.866886] brcmfmac: power management disabled
[   26.368649] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  202.333454] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
[  202.499939] usb 1-1.3: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[  202.499953] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  202.499963] usb 1-1.3: Product: CP2102 USB to UART Bridge Controller
[  202.499972] usb 1-1.3: Manufacturer: Silicon Labs
[  202.499981] usb 1-1.3: SerialNumber: 0001
[  202.555473] usbcore: registered new interface driver usbserial_generic
[  202.555542] usbserial: USB Serial support registered for generic
[  202.560889] usbcore: registered new interface driver cp210x
[  202.561009] usbserial: USB Serial support registered for cp210x
[  202.561268] cp210x 1-1.3:1.0: cp210x converter detected
[  202.569181] usb 1-1.3: cp210x converter now attached to ttyUSB0

17:19:42
@ulno:matrix.orgulnoulnoiot upgrade???18:06:25
@ulno:matrix.orgulno that's a super old version 18:06:36
@ulno:matrix.orgulnowe are IoTempower now18:06:46
@ulno:matrix.orgulnosure you use the newest pi image?18:07:11
@pietro_m:matrix.orgpietro_m I got it from Github... Did I mess up?! I'll check when I'm back home 19:35:49
@ulno:matrix.orgulnoulnoiot is the legacy version19:40:02
@ulno:matrix.orgulnoit points at the beginning at the new IoTempower19:40:21
10 Nov 2019
@pietro_m:matrix.orgpietro_mOh no. How the hell did I mistake the images?! Damn....02:00:11
@pietro_m:matrix.orgpietro_m Well, got the right image now. But ran into a new problem.
User: iotempower
Password: iotempire
is not working
02:18:43
@pietro_m:matrix.orgpietro_m Also, when I access through 192.168.12.1 I get "UlnoIoT local web portal". But when I access through "iotgateway" or "iotgateway.local" I get "IoTempower local web portal" 02:22:05
@pietro_m:matrix.orgpietro_mIs this by design?02:22:17
@pietro_m:matrix.orgpietro_m Figured out. User should be just "iot" 02:23:53
@ulno:matrix.orgulnogood find in the webportal09:44:23
@ulno:matrix.orgulnoforgot to upgrade09:44:29
@ulno:matrix.orgulnoThis turned out pretty nice: https://youtu.be/Nt2xrIlEi0g and can be a good reference for the usage of node-red in IoTempower19:42:01
12 Nov 2019
@ulno:matrix.orgulnosome things need to be upgraded at the moment still:12:35:28
@ulno:matrix.orgulnoplease run once:12:35:32
@ulno:matrix.orgulno
ssh into your iotgateway (after connect to wifi):
ssh iot@192.168.12.1 # password is iotempire

# execute the following step by step (paste one command at a time):
sudo apt remove libt3config-dev libt3config0 libt3config \
  libt3highlight-dev libt3highlight2 libt3highlight libt3key-bin \
  libt3key-dev libt3key1 libt3key libt3widget-dev libt3widget2 \
  libt3widget libt3window-dev libt3window0 libt3window tilde

sudo apt update

sudo apt install tilde libcoap2 libcoap2-bin

iot # this enters an environment

iot upgrade

platformio upgrade

platformio update

sudo reboot

# Login again via ssh

iot x pre_flash_wemos

# this should compile a while and then fail
12:36:55
@ulno:matrix.orgulno *
#ssh into your iotgateway (after connect to wifi):
ssh iot@192.168.12.1 # password is iotempire

# execute the following step by step (paste one command at a time):
sudo apt remove libt3config-dev libt3config0 libt3config \
  libt3highlight-dev libt3highlight2 libt3highlight libt3key-bin \
  libt3key-dev libt3key1 libt3key libt3widget-dev libt3widget2 \
  libt3widget libt3window-dev libt3window0 libt3window tilde

sudo apt update

sudo apt install tilde libcoap2 libcoap2-bin

iot # this enters an environment

iot upgrade

platformio upgrade

platformio update

sudo reboot

# Login again via ssh

iot x pre_flash_wemos

# this should compile a while and then fail
12:37:13
11 Dec 2019
@magrib_alislam:matrix.org@magrib_alislam:matrix.org joined the room.00:21:28
@abuf:matrix.org@abuf:matrix.org joined the room.02:22:36
@abuf:matrix.org@abuf:matrix.org left the room.02:23:04

Show newer messages


Back to Room ListRoom Version: