您尚未登录。

楼主 #1 2020-12-16 09:43:03

九重天
会员
注册时间: 2020-10-06
已发帖子: 25
积分: 17.5

A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

Setting up a 1024x768 vga console (overscan 0x0)
In:    serial@01c28000
Out:   serial@01c28000
Err:   serial@01c28000
Allwinner mUSB OTG (Peripheral)
Net:
Warning: usb_ether using MAC address from ROM
eth0: usb_ether
starting USB...
USB0:   USB EHCI 1.00
USB1:   USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:2...
Found U-Boot script /boot.scr
reading /boot.scr
515 bytes read in 20 ms (24.4 KiB/s)
## Executing script at 43100000
reading splash_800x480.bmp
1152054 bytes read in 85 ms (12.9 MiB/s)
reading zImage
4487216 bytes read in 252 ms (17 MiB/s)
reading sun8i-a33-smallwit-demoboard-v1.dtb
24701 bytes read in 30 ms (803.7 KiB/s)
## Flattened Device Tree blob at 41000000
   Booting using the fdt blob at 0x41000000
   Loading Device Tree to 4ed33000, end 4ed3c07c ... OK
Cannot setup simplefb: node not found

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.3.18-smallwit (smallwit@ubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05)) #16 SMP Tue Dec 15 23:29:46 CST 2020
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (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: Sinlinx SinA33
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Size (0x80000000) of region at 0x00000000 exceeds limit (0x50000000)
[    0.000000] cma: Failed to reserve 2048 MiB
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 15 pages/cpu s30476 r8192 d22772 u61440
[    0.000000] Built 1 zonelists, mobility grouping off.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p3 rootwait panic=5
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 234212K/262144K available (7168K kernel code, 460K rwdata, 1820K rodata, 1024K init, 259K bss, 27932K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x2f8/0x48c with crng_init=0
[    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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000018] Switching to timer-based delay loop, resolution 41ns
[    0.000520] Console: colour dummy device 80x30
[    0.000567] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000580] pid_max: default: 32768 minimum: 301
[    0.000680] LSM: Security Framework initializing
[    0.000718] SELinux:  Initializing.
[    0.000820] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.000832] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001601] CPU: Testing write buffer coherency: ok
[    0.002049] /cpus/cpu@0 missing clock-frequency property
[    0.002067] /cpus/cpu@1 missing clock-frequency property
[    0.002081] /cpus/cpu@2 missing clock-frequency property
[    0.002095] /cpus/cpu@3 missing clock-frequency property
[    0.002107] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002630] Setting up static identity map for 0x40100000 - 0x40100060
[    0.002746] rcu: Hierarchical SRCU implementation.
[    0.003250] smp: Bringing up secondary CPUs ...
[    0.004043] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.004920] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.005748] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.005838] smp: Brought up 1 node, 4 CPUs
[    0.005858] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.005864] CPU: All CPU(s) started in HYP mode.
[    0.005868] CPU: Virtualization extensions available.
[    0.006815] devtmpfs: initialized
[    0.013014] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.013238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.013262] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.013577] pinctrl core: initialized pinctrl subsystem
[    0.014537] NET: Registered protocol family 16
[    0.014895] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.015398] audit: initializing netlink subsys (disabled)
[    0.015656] audit: type=2000 audit(0.010:1): state=initialized audit_enabled=0 res=1
[    0.016186] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.016195] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.033265] SCSI subsystem initialized
[    0.033796] usbcore: registered new interface driver usbfs
[    0.033843] usbcore: registered new interface driver hub
[    0.033906] usbcore: registered new device driver usb
[    0.034140] pps_core: LinuxPPS API ver. 1 registered
[    0.034148] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.034167] PTP clock support registered
[    0.034541] Advanced Linux Sound Architecture Driver Initialized.
[    0.035364] clocksource: Switched to clocksource arch_sys_counter
[    0.043011] thermal_sys: Registered thermal governor 'step_wise'
[    0.043644] NET: Registered protocol family 2
[    0.044140] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.044172] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.044204] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.044239] TCP: Hash tables configured (established 2048 bind 2048)
[    0.044358] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.044398] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.044593] NET: Registered protocol family 1
[    0.045154] RPC: Registered named UNIX socket transport module.
[    0.045167] RPC: Registered udp transport module.
[    0.045172] RPC: Registered tcp transport module.
[    0.045178] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.046979] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[    0.054462] NFS: Registering the id_resolver key type
[    0.054511] Key type id_resolver registered
[    0.054518] Key type id_legacy registered
[    0.055030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.055044] io scheduler mq-deadline registered
[    0.055050] io scheduler kyber registered
[    0.056012] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[    0.057022] sun8i-a23-r-pinctrl 1f02c00.pinctrl: Reset controller missing
[    0.059991] sun8i-a33-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.060835] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-ph not found, using dummy regulator
[    0.061417] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[    0.186583] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.188404] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
[    0.189286] printk: console [ttyS0] disabled
[    0.209488] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 35, base_baud = 1500000) is a U6_16550A
[    0.860028] printk: console [ttyS0] enabled
[    0.866126] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
[    0.879345] panel-simple panel: panel supply power not found, using dummy regulator
[    0.889564] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
[    0.900760] libphy: Fixed MDIO Bus: probed
[    0.905194] CAN device driver interface
[    0.909865] usbcore: registered new interface driver r8152
[    0.915412] usbcore: registered new interface driver asix
[    0.920844] usbcore: registered new interface driver ax88179_178a
[    0.926990] usbcore: registered new interface driver cdc_ether
[    0.932841] usbcore: registered new interface driver net1080
[    0.938545] usbcore: registered new interface driver rndis_host
[    0.944486] usbcore: registered new interface driver cdc_subset
[    0.950438] usbcore: registered new interface driver zaurus
[    0.956062] usbcore: registered new interface driver cdc_ncm
[    0.961740] usbcore: registered new interface driver aqc111
[    0.967317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.973834] ehci-platform: EHCI generic platform driver
[    0.979375] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.985582] ohci-platform: OHCI generic platform driver
[    0.991806] i2c /dev entries driver
[    0.998055] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[    1.045436] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[    1.053005] sun4i-ss 1c15000.crypto-engine: Die ID 5
[    1.061231] usbcore: registered new interface driver usbhid
[    1.066850] usbhid: USB HID core driver
[    1.073588] NET: Registered protocol family 17
[    1.078102] can: controller area network core (rev 20170425 abi 9)
[    1.084363] NET: Registered protocol family 29
[    1.088823] can: raw protocol (rev 20170425)
[    1.093089] can: broadcast manager protocol (rev 20170425 t)
[    1.098760] can: netlink gateway (rev 20170425) max_hops=1
[    1.104489] Key type dns_resolver registered
[    1.108885] Registering SWP/SWPB emulation handler
[    1.123275] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[    1.131524] sun8i-a23-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    1.139173] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
[    1.149651] sun4i-drm display-engine: bound 1e00000.display-frontend (ops 0xc084de00)
[    1.157807] sun4i-drm display-engine: bound 1e60000.display-backend (ops 0xc084d4c4)
[    1.165595] sun4i-drm display-engine: bound 1e70000.drc (ops 0xc084cff4)
[    1.172775] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc084c1ec)
[    1.180446] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.187059] [drm] No driver support for vblank timestamp query.
[    1.193541] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    1.235388] ---- HSYNC L ----
[    1.235392] ---- VSYNC L ----
[    1.235393] ---- DE H ----
[    1.295455] Console: switching to colour frame buffer device 240x67
[    1.344330] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[    1.353930] sun8i-a33-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[    1.364589] sun8i-a23-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
[    1.374842] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    1.415517] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    1.422711] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
[    1.435624] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP223 found
[    1.444212] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0
[    1.454417] axp20x-adc axp22x-adc: DMA mask not set
[    1.460088] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
[    1.468612] dcdc1: supplied by regulator-dummy
[    1.473454] dcdc2: supplied by regulator-dummy
[    1.478209] dcdc3: supplied by regulator-dummy
[    1.482936] dcdc4: supplied by regulator-dummy
[    1.487717] dcdc5: supplied by regulator-dummy
[    1.492573] dc1sw: supplied by vcc-3v0
[    1.496564] dc5ldo: supplied by vcc-dram
[    1.500916] aldo1: supplied by regulator-dummy
[    1.505769] aldo2: supplied by regulator-dummy
[    1.510578] aldo3: supplied by regulator-dummy
[    1.515436] eldo1: supplied by vcc-3v0
[    1.519556] eldo2: supplied by vcc-3v0
[    1.523645] eldo3: supplied by vcc-3v0
[    1.527702] dldo1: supplied by regulator-dummy
[    1.532397] dldo2: supplied by regulator-dummy
[    1.537161] dldo3: supplied by regulator-dummy
[    1.541864] dldo4: supplied by regulator-dummy
[    1.546619] rtc_ldo: supplied by regulator-dummy
[    1.551434] ldo_io0: supplied by regulator-dummy
[    1.556351] ldo_io1: supplied by regulator-dummy
[    1.561680] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set
[    1.569979] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[    1.577246] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[    1.583994] ehci-platform 1c1a000.usb: EHCI Host Controller
[    1.589627] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[    1.597533] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
[    1.610260] mmc1: host does not support reading read-only switch, assuming write-enable
[    1.620475] mmc1: new high speed SD card at address 0001
[    1.626078] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[    1.633226] mmcblk1: mmc1:0001 00000 1.83 GiB
[    1.639603] hub 1-0:1.0: USB hub found
[    1.643521]  mmcblk1: p1 p2 p3
[    1.646766] hub 1-0:1.0: 1 port detected
[    1.652835] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[    1.659508] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[    1.667439] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
[    1.740103] hub 2-0:1.0: USB hub found
[    1.743889] hub 2-0:1.0: 1 port detected
[    1.748823] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[    1.760852] input: 1c22800.lradc as /devices/platform/soc/1c22800.lradc/input/input1
[    1.772199] hctosys: unable to open rtc device (rtc0)
[    1.796035] ALSA device list:
[    1.799015]   No soundcards found.
[    1.827721] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null)
[    1.835960] VFS: Mounted root (ext4 filesystem) readonly on device 179:3.
[    1.850576] devtmpfs: mounted
[    1.866722] Freeing unused kernel memory: 1024K
[    1.871399] Run /sbin/init as init process
[    2.027898] random: fast init done
SELinux:  Could not open policy file <= /etc/selinux/targeted/policy/policy.32:  No such file or directory
[    2.630001] EXT4-fs (mmcblk1p3): re-mounted. Opts: (null)
/usr/bin/tetrix: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    4.484717] udevd[134]: starting version 3.2.9
[    4.567804] random: udevd: uninitialized urandom read (16 bytes read)
[    4.576839] random: udevd: uninitialized urandom read (16 bytes read)
[    4.587677] random: udevd: uninitialized urandom read (16 bytes read)
[    4.858441] udevd[135]: starting eudev-3.2.9
[    5.166471] rtc-hym8563 1-0051: could not init device, -6
[    5.180906] mali: loading out-of-tree module taints kernel.
[    5.206959] Allwinner sunXi mali glue initialized
[    5.212885] Mali:
[    5.212893] Found Mali GPU Mali-400 MP r1p1
[    5.219813] Mali:
[    5.219820] 2+0 PP cores initialized
[    5.226770] Mali:
[    5.226777] Mali device driver loaded
[    5.527183] edt_ft5x06 1-0038: touchscreen probe failed
done
Saving random seed: [    6.183865] urandom_read: 1 callbacks suppressed
[    6.183894] random: dd: uninitialized urandom read (512 bytes read)
OK
Starting system message bus: [    6.557846] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
[    6.566436] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
done
Starting network: OK
/etc/init.d/S91mdev: line 5: can't create /proc/sys/kernel/hotplug: nonexistent directory
mount: mounting /dev/mmcblk1p1 on /mnt/media/mmcblk1p1 failed: Invalid argument
[    9.535380] 8<--- cut here ---
[    9.538699] Unable to handle kernel NULL pointer dereference at virtual address 0000000a
[    9.547096] pgd = (ptrval)
[    9.550065] [0000000a] *pgd=4e4ed835, *pte=00000000, *ppte=00000000
[    9.556656] Internal error: Oops: 17 [#1] SMP ARM
[    9.561354] Modules linked in: mali(O) edt_ft5x06 rtc_hym8563
[    9.567109] CPU: 2 PID: 204 Comm: expr Tainted: G           O      5.3.18-smallwit #16
[    9.575012] Hardware name: Allwinner sun8i Family
[    9.579726] PC is at update_curr+0x9c/0x150
[    9.583904] LR is at 0x0
[    9.586435] pc : [<c0148390>]    lr : [<00000000>]    psr: 600f0193
[    9.592692] sp : ce163ca0  ip : ced9f840  fp : cefcfcc0
[    9.597909] r10: ced9f940  r9 : 00000000  r8 : cefcfd00
[    9.603128] r7 : 00000002  r6 : 3859ffcf  r5 : cefcfd00  r4 : ced9f840
[    9.609645] r3 : 00000002  r2 : 9fd7de6e  r1 : 00000000  r0 : cefcfd00
[    9.616165] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[    9.623377] Control: 10c5387d  Table: 4e16406a  DAC: 00000051
[    9.629115] Process expr (pid: 204, stack limit = 0x(ptrval))
[    9.634854] Stack: (0xce163ca0 to 0xce164000)
[    9.639213] 3ca0: cefcfcc0 c0a57cc0 ced9f8c0 c0b04e00 cefcfd00 c014b1a4 ce163d5c c0b04c88
[    9.647383] 3cc0: c0a80738 00000018 00000001 cefcfcc0 cefcfcc0 c0b04e00 0e578000 00000002
[    9.655554] 3ce0: ced9f8c0 c15cb600 ce163d0c c0a57cc0 cefcfcc0 c0b04e00 0e578000 00000002
[    9.663724] 3d00: ced9f8c0 c15cb600 ce163d2c c0144c34 ce162000 ced9f8c0 00000000 00000002
[    9.671895] 3d20: ced3c000 d0803000 becf05b8 c0182a78 38084280 cefd31c0 00000002 c0191dbc
[    9.680065] 3d40: 00000003 80808080 d0d0d0d0 ced3ac00 c0b0506c 00000013 c0003f40 ced3c000
[    9.688236] 3d60: d0803000 c05ba4a4 ced3ac00 c0170fa4 c0a57850 00000013 00000000 00000000
[    9.696406] 3d80: ced3c000 c016b3c8 c0a57850 c016b9b0 c0b0506c c0b18148 d080200c d0802000
[    9.704577] 3da0: ce163dc8 c03c9e8c c022f62c 600f0013 ffffffff ce163dfc 00000003 ce162000
[    9.712747] 3dc0: c15cb600 c0101a8c cee69850 c0e8cdd0 00000000 ce163e18 ce163ec0 cef0d8c0
[    9.720918] 3de0: 00000040 ce163f70 00000003 ffffe000 c15cb600 becf05b8 cef0d8d4 ce163e18
[    9.729089] 3e00: ce163ed8 c022f62c 600f0013 ffffffff 00000051 bf000000 ce163ec0 c0c52010
[    9.737259] 3e20: 00000040 c022fb3c ce163ec0 c09198ac ce163f70 ce163f70 00000003 c0233ff0
[    9.745430] 3e40: 00000002 00000084 00000000 00000000 c0b04c88 00000041 ce163eb0 ffffe000
[    9.753600] 3e60: ce163ec8 c0b04c88 ce163eb0 c0c52000 c0b04f90 becf05b8 00000000 00000001
[    9.761770] 3e80: 00000000 ce163f08 c0c52000 00000000 00000001 e8fe205c ffffff9c c0b04c88
[    9.769941] 3ea0: c0b04c88 ce163f70 00000001 00000003 fffff000 00000005 becf05b8 c0236634
[    9.778111] 3ec0: 00000000 00000000 8b6f8834 00000003 c0c52015 e8fe205c 00000000 c0b04c88
[    9.786282] 3ee0: becf0630 00001051 000000c3 00000084 00000001 00000000 00000000 ce163f00
[    9.794452] 3f00: 000007ff ced9fcec 00000000 c0719cc4 ced9fcec ced9f8c0 becf05b8 c013a6cc
[    9.802622] 3f20: ffffe000 e8fe205c 00000003 00000020 c0c52000 00000000 00000000 00000400
[    9.810793] 3f40: ffffff9c c024548c 00080000 e8fe205c ffffff9c 00080000 c0b04c88 ffffff9c
[    9.818963] 3f60: c0c52000 c0222fd8 c0b04c88 c0bdf200 00000000 ce160000 00000004 00000100
[    9.827134] 3f80: 00000001 e8fe205c b6f27024 00000004 becf0704 00000005 c0101204 ce162000
[    9.835304] 3fa0: 00000005 c0101000 b6f27024 00000004 becf05b8 00080000 b6f2a960 00000040
[    9.843474] 3fc0: b6f27024 00000004 becf0704 00000005 00000020 00000000 b6f29cf8 becf05b8
[    9.851645] 3fe0: b6f29cf8 becf055c b6f06e81 b6f13788 600f0030 becf05b8 00000000 00000000
[    9.859834] [<c0148390>] (update_curr) from [<c014b1a4>] (task_tick_fair+0x4c/0x498)
[    9.867576] [<c014b1a4>] (task_tick_fair) from [<c0144c34>] (scheduler_tick+0x68/0xd8)
[    9.875493] [<c0144c34>] (scheduler_tick) from [<c0182a78>] (update_process_times+0x50/0x5c)
[    9.883929] [<c0182a78>] (update_process_times) from [<c0191dbc>] (tick_handle_periodic+0x2c/0xa4)
[    9.892886] [<c0191dbc>] (tick_handle_periodic) from [<c05ba4a4>] (arch_timer_handler_phys+0x28/0x30)
[    9.902103] [<c05ba4a4>] (arch_timer_handler_phys) from [<c0170fa4>] (handle_percpu_devid_irq+0x78/0x138)
[    9.911663] [<c0170fa4>] (handle_percpu_devid_irq) from [<c016b3c8>] (generic_handle_irq+0x24/0x34)
[    9.920702] [<c016b3c8>] (generic_handle_irq) from [<c016b9b0>] (__handle_domain_irq+0x5c/0xb4)
[    9.929398] [<c016b9b0>] (__handle_domain_irq) from [<c03c9e8c>] (gic_handle_irq+0x4c/0x90)
[    9.937746] [<c03c9e8c>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0x90)
[    9.945218] Exception stack(0xce163dc8 to 0xce163e10)
[    9.950267] 3dc0:                   cee69850 c0e8cdd0 00000000 ce163e18 ce163ec0 cef0d8c0
[    9.958438] 3de0: 00000040 ce163f70 00000003 ffffe000 c15cb600 becf05b8 cef0d8d4 ce163e18
[    9.966604] 3e00: ce163ed8 c022f62c 600f0013 ffffffff
[    9.971661] [<c0101a8c>] (__irq_svc) from [<c022f62c>] (set_root+0x44/0xc0)
[    9.978623] [<c022f62c>] (set_root) from [<c022fb3c>] (path_init+0x17c/0x2d8)
[    9.985755] [<c022fb3c>] (path_init) from [<c0233ff0>] (path_openat+0x80/0x132c)
[    9.993146] [<c0233ff0>] (path_openat) from [<c0236634>] (do_filp_open+0x70/0xdc)
[   10.000627] [<c0236634>] (do_filp_open) from [<c0222fd8>] (do_sys_open+0x180/0x218)
[   10.008279] [<c0222fd8>] (do_sys_open) from [<c0101000>] (ret_fast_syscall+0x0/0x54)
[   10.016011] Exception stack(0xce163fa8 to 0xce163ff0)
[   10.021060] 3fa0:                   b6f27024 00000004 becf05b8 00080000 b6f2a960 00000040
[   10.029231] 3fc0: b6f27024 00000004 becf0704 00000005 00000020 00000000 b6f29cf8 becf05b8
[   10.037397] 3fe0: b6f29cf8 becf055c b6f06e81 b6f13788
[   10.042448] Code: e5843038 e584103c ebfffe7d e5943404 (e5930008)
[   10.048536] ---[ end trace 72648b671029b362 ]---
[   10.053150] Kernel panic - not syncing: Fatal exception in interrupt
[   10.059509] CPU1: stopping
[   10.062226] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G      D    O      5.3.18-smallwit #16
[   10.070389] Hardware name: Allwinner sun8i Family
[   10.075101] [<c010eec4>] (unwind_backtrace) from [<c010b7e8>] (show_stack+0x10/0x14)
[   10.082845] [<c010b7e8>] (show_stack) from [<c0702b5c>] (dump_stack+0x94/0xa8)
[   10.090067] [<c0702b5c>] (dump_stack) from [<c010e0e4>] (handle_IPI+0x1c8/0x1e8)
[   10.097460] [<c010e0e4>] (handle_IPI) from [<c03c9ecc>] (gic_handle_irq+0x8c/0x90)
[   10.105025] [<c03c9ecc>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0x90)
[   10.112496] Exception stack(0xc0023f78 to 0xc0023fc0)
[   10.117543] 3f60:                                                       00000000 0000365c
[   10.125713] 3f80: cefc1470 c0117f80 ffffe000 c0b04ca8 c0b04ce8 00000002 c0b6dfeb c090d8a4
[   10.133884] 3fa0: 00000000 00000000 00000001 c0023fc8 c010882c c0108830 600e0013 ffffffff
[   10.142057] [<c0101a8c>] (__irq_svc) from [<c0108830>] (arch_cpu_idle+0x38/0x3c)
[   10.149451] [<c0108830>] (arch_cpu_idle) from [<c0147a88>] (do_idle+0xe4/0x150)
[   10.156756] [<c0147a88>] (do_idle) from [<c0147d80>] (cpu_startup_entry+0x18/0x1c)
[   10.164320] [<c0147d80>] (cpu_startup_entry) from [<401024cc>] (0x401024cc)
[   10.171273] CPU0: stopping
[   10.173985] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G      D    O      5.3.18-smallwit #16
[   10.182148] Hardware name: Allwinner sun8i Family
[   10.186856] [<c010eec4>] (unwind_backtrace) from [<c010b7e8>] (show_stack+0x10/0x14)
[   10.194595] [<c010b7e8>] (show_stack) from [<c0702b5c>] (dump_stack+0x94/0xa8)
[   10.201814] [<c0702b5c>] (dump_stack) from [<c010e0e4>] (handle_IPI+0x1c8/0x1e8)
[   10.209206] [<c010e0e4>] (handle_IPI) from [<c03c9ecc>] (gic_handle_irq+0x8c/0x90)
[   10.216771] [<c03c9ecc>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0x90)
[   10.224242] Exception stack(0xc0b01f28 to 0xc0b01f70)
[   10.229292] 1f20:                   00000000 0000682c cefb2470 c0117f80 ffffe000 c0b04ca8
[   10.237463] 1f40: c0b04ce8 00000001 c0b6dfeb c090d8a4 c0b73200 00000001 00000000 c0b01f78
[   10.245629] 1f60: c010882c c0108830 600e0013 ffffffff
[   10.250681] [<c0101a8c>] (__irq_svc) from [<c0108830>] (arch_cpu_idle+0x38/0x3c)
[   10.258074] [<c0108830>] (arch_cpu_idle) from [<c0147a88>] (do_idle+0xe4/0x150)
[   10.265380] [<c0147a88>] (do_idle) from [<c0147d80>] (cpu_startup_entry+0x18/0x1c)
[   10.272948] [<c0147d80>] (cpu_startup_entry) from [<c0a00da4>] (start_kernel+0x468/0x48c)
[   10.281115] CPU3: stopping
[   10.283826] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G      D    O      5.3.18-smallwit #16
[   10.291989] Hardware name: Allwinner sun8i Family
[   10.296697] [<c010eec4>] (unwind_backtrace) from [<c010b7e8>] (show_stack+0x10/0x14)
[   10.304436] [<c010b7e8>] (show_stack) from [<c0702b5c>] (dump_stack+0x94/0xa8)
[   10.311654] [<c0702b5c>] (dump_stack) from [<c010e0e4>] (handle_IPI+0x1c8/0x1e8)
[   10.319046] [<c010e0e4>] (handle_IPI) from [<c03c9ecc>] (gic_handle_irq+0x8c/0x90)
[   10.326611] [<c03c9ecc>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0x90)
[   10.334083] Exception stack(0xc0027f78 to 0xc0027fc0)
[   10.339129] 7f60:                                                       00000000 0000279c
[   10.347299] 7f80: cefdf470 c0117f80 ffffe000 c0b04ca8 c0b04ce8 00000008 c0b6dfeb c090d8a4
[   10.355470] 7fa0: 00000000 00000000 00000003 c0027fc8 c010882c c0108830 60060013 ffffffff
[   10.363641] [<c0101a8c>] (__irq_svc) from [<c0108830>] (arch_cpu_idle+0x38/0x3c)
[   10.371034] [<c0108830>] (arch_cpu_idle) from [<c0147a88>] (do_idle+0xe4/0x150)
[   10.378339] [<c0147a88>] (do_idle) from [<c0147d80>] (cpu_startup_entry+0x18/0x1c)
[   10.385902] [<c0147d80>] (cpu_startup_entry) from [<401024cc>] (0x401024cc)
[   10.392861] Rebooting in 5 seconds..
[   16.396672] Reboot failed -- System halted

离线

楼主 #2 2020-12-16 09:46:35

九重天
会员
注册时间: 2020-10-06
已发帖子: 25
积分: 17.5

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

[    9.859834] [<c0148390>] (update_curr) from [<c014b1a4>] (task_tick_fair+0x4c/0x498)
[    9.867576] [<c014b1a4>] (task_tick_fair) from [<c0144c34>] (scheduler_tick+0x68/0xd8)
[    9.875493] [<c0144c34>] (scheduler_tick) from [<c0182a78>] (update_process_times+0x50/0x5c)
[    9.883929] [<c0182a78>] (update_process_times) from [<c0191dbc>] (tick_handle_periodic+0x2c/0xa4)
[    9.892886] [<c0191dbc>] (tick_handle_periodic) from [<c05ba4a4>] (arch_timer_handler_phys+0x28/0x30)
[    9.902103] [<c05ba4a4>] (arch_timer_handler_phys) from [<c0170fa4>] (handle_percpu_devid_irq+0x78/0x138)
[    9.911663] [<c0170fa4>] (handle_percpu_devid_irq) from [<c016b3c8>] (generic_handle_irq+0x24/0x34)
[    9.920702] [<c016b3c8>] (generic_handle_irq) from [<c016b9b0>] (__handle_domain_irq+0x5c/0xb4)
[    9.929398] [<c016b9b0>] (__handle_domain_irq) from [<c03c9e8c>] (gic_handle_irq+0x4c/0x90)
[    9.937746] [<c03c9e8c>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0x90)

离线

#3 2020-12-16 09:54:38

达克罗德
会员
注册时间: 2018-04-10
已发帖子: 1,134
积分: 1086.5

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

uboot不是显示1024x768吗?为啥是1920

离线

#4 2020-12-16 10:56:12

arychen
会员
注册时间: 2019-04-06
已发帖子: 261
积分: 236.5

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

A33不支持点1920x1080屏的输出能力吧

离线

楼主 #5 2020-12-16 11:00:07

九重天
会员
注册时间: 2020-10-06
已发帖子: 25
积分: 17.5

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

达克罗德 说:

uboot不是显示1024x768吗?为啥是1920

在 drm 设置成 1920x1080 的,

fbset 显示是没有错的,

fb-test-rect 测试程序显示正常。


arychen 说:

A33不支持点1920x1080屏的输出能力吧

瞄了一下手册, 应该支持,

fb-test-rect 测试程序显示正常。



Mem: 126120K used, 109116K free, 1132K shrd, 2820K buff, 45060K cached
CPU:   6% usr   1% sys   0% nic  74% idle  18% io   0% irq   0% sirq
Load average: 0.56 0.21 0.08 1/79 248
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
  241   239 root     S     109m  48%   6% /usr/bin/dashboard
   96     2 root     SW       0   0%   1% [sugov:0]
  156     2 root     IW<      0   0%   0% [kworker/2:2H-kb]
  244   239 root     R     3168   1%   0% top
   95     2 root     IW<      0   0%   0% [kworker/0:1H-mm]
  100     2 root     IW<      0   0%   0% [kworker/3:1H-kb]
   66     2 root     IW       0   0%   0% [kworker/0:1-eve]
   97     2 root     DW       0   0%   0% [jbd2/mmcblk1p3-]
   20     2 root     SW       0   0%   0% [ksoftirqd/2]
  159     2 root     IW       0   0%   0% [kworker/u8:2-fl]
  136     1 root     S     5148   2%   0% /sbin/udevd -d
  239     1 root     S     3168   1%   0% -/bin/sh
    1     0 root     S     3048   1%   0% init
  121     1 root     S     3048   1%   0% /sbin/syslogd -n
  125     1 root     S     3048   1%   0% /sbin/klogd -n
  171     1 dbus     S     2952   1%   0% dbus-daemon --system
   71     2 root     IW       0   0%   0% [kworker/0:2-eve]
   10     2 root     IW       0   0%   0% [rcu_sched]
  103     2 root     IW<      0   0%   0% [kworker/1:1H-kb]
[  197.842036] 8<--- cut here --- 0%   0% [ksoftirqd/0]
[  197.845194] Unable to handle kernel paging request at virtual address ff18141c
[  197.852461] pgd = 34942241
[  197.855184] [ff18141c] *pgd=00000000
[  197.858812] Internal error: Oops: 805 [#1] SMP ARM
[  197.863618] Modules linked in: usb_f_acm u_serial usb_f_fs libcomposite configfs rtc_hym8563 mali(O) edt_ft5x06 [last unloaded: rtc_hym8563]
[  197.876338] CPU: 2 PID: 35 Comm: kworker/u8:1 Tainted: G           O      5.3.18-smallwit #16
[  197.884868] Hardware name: Allwinner sun8i Family
[  197.889656] Workqueue: writeback wb_workfn (flush-179:0)
[  197.895012] PC is at move_expired_inodes+0xcc/0x210
[  197.899917] LR is at queue_io+0x68/0xa4
[  197.903771] pc : [<c0251328>]    lr : [<c02518b8>]    psr: 600e0113
[  197.910049] sp : c00c1e00  ip : c0b04c88  fp : 00000000
[  197.915285] r10: c00c1e74  r9 : 00000000  r8 : 00000001
[  197.920527] r7 : 00000000  r6 : c0d90c44  r5 : c00c1e14  r4 : c13db370
[  197.927066] r3 : c0b04fd4  r2 : 00000000  r1 : ff181418  r0 : ff181418
[  197.933616] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[  197.940766] Control: 10c5387d  Table: 4e19006a  DAC: 00000051
[  197.946530] Process kworker/u8:1 (pid: 35, stack limit = 0x9113b0ae)
[  197.952899] Stack: (0xc00c1e00 to 0xc00c2000)
[  197.957296] 1e00: ffff0a00 c0b03d00 c0b04c88 c0d90c4c c003d6c0 c00c1e14 c00c1e14 e8fe205c
[  197.965503] 1e20: ced2b440 c0d90c38 c00c1ed8 c0d90c4c c0d90c4c c0b03d00 ffffd818 c0d90c64
[  197.973710] 1e40: c0b10964 c02518b8 c0d90c38 c00c1ed8 ffffd818 c0d90c4c c0b03d00 c025243c
[  197.981917] 1e60: ffff0a00 c0d90d3c 00008773 c0b04c88 c0919e8c ffffcc60 c00c1e78 c00c1e78
[  197.990116] 1e80: c00c1e80 c00c1e80 c0000000 e8fe205c 0000000a c0d90d44 c0d90d38 c0d90c38
[  197.998322] 1ea0: c0d90d3c c0d90c3c c0b10960 c0b03d00 00008773 c0252ff4 00000000 c0b04c88
[  198.006530] 1ec0: c0024018 cefcfcc0 c003d640 ced2c500 c0aa8e00 cef68218 00008773 00000000
[  198.014725] 1ee0: c00c1e74 00000000 00000006 00000003 00000000 00000000 00000000 e8fe205c
[  198.022933] 1f00: 0e578000 c0d90d44 c008cf00 cef68200 cef9f600 00000000 c0d90d48 00000000
[  198.031139] 1f20: cef68200 c0136028 c0b03d00 cef68218 c008cf00 cef68200 c008cf14 c0b03d00
[  198.039347] 1f40: cef68218 ffffe000 00000088 c0136dbc ffffe000 c0b6dfa8 c090ca14 00000000
[  198.047554] 1f60: ffffe000 c00ae080 c009f1c0 00000000 c00c0000 c008cf00 c0136d78 ced15ea4
[  198.055761] 1f80: c00ae09c c013c02c 00000001 c009f1c0 c013bee8 00000000 00000000 00000000
[  198.063966] 1fa0: 00000000 00000000 00000000 c01010e8 00000000 00000000 00000000 00000000
[  198.072170] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  198.080373] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
[  198.088629] [<c0251328>] (move_expired_inodes) from [<c02518b8>] (queue_io+0x68/0xa4)
[  198.096495] [<c02518b8>] (queue_io) from [<c025243c>] (wb_writeback+0x188/0x1f4)
[  198.103925] [<c025243c>] (wb_writeback) from [<c0252ff4>] (wb_workfn+0x178/0x344)
[  198.111458] [<c0252ff4>] (wb_workfn) from [<c0136028>] (process_one_work+0x204/0x420)
[  198.119326] [<c0136028>] (process_one_work) from [<c0136dbc>] (worker_thread+0x44/0x5c0)
[  198.127460] [<c0136dbc>] (worker_thread) from [<c013c02c>] (kthread+0x144/0x14c)
[  198.134902] [<c013c02c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[  198.142135] Exception stack(0xc00c1fb0 to 0xc00c1ff8)
[  198.147211] 1fa0:                                     00000000 00000000 00000000 00000000
[  198.155414] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  198.163612] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  198.170270] Code: e5941004 e3590000 e5940000 e2888001 (e5801004)
[  198.176387] ---[ end trace 8175a70a61a38d6d ]---
[  216.831838] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  216.837835] rcu:     3-...0: (0 ticks this GP) idle=362/1/0x40000000 softirq=4626/4626 fqs=1034
[  216.846376]  (detected by 1, t=2103 jiffies, g=2613, q=353)
[  216.851990] Sending NMI from CPU 1 to CPUs 3:
[  226.859577] rcu: rcu_sched kthread starved for 999 jiffies! g2613 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=2
[  226.869577] rcu: RCU grace-period kthread stack dump:
[  226.874750] rcu_sched       I    0    10      2 0x00000000
[  226.881101] [<c07196f8>] (__schedule) from [<c071997c>] (schedule+0x4c/0xc8)
[  226.888726] [<c071997c>] (schedule) from [<c071cf4c>] (schedule_timeout+0x170/0x294)
[  226.897019] [<c071cf4c>] (schedule_timeout) from [<c017bf90>] (rcu_gp_kthread+0x5d0/0xa3c)
[  226.905846] [<c017bf90>] (rcu_gp_kthread) from [<c013c02c>] (kthread+0x144/0x14c)
[  226.913492] [<c013c02c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[  226.920880] Exception stack(0xced1ffb0 to 0xced1fff8)
[  226.926309] ffa0:                                     00000000 00000000 00000000 00000000
[  226.934934] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  226.943511] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  279.881814] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  279.887787] rcu:     3-...0: (0 ticks this GP) idle=362/1/0x40000000 softirq=4626/4626 fqs=3688
[  279.896325]  (detected by 1, t=8408 jiffies, g=2613, q=353)
[  279.901914] Sending NMI from CPU 1 to CPUs 3:
[  289.909477] rcu: rcu_sched kthread starved for 998 jiffies! g2613 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=2
[  289.919475] rcu: RCU grace-period kthread stack dump:
[  289.924642] rcu_sched       I    0    10      2 0x00000000
[  289.930862] [<c07196f8>] (__schedule) from [<c071997c>] (schedule+0x4c/0xc8)
[  289.938476] [<c071997c>] (schedule) from [<c071cf4c>] (schedule_timeout+0x170/0x294)
[  289.946734] [<c071cf4c>] (schedule_timeout) from [<c017bf90>] (rcu_gp_kthread+0x5d0/0xa3c)
[  289.955524] [<c017bf90>] (rcu_gp_kthread) from [<c013c02c>] (kthread+0x144/0x14c)
[  289.963162] [<c013c02c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[  289.970542] Exception stack(0xced1ffb0 to 0xced1fff8)
[  289.975972] ffa0:                                     00000000 00000000 00000000 00000000
[  289.984282] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  289.992737] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  342.931878] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  342.937896] rcu:     3-...0: (0 ticks this GP) idle=362/1/0x40000000 softirq=4626/4626 fqs=6342
[  342.946439]  (detected by 1, t=14713 jiffies, g=2613, q=2118)
[  342.952223] Sending NMI from CPU 1 to CPUs 3:
[  352.959803] rcu: rcu_sched kthread starved for 998 jiffies! g2613 f0x0 RCU_GP_DOING_FQS(6) ->state=0x0 ->cpu=2
[  352.969804] rcu: RCU grace-period kthread stack dump:
[  352.974978] rcu_sched       I    0    10      2 0x00000000
[  352.981365] [<c07196f8>] (__schedule) from [<c071997c>] (schedule+0x4c/0xc8)
[  352.989009] [<c071997c>] (schedule) from [<c071cf4c>] (schedule_timeout+0x170/0x294)
[  352.997301] [<c071cf4c>] (schedule_timeout) from [<c017bf90>] (rcu_gp_kthread+0x5d0/0xa3c)
[  353.006110] [<c017bf90>] (rcu_gp_kthread) from [<c013c02c>] (kthread+0x144/0x14c)
[  353.013752] [<c013c02c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[  353.021139] Exception stack(0xced1ffb0 to 0xced1fff8)
[  353.026583] ffa0:                                     00000000 00000000 00000000 00000000
[  353.035204] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  353.043778] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000

离线

楼主 #6 2020-12-16 11:02:59

九重天
会员
注册时间: 2020-10-06
已发帖子: 25
积分: 17.5

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

5.2    TCON   
 
This section describes the timing controller of A33 platform. 
5.2.1     Overview 
•  Support LVDS interface with single link, up to 1280X800@60fps 
•  Support RGB interface with DE/SYNC mode, up to 1280X800@60fps 
•  Support serial RGB/dummy RGB/CCIR656 interface, up to 1280X800@60fps 
•  Support i80 interface with 18/16/9/8 bit, support TE, up to 1280X800@60fps 
•  Supported pixel formats: RGB888, RGB666 and RGB565 
•  Support dither function from RGB666/RGB565 to RGB888 
•  Support Gamma correction with R/G/B channel independence 

TCON只支持 1280X800 ?

貌似是TCON 的问题?

离线

#7 2020-12-16 11:44:03

raspberryman
会员
注册时间: 2019-12-27
已发帖子: 503
积分: 465

Re: A33 启动 1920x1080 Qt 程序就直接奔溃, 请教这个是什么原因呢?

理论上TCON只是一个时序发生器,应该不会造成死机。

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn