Jump to content

apt-get upgrade kills display


freak

Recommended Posts

I'm using Armbian_5.32.170920_Tinkerboard_Ubuntu_xenial_dev_4.13.0_desktop.img (yes I know it's a nightly) and it works great.  However if I run "apt-get upgrade" something gets "upgraded" and the display no longer works.  I've tested this on multiple tinkerboards with the same results.  The tinkerboard is running, I can ssh into it.  Just no display.

 

dmesg output:

Spoiler

armbian@tinkerboard:~$ dmesg
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Linux version 4.14.0-rc1-rockchip (root@armbian) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4)) #2 SMP PREEMPT Wed Sep 20 11:37:48 CEST 2017
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Rockchip RK3288 Tinker Board
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 524288
[    0.000000] free_area_init_node: node 0, pgdat c14e8040, node_mem_map eedfa000
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:31
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 18 pages/cpu @eed8d000 s41240 r8192 d24296 u73728
[    0.000000] pcpu-alloc: s41240 r8192 d24296 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: consoleblank=0 scandelay root=UUID=94296cec-ea81-4647-916a-5c4ba5d3e6f4 rw console=ttyS2,115200n8 rootfstype=ext4 loglevel=1 rootwait usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u 
[    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: 2047872K/2097152K available (13312K kernel code, 982K rwdata, 3188K rodata, 1024K init, 4674K bss, 49280K reserved, 0K cma-reserved, 1310720K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc0e00000   (14304 kB)
                     .init : 0xc1300000 - 0xc1400000   (1024 kB)
                     .data : 0xc1400000 - 0xc14f5978   ( 983 kB)
                      .bss : 0xc1501bcc - 0xc19925ec   (4675 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 46143 entries in 136 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000023] Switching to timer-based delay loop, resolution 41ns
[    0.001943] Console: colour dummy device 80x30
[    0.001982] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.002001] pid_max: default: 32768 minimum: 301
[    0.002155] Security Framework initialized
[    0.002166] Yama: becoming mindful.
[    0.002249] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002266] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003334] CPU: Testing write buffer coherency: ok
[    0.003724] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.008124] Setting up static identity map for 0x100000 - 0x100060
[    0.010133] Hierarchical SRCU implementation.
[    0.014254] smp: Bringing up secondary CPUs ...
[    0.022772] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.030991] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.039221] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.039384] smp: Brought up 1 node, 4 CPUs
[    0.039399] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.039406] CPU: All CPU(s) started in SVC mode.
[    0.041375] devtmpfs: initialized
[    0.057107] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.057500] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.057523] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.057902] xor: measuring software checksum speed
[    0.067523]    arm4regs  :  1036.000 MB/sec
[    0.077654]    8regs     :   800.000 MB/sec
[    0.087778]    32regs    :   796.000 MB/sec
[    0.087789] xor: using function: arm4regs (1036.000 MB/sec)
[    0.087806] pinctrl core: initialized pinctrl subsystem
[    0.088979] NET: Registered protocol family 16
[    0.092066] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.093987] cpuidle: using governor ladder
[    0.094044] cpuidle: using governor menu
[    0.095447] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.095458] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.124158] gpio gpiochip0: (gpio0): added GPIO chardev (254:0)
[    0.124302] gpiochip_setup_dev: registered GPIOs 0 to 23 on device: gpiochip0 (gpio0)
[    0.124562] gpio gpiochip1: (gpio1): added GPIO chardev (254:1)
[    0.124701] gpiochip_setup_dev: registered GPIOs 24 to 55 on device: gpiochip1 (gpio1)
[    0.124954] gpio gpiochip2: (gpio2): added GPIO chardev (254:2)
[    0.125068] gpiochip_setup_dev: registered GPIOs 56 to 87 on device: gpiochip2 (gpio2)
[    0.125373] gpio gpiochip3: (gpio3): added GPIO chardev (254:3)
[    0.125490] gpiochip_setup_dev: registered GPIOs 88 to 119 on device: gpiochip3 (gpio3)
[    0.125772] gpio gpiochip4: (gpio4): added GPIO chardev (254:4)
[    0.125887] gpiochip_setup_dev: registered GPIOs 120 to 151 on device: gpiochip4 (gpio4)
[    0.126146] gpio gpiochip5: (gpio5): added GPIO chardev (254:5)
[    0.126304] gpiochip_setup_dev: registered GPIOs 152 to 183 on device: gpiochip5 (gpio5)
[    0.126571] gpio gpiochip6: (gpio6): added GPIO chardev (254:6)
[    0.126704] gpiochip_setup_dev: registered GPIOs 184 to 215 on device: gpiochip6 (gpio6)
[    0.126962] gpio gpiochip7: (gpio7): added GPIO chardev (254:7)
[    0.127089] gpiochip_setup_dev: registered GPIOs 216 to 247 on device: gpiochip7 (gpio7)
[    0.127372] gpio gpiochip8: (gpio8): added GPIO chardev (254:8)
[    0.127492] gpiochip_setup_dev: registered GPIOs 248 to 263 on device: gpiochip8 (gpio8)
[    0.188276] raid6: int32x1  gen()    89 MB/s
[    0.205064] raid6: int32x1  xor()   113 MB/s
[    0.222483] raid6: int32x2  gen()   121 MB/s
[    0.239630] raid6: int32x2  xor()   126 MB/s
[    0.256735] raid6: int32x4  gen()   101 MB/s
[    0.274032] raid6: int32x4  xor()    99 MB/s
[    0.291355] raid6: int32x8  gen()   128 MB/s
[    0.308700] raid6: int32x8  xor()   107 MB/s
[    0.308710] raid6: using algorithm int32x8 gen() 128 MB/s
[    0.308718] raid6: .... xor() 107 MB/s, rmw enabled
[    0.308725] raid6: using intx1 recovery algorithm
[    0.309295] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vsys-regulator[0]'
[    0.309904] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
[    0.310862] iommu: Adding device ff9300000000019c.vop to group 0
[    0.310979] iommu: Adding device ff9400000000019c.vop to group 1
[    0.311103] iommu: Adding device ff9a000000000800.vpu-service to group 2
[    0.311217] iommu: Adding device ff9c000000000400.hevc-service to group 3
[    0.314476] SCSI subsystem initialized
[    0.314771] usbcore: registered new interface driver usbfs
[    0.314896] usbcore: registered new interface driver hub
[    0.315041] usbcore: registered new device driver usb
[    0.315178] Linux video capture interface: v2.00
[    0.315277] pps_core: LinuxPPS API ver. 1 registered
[    0.315287] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.315313] PTP clock support registered
[    0.315900] Advanced Linux Sound Architecture Driver Initialized.
[    0.316554] Bluetooth: Core ver 2.22
[    0.316618] NET: Registered protocol family 31
[    0.316628] Bluetooth: HCI device and connection manager initialized
[    0.316647] Bluetooth: HCI socket layer initialized
[    0.316661] Bluetooth: L2CAP socket layer initialized
[    0.316708] Bluetooth: SCO socket layer initialized
[    0.318394] clocksource: Switched to clocksource arch_sys_counter
[    0.439696] VFS: Disk quotas dquot_6.6.0
[    0.439797] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.440080] FS-Cache: Loaded
[    0.440404] CacheFiles: Loaded
[    0.457629] NET: Registered protocol family 2
[    0.458572] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.458682] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    0.458970] TCP: Hash tables configured (established 8192 bind 8192)
[    0.459120] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    0.459182] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    0.459568] NET: Registered protocol family 1
[    0.460242] RPC: Registered named UNIX socket transport module.
[    0.460252] RPC: Registered udp transport module.
[    0.460260] RPC: Registered tcp transport module.
[    0.460268] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.460645] Trying to unpack rootfs image as initramfs...
[    0.869452] Freeing initrd memory: 4376K
[    0.871091] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
[    0.873839] Initialise system trusted keyrings
[    0.874081] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.884223] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.885802] FS-Cache: Netfs 'nfs' registered for caching
[    0.886699] NFS: Registering the id_resolver key type
[    0.886727] Key type id_resolver registered
[    0.886736] Key type id_legacy registered
[    0.886761] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.887810] Key type cifs.spnego registered
[    0.887833] Key type cifs.idmap registered
[    0.887848] ntfs: driver 2.1.32 [Flags: R/W].
[    0.888456] fuse init (API version 7.26)
[    0.889890] JFS: nTxBlock = 8192, nTxLock = 65536
[    0.896799] SGI XFS with security attributes, no debug enabled
[    0.907227] NET: Registered protocol family 38
[    0.907463] Key type asymmetric registered
[    0.907475] Asymmetric key parser 'x509' registered
[    0.907560] bounce: pool size: 64 pages
[    0.907649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.907850] io scheduler noop registered
[    0.907862] io scheduler deadline registered
[    0.907933] io scheduler cfq registered (default)
[    0.907943] io scheduler mq-deadline registered
[    0.907951] io scheduler kyber registered
[    0.916571] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.916589] dma-pl330 ff250000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.917689] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.917707] dma-pl330 ffb20000.dma-controller:       DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    0.918593] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.921218] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    0.922509] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
[    0.923761] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 40, base_baud = 1500000) is a 16550A
[    0.923990] console [ttyS2] enabled
[    0.925174] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 41, base_baud = 1500000) is a 16550A
[    0.926079] dw-apb-uart: probe of ff1c0000.serial failed with error -28
[    0.931141] rockchip-vop ff9300000000019c.vop: can't request region for resource [mem 0x0000019c-0x0000119b]
[    0.931170] rockchip-drm display-subsystem: failed to bind ff9300000000019c.vop (ops 0xc0e7fec0): -16              
[    0.931544] rockchip-drm display-subsystem: master bind failed: -16
[    0.931575] rockchip-drm: probe of display-subsystem failed with error -16
[    0.931902] usbcore: registered new interface driver udl
[    0.936590] brd: module loaded
[    0.948486] loop: module loaded
[    0.949275] zram: Added device: zram0
[    0.949402] lkdtm: No crash points registered, enable through debugfs
[    0.954168] mdio_bus fixed-0: GPIO lookup for consumer reset
[    0.954183] mdio_bus fixed-0: using lookup tables for GPIO lookup
[    0.954197] mdio_bus fixed-0: lookup for GPIO reset failed
[    0.954227] libphy: Fixed MDIO Bus: probed
[    0.954236] tun: Universal TUN/TAP device driver, 1.6
[    0.956253] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[    0.956311] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing
[    0.957526] PPP generic driver version 2.4.2
[    0.958177] usbcore: registered new interface driver rt2500usb
[    0.958259] usbcore: registered new interface driver rt73usb
[    0.958331] usbcore: registered new interface driver rt2800usb
[    0.958456] usbcore: registered new interface driver rtl8xxxu
[    0.958530] usbcore: registered new interface driver rndis_wlan
[    0.958541] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.958610] usbcore: registered new interface driver pegasus
[    0.958681] usbcore: registered new interface driver rtl8150
[    0.958751] usbcore: registered new interface driver r8152
[    0.958816] usbcore: registered new interface driver asix
[    0.958876] usbcore: registered new interface driver ax88179_178a
[    0.958938] usbcore: registered new interface driver cdc_ether
[    0.958997] usbcore: registered new interface driver dm9601
[    0.959081] usbcore: registered new interface driver smsc75xx
[    0.959155] usbcore: registered new interface driver smsc95xx
[    0.959218] usbcore: registered new interface driver net1080
[    0.959280] usbcore: registered new interface driver rndis_host
[    0.959382] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.959473] usbcore: registered new interface driver cdc_ncm
[    0.959546] usbcore: registered new interface driver cdc_mbim
[    0.960013] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
[    0.960109] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
[    1.064538] dwc2 ff540000.usb: DWC OTG Controller
[    1.064585] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
[    1.064644] dwc2 ff540000.usb: irq 47, io mem 0xff540000
[    1.065049] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.065065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.065077] usb usb1: Product: DWC OTG Controller
[    1.065088] usb usb1: Manufacturer: Linux 4.14.0-rc1-rockchip dwc2_hsotg
[    1.065099] usb usb1: SerialNumber: ff540000.usb
[    1.065986] hub 1-0:1.0: USB hub found
[    1.066055] hub 1-0:1.0: 1 port detected
[    1.067095] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[    1.067187] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[    1.391434] dwc2 ff580000.usb: dwc2_check_param_tx_fifo_sizes: Invalid parameter g-tx-fifo-size, setting to default average
[    1.391472] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[    1.392036] dwc2 ff580000.usb: DWC OTG Controller
[    1.392076] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
[    1.392125] dwc2 ff580000.usb: irq 48, io mem 0xff580000
[    1.392510] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.392527] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.392540] usb usb2: Product: DWC OTG Controller
[    1.392551] usb usb2: Manufacturer: Linux 4.14.0-rc1-rockchip dwc2_hsotg
[    1.392562] usb usb2: SerialNumber: ff580000.usb
[    1.393420] hub 2-0:1.0: USB hub found
[    1.393491] hub 2-0:1.0: 1 port detected
[    1.395858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.395868] ehci-platform: EHCI generic platform driver
[    1.396243] ehci-platform ff500000.usb: EHCI Host Controller
[    1.396587] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
[    1.396773] ehci-platform ff500000.usb: irq 46, io mem 0xff500000
[    1.437440] usb 1-1: new high-speed USB device number 2 using dwc2
[    1.444459] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
[    1.444772] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.444789] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444801] usb usb3: Product: EHCI Host Controller
[    1.444812] usb usb3: Manufacturer: Linux 4.14.0-rc1-rockchip ehci_hcd
[    1.444823] usb usb3: SerialNumber: ff500000.usb
[    1.445659] hub 3-0:1.0: USB hub found
[    1.445729] hub 3-0:1.0: 1 port detected
[    1.446799] usbcore: registered new interface driver cdc_acm
[    1.446808] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.446903] usbcore: registered new interface driver usblp
[    1.446977] usbcore: registered new interface driver cdc_wdm
[    1.447136] usbcore: registered new interface driver usb-storage
[    1.447273] usbcore: registered new interface driver usbserial
[    1.447388] usbcore: registered new interface driver usbserial_generic
[    1.447441] usbserial: USB Serial support registered for generic
[    1.447530] usbcore: registered new interface driver cp210x
[    1.447575] usbserial: USB Serial support registered for cp210x
[    1.447677] usbcore: registered new interface driver ftdi_sio
[    1.447720] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.447937] usbcore: registered new interface driver keyspan
[    1.447983] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    1.448025] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    1.448066] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    1.448108] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    1.448190] usbcore: registered new interface driver option
[    1.448234] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.448552] usbcore: registered new interface driver oti6858
[    1.448599] usbserial: USB Serial support registered for oti6858
[    1.448685] usbcore: registered new interface driver pl2303
[    1.448732] usbserial: USB Serial support registered for pl2303
[    1.448818] usbcore: registered new interface driver qcserial
[    1.448862] usbserial: USB Serial support registered for Qualcomm USB modem
[    1.448959] usbcore: registered new interface driver sierra
[    1.449003] usbserial: USB Serial support registered for Sierra USB modem
[    1.450271] usbcore: registered new interface driver iforce
[    1.450431] usbcore: registered new interface driver xpad
[    1.450625] usbcore: registered new interface driver usbtouchscreen
[    1.451553] i2c /dev entries driver
[    1.452679] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f0fb1000
[    1.453643] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f0fb3000
[    1.454642] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0fb5000
[    1.455636] rk3x-i2c ff170000.i2c: Initialized RK3xxx I2C bus at f0fb7000
[    1.457586] rk808 0-001b: chip id: 0x0
[    1.462188] rk808 0-001b: GPIO lookup for consumer dvs
[    1.462201] rk808 0-001b: using device tree for GPIO lookup
[    1.462255] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[0]' - status (0)
[    1.462490] rk808 0-001b: GPIO lookup for consumer dvs
[    1.462503] rk808 0-001b: using device tree for GPIO lookup
[    1.462565] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[1]' - status (0)
[    1.462730] DCDC_REG1: supplied by vcc_sys
[    1.464113] DCDC_REG2: supplied by vcc_sys
[    1.465263] DCDC_REG3: supplied by vcc_sys
[    1.465707] DCDC_REG4: supplied by vcc_sys
[    1.466730] LDO_REG1: supplied by vcc_sys
[    1.468503] LDO_REG2: supplied by vcc_sys
[    1.468767] vcc33_mipi: Bringing 1800000uV into 3300000-3300000uV
[    1.470175] LDO_REG3: supplied by vcc_sys
[    1.471698] LDO_REG4: supplied by vcc_io
[    1.473212] LDO_REG5: supplied by vcc_io
[    1.474732] LDO_REG6: supplied by vcc_io
[    1.474994] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV
[    1.476664] LDO_REG7: supplied by vcc_sys
[    1.478185] LDO_REG8: supplied by vcc_sys
[    1.479726] SWITCH_REG1: supplied by vcc_io
[    1.480130] SWITCH_REG2: supplied by vcc_io
[    1.484683] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    1.485385] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f0fb9000
[    1.486836] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0fbb000
[    1.487737] IR NEC protocol handler initialized
[    1.487747] IR RC5(x/sz) protocol handler initialized
[    1.487754] IR RC6 protocol handler initialized
[    1.487760] IR JVC protocol handler initialized
[    1.487767] IR Sony protocol handler initialized
[    1.487773] IR SANYO protocol handler initialized
[    1.487779] IR Sharp protocol handler initialized
[    1.487786] IR MCE Keyboard/mouse protocol handler initialized
[    1.487793] IR XMP protocol handler initialized
[    1.487927] usbcore: registered new interface driver uvcvideo
[    1.487934] USB Video Class driver (1.1.1)
[    1.492761] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
[    1.493218] Bluetooth: HCI UART driver ver 2.3
[    1.493232] Bluetooth: HCI UART protocol H4 registered
[    1.493241] Bluetooth: HCI UART protocol ATH3K registered
[    1.493249] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.493403] usbcore: registered new interface driver bfusb
[    1.493525] usbcore: registered new interface driver btusb
[    1.493536] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.496919] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
[    1.497087] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
[    1.498031] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
[    1.498042] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
[    1.498074] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
[    1.498116] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
[    1.498126] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
[    1.498165] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[1]' - status (0)
[    1.498557] sdhci: Secure Digital Host Controller Interface driver
[    1.498563] sdhci: Copyright(c) Pierre Ossman
[    1.498569] Synopsys Designware Multimedia Card Interface Driver
[    1.499477] dwmmc_rockchip ff0c0000.dwmmc: 'num-slots' was deprecated.
[    1.499687] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
[    1.499729] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
[    1.499744] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
[    1.499816] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[    1.500043] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer cd
[    1.500053] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[    1.500067] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@ff0c0000[0]'
[    1.500079] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@ff0c0000[0]'
[    1.500088] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[    1.500098] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO cd failed
[    1.500111] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer wp
[    1.500120] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[    1.500131] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0c0000[0]'
[    1.500141] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0c0000[0]'
[    1.500150] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[    1.500159] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO wp failed
[    1.512514] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.524981] dwmmc_rockchip ff0d0000.dwmmc: 'num-slots' was deprecated.
[    1.525222] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[    1.525263] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[    1.525278] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[    1.525370] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
[    1.525396] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.525511] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[    1.525521] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[    1.525535] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[    1.525546] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[    1.525555] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[    1.525565] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[    1.525651] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
[    1.525660] mmc_host mmc1: card is non-removable.
[    1.537460] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.549916] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.550275] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/pwr-led[0]' - status (0)
[    1.550297] no flags found for gpios
[    1.550593] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/act-led[0]' - status (0)
[    1.550615] no flags found for gpios
[    1.550856] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/heartbeat-led[0]' - status (0)
[    1.550876] no flags found for gpios
[    1.551815] ledtrig-cpu: registered to indicate activity on CPUs
[    1.551967] hidraw: raw HID events driver (C) Jiri Kosina
[    1.553437] usbcore: registered new interface driver usbhid
[    1.553446] usbhid: USB HID core driver
[    1.554007] ashmem: initialized
[    1.557888] usbcore: registered new interface driver snd-usb-audio
[    1.563523] u32 classifier
[    1.563545] Netfilter messages via NETLINK v0.30.
[    1.564007] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.564413] ctnetlink v0.93: registering with nfnetlink.
[    1.564541] IPVS: Registered protocols ()
[    1.564602] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    1.565320] IPVS: ipvs loaded.
[    1.565932] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.566768] Initializing XFRM netlink socket
[    1.567631] NET: Registered protocol family 10
[    1.569848] Segment Routing with IPv6
[    1.570115] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.570888] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.572160] NET: Registered protocol family 17
[    1.572203] NET: Registered protocol family 15
[    1.572426] Bridge firewalling registered
[    1.572668] Bluetooth: RFCOMM socket layer initialized
[    1.572733] Bluetooth: RFCOMM ver 1.11
[    1.572759] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.572781] Bluetooth: HIDP socket layer initialized
[    1.572877] 8021q: 802.1Q VLAN Support v1.8
[    1.572915] lib80211: common routines for IEEE802.11 drivers
[    1.572927] lib80211_crypt: registered algorithm 'NULL'
[    1.572937] lib80211_crypt: registered algorithm 'WEP'
[    1.573016] lib80211_crypt: registered algorithm 'CCMP'
[    1.573026] lib80211_crypt: registered algorithm 'TKIP'
[    1.573065] Key type dns_resolver registered
[    1.574021] ThumbEE CPU extension supported.
[    1.574045] Registering SWP/SWPB emulation handler
[    1.575623] Loading compiled-in X.509 certificates
[    1.577536] Btrfs loaded, crc32c=crc32c-generic
[    1.580482] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    1.582924] mmc1: new high speed SDIO card at address 0001
[    1.599373] dwmmc_rockchip ff0c0000.dwmmc: Unexpected command timeout, state 7
[    1.604588] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[    1.604733] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
[    1.604746] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
[    1.604758] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
[    1.604780] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
[    1.604929] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
[    1.609952] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[    1.610010] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.610021] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
[    1.610031] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
[    1.610040] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
[    1.610049] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
[    1.610058] rk_gmac-dwmac ff290000.ethernet: COE Type 2
[    1.610067] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
[    1.610075] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
[    1.610123] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.610240] mdio_bus stmmac-0: GPIO lookup for consumer reset
[    1.610250] mdio_bus stmmac-0: using lookup tables for GPIO lookup
[    1.610261] mdio_bus stmmac-0: lookup for GPIO reset failed
[    1.610303] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@ff290000[0]' - status (0)
[    1.616822] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    1.623922] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[    1.623935] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.623945] usb 1-1: Product: USB2.0 Hub
[    1.624807] hub 1-1:1.0: USB hub found
[    1.625158] hub 1-1:1.0: 4 ports detected
[    1.769586] usb 3-1: new high-speed USB device number 2 using ehci-platform
[    1.906678] usb 1-1.2: new full-speed USB device number 3 using dwc2
[    1.992209] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c534
[    1.992315] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.992555] usb 1-1.2: Product: USB Receiver
[    1.992649] usb 1-1.2: Manufacturer: Logitech
[    2.011764] input: Logitech USB Receiver as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C534.0001/input/input0
[    2.164796] usb 3-1: config 1 has an invalid interface number: 255 but max is 6
[    2.164914] usb 3-1: config 1 has no interface number 6
[    2.167818] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a
[    2.167921] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.168001] usb 3-1: Product: USB Audio
[    2.168047] usb 3-1: Manufacturer: Generic
[    2.168124] usb 3-1: SerialNumber: 201405280001
[    2.185196] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-ff540000.usb-1.2/input0
[    2.229176] input: Logitech USB Receiver as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C534.0002/input/input1
[    2.283802] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ff540000.usb-1.2/input1
[    2.426117] dwmmc_rockchip ff0c0000.dwmmc: Successfully tuned phase to 181
[    2.426192] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[    2.428486] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB 
[    2.432183]  mmcblk0: p1
[    2.713993] libphy: stmmac: probed
[    2.717209] OF: /sound/simple-audio-card,codec: could not get #sound-dai-cells for /hdmi@ff980000
[    2.717246] asoc-simple-card sound: parse error -22
[    2.717307] asoc-simple-card: probe of sound failed with error -22
[    2.719678] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0)
[    2.719758] gpio-5 (GPIO Key Power): gpiod_set_debounce: missing set() or set_config() operations
[    2.720564] input: gpio-keys as /devices/platform/gpio-keys/input/input2
[    2.722667] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:50:08 UTC (1358499008)
[    2.724490] vcc_sd: supplied by vcc_io
[    2.724759] vcc_sd: disabling
[    2.724806] ALSA device list:
[    2.724821]   No soundcards found.
[    2.725326] ttyS2 - failed to request DMA
[    2.739042] Freeing unused kernel memory: 1024K
[    3.009568] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[    3.009718] mali ffa30000.gpu: Protected mode not available
[    3.010102] mali ffa30000.gpu: Probed as mali0
[    3.300700] random: crng init done
[    4.346129] input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0003/input/input3
[    4.400764] hid-generic 0003:0BDA:481A.0003: input,hiddev97,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
[    5.388152] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    5.667947] systemd[1]: System time before build time, advancing clock.
[    5.692095] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    5.692993] systemd[1]: Detected architecture arm.
[    5.707086] systemd[1]: Set hostname to <tinkerboard>.
[    6.013420] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.021873] systemd[1]: Created slice User and Session Slice.
[    6.029590] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.037439] systemd[1]: Reached target Remote File Systems (Pre).
[    6.047615] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.055656] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.064914] systemd[1]: Listening on Journal Socket.
[    6.243161] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    6.474910] Adding 131068k swap on /var/swap.  Priority:-2 extents:1 across:131068k SS
[    6.898107] at24 2-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[    6.906575] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    6.910220] RTL8723BS: module init start
[    6.910225] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    6.910228] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    6.911056] pnetdev = ee9e7800
[    6.919321] rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
[    6.964289] RTL8723BS: rtw_ndev_init(wlan0)
[    6.967511] RTL8723BS: module init ret =0
[    7.036225] systemd-journald[273]: Received request to flush runtime journal from PID 1
[    7.675618] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    7.777389] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
[    7.777568] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.301925] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.310126] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[    8.808161] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[    9.482277] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.482315] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    9.786775] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   11.148874] RTL8723BS: nolinked power save enter
[   11.406067] RTL8723BS: nolinked power save leave
[   13.001276] RTL8723BS: nolinked power save enter
[   34.234069] RTL8723BS: nolinked power save leave
[   35.795866] RTL8723BS: nolinked power save enter
[   57.955817] RTL8723BS: nolinked power save leave
[   59.527695] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   59.566284] RTL8723BS: start auth
[   59.568711] RTL8723BS: auth success, start assoc
[   59.572624] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
[   59.572644] RTL8723BS: assoc success
[   59.572859] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   59.581128] RTL8723BS: send eapol packet
[   59.585856] RTL8723BS: send eapol packet
[   59.586020] RTL8723BS: set pairwise key camid:4, addr:00:e1:6d:c9:2d:51, kid:0, type:AES
[   59.586563] RTL8723BS: set group key camid:5, addr:00:e1:6d:c9:2d:51, kid:1, type:TKIP
[   68.162174] RTL8723BS: nolinked power save enter
[   70.230173] RTL8723BS: nolinked power save leave
[   71.808657] RTL8723BS: nolinked power save enter
[   75.368145] rk_gmac-dwmac ff290000.ethernet eth0: Link is Down
[   78.440273] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[   86.764462] RTL8723BS: nolinked power save leave
[   88.336095] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   88.394543] RTL8723BS: start auth
[   88.396261] RTL8723BS: auth success, start assoc
[   88.400160] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
[   88.400175] RTL8723BS: assoc success
[   88.407373] RTL8723BS: send eapol packet
[   88.412035] RTL8723BS: send eapol packet
[   88.412195] RTL8723BS: set pairwise key camid:4, addr:00:e1:6d:c9:2d:51, kid:0, type:AES
[   88.412665] RTL8723BS: set group key camid:5, addr:00:e1:6d:c9:2d:51, kid:1, type:TKIP

 

 

 

 

Link to comment
Share on other sites

Can you give me a uname -a ?  

 

I have been running various tests, I have not come across that issue.  Now, unplugging the HDMI on Mainline results in it not coming back that power cycle, something I havent tracked down.  Have you tried to boot it with another monitor?  No changes have been made on the board side involving the display system, my 4.13 has no issue with the display.

 

Currently I am having the board play YouTube videos indefinitely to see if I get a reset or hang, so far nothing (14 hours)

 

 

 

 

Link to comment
Share on other sites

before apt-get upgrade
 

uname -a
Linux tinkerboard 4.13.0-rockchip #47 SMP PREEMPT Tue Sep 19 01:42:03 CEST 2017 armv7l armv7l armv7l GNU/Linux

 

tested again...

 

1. I burned a new copy of Armbian_5.32.170920_Tinkerb ard_Ubuntu_xenial_dev_4.13.0_desktop.img just to be safe. 

2. booted system, created user

3. desktop started

4. connected to wifi

5. opened terminal

6. sudo apt-get update

7. sudo apt-get upgrade

8. sudo reboot

9. no display

 

after apt-get upgrade

uname -a
Linux tinkerboard 4.14.0-rc1-rockchip #2 SMP PREEMPT Wed Sep 20 11:37:48 CEST 2017 armv7l armv7l armv7l GNU/Linux

 

 

Link to comment
Share on other sites

Using armbian-config over ssh I changed the kernel to "next" and the system will boot with a working display again.  Wifi still works too and that's good as that was the reason I was using nightly.  Not sure what state that leaves the system in.

 

now uname says:

Linux tinkerboard 4.13.2-rockchip #4 SMP PREEMPT Wed Sep 20 01:35:10 CEST 2017 armv7l armv7l armv7l GNU/Linux

 

...but if I download "next" image I get 4.11 and wifi doesn't work so I'm a bit confused.

Link to comment
Share on other sites

2 minutes ago, freak said:

...but if I download "next" image I get 4.11 and wifi doesn't work so I'm a bit confused.


Even if you switch to beta and upgrade to the latest ? Hmm. It should get you to the same: Linux tinkerboard 4.13.2-rockchip

 

Anyway. Stick to this one.

Link to comment
Share on other sites

Quote

Using armbian-config over ssh I changed the kernel to "next" and the system will boot with a working display again. 

 

You are already there. Don't touch anything :)

Link to comment
Share on other sites

4.11 did not have wifi, no driver in the kernel.  4.12 added the staging driver for WiFi.  I was not completely prepared to make next 4.13, let me review the next patches (a couple were experimental, they don't break anything but may give the user the impression they have functionality they don't), and I'll work on Dev. 

Link to comment
Share on other sites

Rockchip-dev kernel hdmi fixed, testing other functions.   The device nodes for the video ports were still defined with 32 bit registers instead of the 64 bit now that they want LPAE capabilities.

 

 

[a little bit later...]   OK, reboot works, wifi works, browser works.

 

[edit]  4.13 tested ok short term, I'll set up a long-term test a little later.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines