dtbo edition does not work

75 views
Skip to first unread message

PM

unread,
Mar 24, 2017, 3:16:19 PM3/24/17
to BeagleBoard
Hello,

I am currently using a Beaglebone Black with these distribution :

Distributor ID:    Debian
Description:    Debian GNU/Linux 8.7 (jessie)
Release:    8.7
Codename:    jessie

I tried to modify a dtbo file in /lib/firmware in order to disable all the buttons on the LCD7 cape.

Modification did not change anything so I decided to clean the whole folder to see if it changes anything. And surprise ! My LCD is booting up perfectly and everything is working.

Here is my dmesg with nothing in /lib/firmware :

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.43-ti-r84 (root@a3-imx6q-wandboard-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Fri Jan 20 16:28:53 UTC 2017
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 48 MiB at 0x9c800000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 130560
[    0.000000] free_area_init_node: node 0, pgdat c105d300, node_mem_map df961000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon )
[    0.000000] PERCPU: Embedded 13 pages/cpu @df920000 s24320 r8192 d20736 u53248
[    0.000000] pcpu-alloc: s24320 r8192 d20736 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129408
[    0.000000] Kernel command line: console=ttyO0,115200n8 bone_capemgr.enable_partno=BB-UART1,BB-UART2,BB-UART4 root=UUID=c70fe398-9a84-4888-8fba-0ca17bd1421a ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet cape_universal=enable
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 445068K/522240K available (11370K kernel code, 917K rwdata, 3796K rodata, 744K init, 907K bss, 28020K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc0ed7aa0   (15167 kB)
      .init : 0xc0ed8000 - 0xc0f92000   ( 744 kB)
      .data : 0xc0f92000 - 0xc10775d0   ( 918 kB)
       .bss : 0xc107a000 - 0xc115cfa8   ( 908 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     Build-time adjustment of leaf fanout to 32.
[    0.000000]     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000037] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000049] OMAP clocksource: timer1 at 24000000 Hz
[    0.001015] clocksource_probe: no matching clocksources found
[    0.001228] Console: colour dummy device 80x30
[    0.001258] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.001266] This ensures that you still see kernel messages. Please
[    0.001272] update your kernel commandline.
[    0.001293] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
[    0.046822] pid_max: default: 32768 minimum: 301
[    0.046969] Security Framework initialized
[    0.046983] Yama: becoming mindful.
[    0.047020] AppArmor: AppArmor disabled by boot time parameter
[    0.047193] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.047206] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.048069] Initializing cgroup subsys io
[    0.048101] Initializing cgroup subsys memory
[    0.048147] Initializing cgroup subsys devices
[    0.048166] Initializing cgroup subsys freezer
[    0.048182] Initializing cgroup subsys net_cls
[    0.048198] Initializing cgroup subsys perf_event
[    0.048213] Initializing cgroup subsys net_prio
[    0.048238] Initializing cgroup subsys pids
[    0.048296] CPU: Testing write buffer coherency: ok
[    0.048357] ftrace: allocating 34645 entries in 102 pages
[    0.146400] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.146522] Setting up static identity map for 0x80008280 - 0x800082e0
[    0.150658] Brought up 1 CPUs
[    0.150683] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.150692] CPU: All CPU(s) started in SVC mode.
[    0.152425] devtmpfs: initialized
[    0.170041] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.190075] omap_hwmod: debugss: _wait_target_disable failed
[    0.231284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.235401] xor: measuring software checksum speed
[    0.274821]    arm4regs  :  1219.000 MB/sec
[    0.314815]    8regs     :  1091.000 MB/sec
[    0.354816]    32regs    :  1089.000 MB/sec
[    0.394815]    neon      :  1730.000 MB/sec
[    0.394823] xor: using function: neon (1730.000 MB/sec)
[    0.394862] pinctrl core: initialized pinctrl subsystem
[    0.396875] NET: Registered protocol family 16
[    0.400608] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.401827] cpuidle: using governor ladder
[    0.401850] cpuidle: using governor menu
[    0.407680] OMAP GPIO hardware version 0.1
[    0.419582] No ATAGs?
[    0.419616] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.420178] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.420193] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.499062] raid6: int32x1  gen()   230 MB/s
[    0.566886] raid6: int32x1  xor()   176 MB/s
[    0.634983] raid6: int32x2  gen()   304 MB/s
[    0.702836] raid6: int32x2  xor()   199 MB/s
[    0.770948] raid6: int32x4  gen()   284 MB/s
[    0.838936] raid6: int32x4  xor()   199 MB/s
[    0.906940] raid6: int32x8  gen()   282 MB/s
[    0.974933] raid6: int32x8  xor()   186 MB/s
[    1.042838] raid6: neonx1   gen()  1458 MB/s
[    1.110824] raid6: neonx1   xor()   846 MB/s
[    1.178824] raid6: neonx2   gen()  1885 MB/s
[    1.246820] raid6: neonx2   xor()  1173 MB/s
[    1.314816] raid6: neonx4   gen()  1928 MB/s
[    1.382839] raid6: neonx4   xor()  1206 MB/s
[    1.450846] raid6: neonx8   gen()  1188 MB/s
[    1.518850] raid6: neonx8   xor()   845 MB/s
[    1.518857] raid6: using algorithm neonx4 gen() 1928 MB/s
[    1.518864] raid6: .... xor() 1206 MB/s, rmw enabled
[    1.518871] raid6: using intx1 recovery algorithm
[    1.528223] edma 49000000.edma: TI EDMA DMA engine driver
[    1.532856] SCSI subsystem initialized
[    1.533305] libata version 3.00 loaded.
[    1.533643] usbcore: registered new interface driver usbfs
[    1.533717] usbcore: registered new interface driver hub
[    1.533830] usbcore: registered new device driver usb
[    1.534433] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    1.534487] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    1.534608] media: Linux media interface: v0.10
[    1.534669] Linux video capture interface: v2.00
[    1.534775] pps_core: LinuxPPS API ver. 1 registered
[    1.534784] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giom...@linux.it>
[    1.534903] PTP clock support registered
[    1.535817] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    1.537243] NetLabel: Initializing
[    1.537259] NetLabel:  domain hash size = 128
[    1.537265] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.537330] NetLabel:  unlabeled traffic allowed by default
[    1.537779] clocksource: Switched to clocksource timer1
[    1.650010] NET: Registered protocol family 2
[    1.650867] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    1.650923] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    1.650983] TCP: Hash tables configured (established 4096 bind 4096)
[    1.651062] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.651083] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.651418] NET: Registered protocol family 1
[    1.652038] RPC: Registered named UNIX socket transport module.
[    1.652056] RPC: Registered udp transport module.
[    1.652062] RPC: Registered tcp transport module.
[    1.652069] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.652731] Unpacking initramfs...
[    2.010484] Freeing initrd memory: 4820K (cfb4b000 - d0000000)
[    2.011184] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    2.014088] futex hash table entries: 256 (order: 2, 16384 bytes)
[    2.014225] audit: initializing netlink subsys (disabled)
[    2.014315] audit: type=2000 audit(1.948:1): initialized
[    2.024699] zbud: loaded
[    2.025441] VFS: Disk quotas dquot_6.6.0
[    2.025721] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.028547] NFS: Registering the id_resolver key type
[    2.028621] Key type id_resolver registered
[    2.028630] Key type id_legacy registered
[    2.028662] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.029048] fuse init (API version 7.23)
[    2.029689] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    2.038512] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.038780] io scheduler noop registered
[    2.038801] io scheduler deadline registered
[    2.038881] io scheduler cfq registered (default)
[    2.040254] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    2.042282] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[    2.043636] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    2.047034] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[    2.060377] console [ttyS0] enabled
[    2.062133] [drm] Initialized drm 1.1.0 20060810
[    2.113834] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    2.113860] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    2.114247] davinci_mdio: dt: updated phy_id[0] from phy_mask[fffffffe]
[    2.121532] libphy: 4a101000.mdio: probed
[    2.121567] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    2.122507] cpsw 4a100000.ethernet: Detected MACID = 68:9e:19:6f:2e:12
[    2.122664] cpsw 4a100000.ethernet: cpts: overflow check period 2125
[    2.124396] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.124460] ehci-platform: EHCI generic platform driver
[    2.124654] ehci-omap: OMAP-EHCI Host Controller driver
[    2.125073] usbcore: registered new interface driver usb-storage
[    2.127436] 47401300.usb-phy supply vcc not found, using dummy regulator
[    2.130214] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    2.130235] musb-hdrc: MHDRC RTL version 2.0
[    2.130243] musb-hdrc: setup fifo_mode 4
[    2.130263] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    2.131924] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    2.134495] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    2.134515] musb-hdrc: MHDRC RTL version 2.0
[    2.134523] musb-hdrc: setup fifo_mode 4
[    2.134539] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    2.134706] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    2.134754] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[    2.135059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.135074] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.135083] usb usb1: Product: MUSB HDRC host driver
[    2.135092] usb usb1: Manufacturer: Linux 4.4.43-ti-r84 musb-hcd
[    2.135101] usb usb1: SerialNumber: musb-hdrc.1.auto
[    2.136034] hub 1-0:1.0: USB hub found
[    2.136104] hub 1-0:1.0: 1 port detected
[    2.146195] mousedev: PS/2 mouse device common for all mice
[    2.148238] omap_rtc 44e3e000.rtc: already running
[    2.148701] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[    2.149523] i2c /dev entries driver
[    2.151375] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    2.151822] cpuidle: enable-method property 'ti,am3352' found operations
[    2.152546] omap_hsmmc 48060000.mmc: Got CD GPIO
[    2.215445] hidraw: raw HID events driver (C) Jiri Kosina
[    2.216179] usbcore: registered new interface driver usbhid
[    2.216192] usbhid: USB HID core driver
[    2.216557] ashmem: initialized
[    2.217472]  remoteproc0: wkup_m3 is available
[    2.217489]  remoteproc0: Note: remoteproc is still under development and considered experimental.
[    2.217497]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    2.224396] NET: Registered protocol family 10
[    2.226404] mip6: Mobile IPv6
[    2.226438] NET: Registered protocol family 17
[    2.226600] Key type dns_resolver registered
[    2.226713] mpls_gso: MPLS GSO support
[    2.227112] omap_voltage_late_init: Voltage driver support not added
[    2.238558] PM: Cannot get wkup_m3_ipc handle
[    2.243132] ThumbEE CPU extension supported.
[    2.243168] Registering SWP/SWPB emulation handler
[    2.244172] registered taskstats version 1
[    2.244361] zswap: loaded using pool lzo/zbud
[    2.248275] Btrfs loaded
[    2.272401] mmc1: MAN_BKOPS_EN bit is not set
[    2.272718] Key type encrypted registered
[    2.276121] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
[    2.278344] mmc1: new high speed MMC card at address 0001
[    2.279322] mmcblk1: mmc1:0001 MMC04G 3.66 GiB
[    2.279786] mmcblk1boot0: mmc1:0001 MMC04G partition 1 1.00 MiB
[    2.280223] mmcblk1boot1: mmc1:0001 MMC04G partition 2 1.00 MiB
[    2.283245]  mmcblk1: p1
[    2.299586] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    2.300179] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.300438] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    2.302358] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.302789] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.303204] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.303585] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    2.303628] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    2.304866]  remoteproc0: powering up wkup_m3
[    2.304938]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
[    2.305193]  remoteproc0: remote processor wkup_m3 is now up
[    2.305218] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[    2.310935] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,00C0,4815BBBK1C57'
[    2.310970] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
[    2.349810] bone_capemgr bone_capemgr: slot #0: '4D 7.0 LCD CAPE- 4DCAPE-70T     ,00A3,4D SYSTEMS      ,BB-BONE-LCD7-01'
[    2.397784] bone_capemgr bone_capemgr: slot #1: No cape found
[    2.441782] bone_capemgr bone_capemgr: slot #2: No cape found
[    2.485782] bone_capemgr bone_capemgr: slot #3: No cape found
[    2.491600] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-UART1' VER 'N/A' PR '0'
[    2.491613] bone_capemgr bone_capemgr: slot #4: override
[    2.496971] bone_capemgr bone_capemgr: Using override eeprom data at slot 4
[    2.496987] bone_capemgr bone_capemgr: slot #4: 'Override Board Name,00A0,Override Manuf,BB-UART1'
[    2.506094] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-UART2' VER 'N/A' PR '0'
[    2.506107] bone_capemgr bone_capemgr: slot #5: override
[    2.511461] bone_capemgr bone_capemgr: Using override eeprom data at slot 5
[    2.511476] bone_capemgr bone_capemgr: slot #5: 'Override Board Name,00A0,Override Manuf,BB-UART2'
[    2.520564] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-UART4' VER 'N/A' PR '0'
[    2.520576] bone_capemgr bone_capemgr: slot #6: override
[    2.525940] bone_capemgr bone_capemgr: Using override eeprom data at slot 6
[    2.525955] bone_capemgr bone_capemgr: slot #6: 'Override Board Name,00A0,Override Manuf,BB-UART4'
[    2.534997] usb 1-1: new high-speed USB device number 2 using musb-hdrc
[    2.535704] bone_capemgr bone_capemgr: initialized OK.
[    2.543748] PM: bootloader does not support rtc-only!
[    2.544785] omap_rtc 44e3e000.rtc: setting system clock to 2017-03-24 16:07:03 UTC (1490371623)
[    2.544818] of_cfs_init
[    2.544972] of_cfs_init: OK
[    2.546570] bone_capemgr bone_capemgr: slot #5: BB-UART2 conflict P9.21 (#0:BB-BONE-LCD7-01)
[    2.555181] bone_capemgr bone_capemgr: slot #5: Failed verification
[    2.567923] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 187, base_baud = 3000000) is a 8250
[    2.568474] bone_capemgr bone_capemgr: slot #4: dtbo 'BB-UART1-00A0.dtbo' loaded; overlay id #0
[    2.571869] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 188, base_baud = 3000000) is a 8250
[    2.573495] backlight supply power not found, using dummy regulator
[    2.574490] backlight supply power not found, using dummy regulator
[    2.575562] PM: Hibernation image not present or could not be loaded.
[    2.576261] bone_capemgr bone_capemgr: slot #6: dtbo 'BB-UART4-00A0.dtbo' loaded; overlay id #2
[    2.577407] Freeing unused kernel memory: 744K (c0ed8000 - c0f92000)
[    2.579500] backlight supply power not found, using dummy regulator
[    2.581521] input: gpio_keys as /devices/platform/gpio_keys/input/input1
[    2.582102] backlight supply power not found, using dummy regulator
[    2.587267] bone_capemgr bone_capemgr: slot #0: dtbo 'BB-BONE-LCD7-01-00A3.dtbo' loaded; overlay id #1
[    2.662343] usb 1-1: New USB device found, idVendor=0403, idProduct=6010
[    2.662367] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.662377] usb 1-1: Product: Dual RS232-HS
[    2.662386] usb 1-1: Manufacturer: FTDI
[    2.664370] backlight supply power not found, using dummy regulator
[    2.878379] random: systemd-udevd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.879153] random: systemd-udevd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.892765] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.893232] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.893410] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.894521] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.895175] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.895729] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.896336] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    2.897000] random: udevadm: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
[    3.594651] bone_capemgr bone_capemgr: slot #5: BB-UART2 conflict P9.21 (#0:BB-BONE-LCD7-01)
[    3.603271] bone_capemgr bone_capemgr: slot #5: Failed verification
[    3.624814] bone_capemgr bone_capemgr: loader: failed to load slot-5 BB-UART2:00A0 (prio 0)
[   11.312371] EXT4-fs (mmcblk1p1): INFO: recovery required on readonly filesystem
[   11.312397] EXT4-fs (mmcblk1p1): write access will be enabled during recovery
[   12.247707] EXT4-fs (mmcblk1p1): recovery complete
[   12.252503] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[   12.899907] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[   12.945393] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   12.946388] systemd[1]: Detected architecture arm.
[   12.962796] systemd[1]: Set hostname to <arm>.
[   13.651981] systemd[1]: Reached target Encrypted Volumes.
[   13.652919] systemd[1]: Listening on Journal Socket (/dev/log).
[   13.654978] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.655492] systemd[1]: Listening on udev Control Socket.
[   13.655764] systemd[1]: Listening on udev Kernel Socket.
[   13.655917] systemd[1]: Reached target Swap.
[   13.656290] systemd[1]: Listening on Journal Socket.
[   13.657322] systemd[1]: Created slice User and Session Slice.
[   13.658134] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   13.658586] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.658703] systemd[1]: Reached target Remote File Systems (Pre).
[   13.658990] systemd[1]: Listening on Syslog Socket.
[   13.659868] systemd[1]: Created slice System Slice.
[   13.665011] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   13.714469] systemd[1]: Starting Load Kernel Modules...
[   13.718363] systemd[1]: Reached target Slices.
[   13.719549] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   13.720435] systemd[1]: Created slice system-getty.slice.
[   13.741312] systemd[1]: Mounting /sys/kernel/debug...
[   13.772063] systemd[1]: Listening on fsck to fsckd communication Socket.
[   13.811596] systemd[1]: Starting File System Check on Root Device...
[   13.863081] systemd[1]: Mounting POSIX Message Queue File System...
[   13.863669] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   13.863956] systemd[1]: Reached target Remote File Systems.
[   13.893135] systemd[1]: Starting LSB: Set console font and keymap...
[   13.917614] systemd[1]: Listening on Journal Audit Socket.
[   13.972604] systemd[1]: Starting Journal Service...
[   14.144650] systemd[1]: Mounted POSIX Message Queue File System.
[   14.144998] systemd[1]: Mounted /sys/kernel/debug.
[   14.158538] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   14.178895] systemd[1]: Started Load Kernel Modules.
[   14.188909] systemd[1]: Started LSB: Set console font and keymap.
[   14.203165] systemd[1]: Started File System Check on Root Device.
[   14.257214] systemd[1]: Started File System Check Daemon to report status.
[   14.297738] systemd[1]: Starting Apply Kernel Variables...
[   14.327531] systemd[1]: Mounting FUSE Control File System...
[   14.372640] systemd[1]: Mounting Configuration File System...
[   14.482224] systemd[1]: Starting Create Static Device Nodes in /dev...
[   14.595916] systemd[1]: Mounted Configuration File System.
[   14.596275] systemd[1]: Mounted FUSE Control File System.
[   14.637067] systemd[1]: Started Apply Kernel Variables.
[   14.672045] systemd[1]: Started Create Static Device Nodes in /dev.
[   14.706479] systemd[1]: Starting udev Kernel Device Manager...
[   14.728951] systemd[1]: Started Journal Service.
[   15.099611] EXT4-fs (mmcblk1p1): re-mounted. Opts: errors=remount-ro
[   15.622619] systemd-journald[563]: Received request to flush runtime journal from PID 1
[   17.913870] random: nonblocking pool is initialized
[   20.927733] Bluetooth: Core ver 2.21
[   20.927891] NET: Registered protocol family 31
[   20.927901] Bluetooth: HCI device and connection manager initialized
[   20.927929] Bluetooth: HCI socket layer initialized
[   20.927947] Bluetooth: L2CAP socket layer initialized
[   20.928001] Bluetooth: SCO socket layer initialized
[   21.202017] net eth0: initializing cpsw version 1.12 (0)
[   21.202047] net eth0: initialized cpsw ale version 1.4
[   21.202058] net eth0: ALE Table size 1024
[   21.341680] net eth0: phy found : id is : 0x7c0f1
[   21.376503] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.439583] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.439611] Bluetooth: BNEP filters: protocol multicast
[   21.439642] Bluetooth: BNEP socket layer initialized
[   22.418973] using random self ethernet address
[   22.419003] using random host ethernet address
[   22.546190] usb0: HOST MAC 68:9e:19:6f:2e:13
[   22.556602] usb0: MAC 68:9e:19:6f:2e:14
[   23.039195] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   24.354792] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   24.354889] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   24.419126] 8021q: 802.1Q VLAN Support v1.8
[   24.419206] 8021q: adding VLAN 0 to HW filter on device eth0
[   28.168445] backlight supply power not found, using dummy regulator
[   28.228545] input: ti-tsc as /devices/platform/ocp/44e0d000.tscadc/TI-am335x-tsc/input/input2
[   28.266013] backlight supply power not found, using dummy regulator
[   28.300386] backlight supply power not found, using dummy regulator
[   29.636967] backlight supply power not found, using dummy regulator
[   29.809233] backlight supply power not found, using dummy regulator
[   29.899633] usbcore: registered new interface driver usbserial
[   29.899738] usbcore: registered new interface driver usbserial_generic
[   29.899822] usbserial: USB Serial support registered for generic
[   29.953542] usbcore: registered new interface driver ftdi_sio
[   29.953663] usbserial: USB Serial support registered for FTDI USB Serial Device
[   29.984992] pinctrl-single 44e10800.pinmux: pin 44e108a0.0 already requested by 0-0070; cannot claim for panel
[   29.995303] pinctrl-single 44e10800.pinmux: pin-40 (panel) status -22
[   30.001873] pinctrl-single 44e10800.pinmux: could not request pin 40 (44e108a0.0) from group pinmux_bb_lcd_lcd_pins  on device pinctrl-single
[   30.014693] panel panel: Error applying setting, reverse things back
[   30.034841] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
[   30.035183] usb 1-1: Detected FT2232H
[   30.054114] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
[   30.054584] backlight supply power not found, using dummy regulator
[   30.055403] backlight supply power not found, using dummy regulator
[   30.055851] ftdi_sio 1-1:1.1: FTDI USB Serial Device converter detected
[   30.056121] usb 1-1: Detected FT2232H
[   30.080913] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1
[   30.081382] backlight supply power not found, using dummy regulator
[   30.093180] backlight supply power not found, using dummy regulator
[   30.111772] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[   30.112211] backlight supply power not found, using dummy regulator
[   30.206981] backlight supply power not found, using dummy regulator
[   30.636706] pinctrl-single 44e10800.pinmux: pin 44e108a0.0 already requested by 0-0070; cannot claim for panel
[   30.646924] pinctrl-single 44e10800.pinmux: pin-40 (panel) status -22
[   30.653460] pinctrl-single 44e10800.pinmux: could not request pin 40 (44e108a0.0) from group pinmux_bb_lcd_lcd_pins  on device pinctrl-single
[   30.666238] panel panel: Error applying setting, reverse things back
[   31.792384] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[   31.992188] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[   32.175117] panel panel: pins are not configured
[   32.457095] tda998x 0-0070: found TDA19988
[   32.463278] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops [tda998x])
[   32.463315] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   32.463323] [drm] No driver support for vblank timestamp query.
[   32.754069] Console: switching to colour frame buffer device 100x30
[   32.756880] tilcdc 4830e000.lcdc: fb0:  frame buffer device
[   32.756937] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[   36.495483] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok

I do not understand what's happening. If you have any idea It would be very helpful :)

Thanks !

PM

Robert Nelson

unread,
Mar 24, 2017, 3:22:43 PM3/24/17
to Beagle Board, paskal....@gmail.com
On Fri, Mar 24, 2017 at 11:26 AM, PM <paskal....@gmail.com> wrote:
> Hello,
>
> I am currently using a Beaglebone Black with these distribution :
>
> Distributor ID: Debian
> Description: Debian GNU/Linux 8.7 (jessie)
> Release: 8.7
> Codename: jessie
>
> I tried to modify a dtbo file in /lib/firmware in order to disable all the
> buttons on the LCD7 cape.
>
> Modification did not change anything so I decided to clean the whole folder
> to see if it changes anything. And surprise ! My LCD is booting up perfectly
> and everything is working.

/lib/firmware/*.dtbo's get copied to the initramfs.

So on every /lib/firmware/*.dtbo change run:

sudo update-initramfs -uk `uname -r`

Regards,

--
Robert Nelson
https://rcn-ee.com/

PM

unread,
Mar 27, 2017, 5:58:01 AM3/27/17
to BeagleBoard, paskal....@gmail.com
Thank you it works perfectly :)
Reply all
Reply to author
Forward
0 new messages