Jump to content

The Munsters le WIP VPX


SHNTAT

Recommended Posts

Ok i finnally got an update.

i finished the playfield texture and the svg file for blender editing.

 

MunstersLE-pf-Beta.svg

 

 

The playfield for "The Munsetrs Le" was modded From the EB is LIT "The Munsters  Pro.

Please let me Know if i need to fix anything.

For the mini playfield there is a cutout for the hole that the lens fits and an extra piece for the floor of Grandpa's labortory.

I am still figuring out some thing in VPE for unity.

 

MunstersLE-pf-v1.thumb.jpg.a764a7c7e7fd68923e70b2c2f72393cb.jpg

Edited by SHNTAT
Forgot to put down i had problems in unity.
Link to comment
Share on other sites

On 10/22/2021 at 12:41 PM, elsimpso said:

@SHNTATMunsters is my absolute favorite. Any idea when a playable version will be available? The stuff you've shown off so far has been incredible!

I have a lot of work to do by myself.

1. Graphics

2.3d models

3.Cortex a9 spike 2 emulation

 

Link to comment
Share on other sites

6 hours ago, SHNTAT said:

I have a lot of work to do by myself.

1. Graphics

2.3d models

3.Cortex a9 spike 2 emulation

 

 

Playfield looking good. Smart that you are working in unity for eventual vpe support. 

Link to comment
Share on other sites

7 hours ago, xoller said:

 

Playfield looking good. Smart that you are working in unity for eventual vpe support. 

@xollerwell said! This table may end up being one of the foundational projects that launches VPE forward. I lack the computer prowess for this type of creation, but it’s been fascinating to read along as @SHNTAT and others form the future of virtual pinball. I’m always blown away by what these guys can do!

Link to comment
Share on other sites

2 hours ago, elsimpso said:

It is a shame custom playfields don't work yet even though there is a document to create it.

I hate to say it i Think freezy may be in over his head on keeping up with coding and documentation.

I am looking for arm v7-a for the cortex a9 written in c# so i can use it in unity for rom work.

 

 

Link to comment
Share on other sites

6 hours ago, tabascoman77 said:

 

I may be a total n00b...I had no idea that SPIKE 2 emulation was possible in VPE. If so, that's amazing...

Spike 2 emulation is an idea i have. I believe it would be possible with the unity side of it. just need to find the cortex a9 arm v7-a instruction set library in c# so i can build the emulation to boot the yocto Linux image on the sdcard using something like neon2see.

Link to comment
Share on other sites

I was having issues with vpe after an update. I figured out i had to uninstall all of Vpe and clean install unity and that did the trick. I also got the custom playfied to work as a surface to attatch the toolbox items to with no errors.

 

Link to comment
Share on other sites

14 hours ago, SHNTAT said:

Spike 2 emulation is an idea i have. I believe it would be possible with the unity side of it. just need to find the cortex a9 arm v7-a instruction set library in c# so i can build the emulation to boot the yocto Linux image on the sdcard using something like neon2see.

 

That's exciting...opens up a ton of other doors for other company's machines, too. Emulating JJ, Spooky, American, Multipmorphic tables...that's pretty sweet.

Link to comment
Share on other sites

11 hours ago, tabascoman77 said:

Just found out that mame and pinmame has arm7 support. So it looks like i might be able to create a fork and create a chd for the sdcard. So it looks like it might be possible for the spike 2 system to be emulated just have to figure out the rest of the junk on the board.

 

 

 

 

11 hours ago, tabascoman77 said:

 

 

Link to comment
Share on other sites

1 hour ago, elsimpso said:

Wow! So would this work open the door to emulation for tables like Elvira HoH?

!

Don't know it might. From what i have learned about spike 2 is that the os is yocto linux. In stern-spike2.dtb it mentions that spike 2 is based on Wandboard i.MX6 Dual Lite Board with an arm cortex-a9-gic cpu and the other hardware that needs to be emulated. Spike 2 is more arcade machine for the game than it is a pinball machine.

The src code at https://github.com/mamedev/mame/tree/master/src/devices/cpu/arm7

Is more complete than at https://github.com/vpinball/pinmame/tree/master/src/cpu/arm7

pinmame is written in C

mame is written in C++

unity is written in C#

There is alot of work ahead to get this realized.

The first thing to get working is the ability to read the chd of the sdcard.

It also looks good for custom playfields with under table mini playfields

 

The following 2 documents have a lot of useful info about the hardware. It may be possible to get this working with a custom qemu virtual board.

 

 

https://sternpinball.com/wp-content/uploads/2019/02/520-7014-00A-SPIKE2-MPU-Module-brd.pdf

https://sternpinball.com/wp-content/uploads/2019/02/520-7031-01E-SPIKE-2-CARRIER-universal.pdf

 

I could be talking out of my butt But i think this could be possible with the proper information.

 

 

 

  stern-spike2.dtb

 

 

 

Edited by SHNTAT
Link to comment
Share on other sites

7 hours ago, SHNTAT said:

Don't know it might. From what i have learned about spike 2 is that the os is yocto linux. In stern-spike2.dtb it mentions that spike 2 is based on Wandboard i.MX6 Dual Lite Board with an arm cortex-a9-gic cpu and the other hardware that needs to be emulated. Spike 2 is more arcade machine for the game than it is a pinball machine.

The src code at https://github.com/mamedev/mame/tree/master/src/devices/cpu/arm7

Is more complete than at https://github.com/vpinball/pinmame/tree/master/src/cpu/arm7

pinmame is written in C

mame is written in C++

unity is written in C#

There is alot of work ahead to get this realized.

The first thing to get working is the ability to read the chd of the sdcard.

It also looks good for custom playfields with under table mini playfields

 

The following 2 documents have a lot of useful info about the hardware. It may be possible to get this working with a custom qemu virtual board.

 

 

https://sternpinball.com/wp-content/uploads/2019/02/520-7014-00A-SPIKE2-MPU-Module-brd.pdf

https://sternpinball.com/wp-content/uploads/2019/02/520-7031-01E-SPIKE-2-CARRIER-universal.pdf

 

I could be talking out of my butt But i think this could be possible with the proper information.

 

 

 

  stern-spike2.dtb 46.82 kB · 0 downloads

 

 

 

 

If what you're saying is true, this is a huge find and a big step forward for modern pinball emulation.

Link to comment
Share on other sites

15 minutes ago, tabascoman77 said:

 

If what you're saying is true, this is a huge find and a big step forward for modern pinball emulation.

I hope it is . qemu is very close to what is needed just need to create a custom board profile or use something like the following. https://translatedcode.wordpress.com/2017/07/24/installing-debian-on-qemus-64-bit-arm-virt-board/

Link to comment
Share on other sites

19 minutes ago, SHNTAT said:

I hope it is . qemu is very close to what is needed just need to create a custom board profile or use something like the following. https://translatedcode.wordpress.com/2017/07/24/installing-debian-on-qemus-64-bit-arm-virt-board/

 

My main question is, though, will this equate to more processing power since the DMDs on modern machines (eg: Godzilla, Elvira HOH, Beatles, etc.) have full on high-res A/V systems? I would assume that you're emulating a system driven from a hard drive and a more modern board so it would stand to reason that more processing power would be needed. When MAME reads from CHD files (for Killer Instinct or Area 51), my PC can keep up but I can hear the fan working overtime.

Link to comment
Share on other sites

  • 2 weeks later...

I Think the game elf has been dissembled to assembly code.

Below is a small sample of code from the game elf file.

i have included the kapow function names also here is a good one.

_Z18NODEBUS_WriteFlashhhhPh

now the real fun part starts re-writing the  553525 lines of code into c# and creating a unity plugin rom.

If you want to look at the game.asm Please send a pm and i will get back to you as soon as possible. This is game version 103 anything higher has debug code missing.

 

DRAGON LIKE
CREATURE ROAMS

IN MOCKINGBIRD

HEIGHTS SEWER SYSTEM..

YOUNG BOY SEEN WALKING

WITH GIANT DRAGON

LIKE CREATURE
   
===========================================================

 

** ELF Header Information

  

     File Name: game

 

    Machine class: ELFCLASS32 (32-bit)
    Data encoding: ELFDATA2LSB (Little endian)
    Header version: EV_CURRENT (Current version)
    Operating System ABI: none
    ABI Version: 0
    File Type: ET_EXEC (Executable) (2)
    Machine: EM_ARM (ARM)

  

    Image Entry point: 0x00016fa8
    Flags: EF_ARM_HASENTRY + EF_ARM_ABI_FLOAT_HARD (0x05000402)

   

    ARM ELF revision: 5 (ABI version 2)

   

    Conforms to Hard float procedure-call standard

   

    Built with
    GCC: (GNU) 4.9.2

   

    Header size: 52 bytes (0x34)
    Program header entry size: 32 bytes (0x20)
    Section header entry size: 40 bytes (0x28)

   

    Program header entries: 8
    Section header entries: 43

   

    Program header offset: 52 (0x00000034)
    Section header offset: 4811784 (0x00496c08)

   

    Section header string table index: 40

===========================================================

$a
    _Z44sw_attract_mode_de_child_proc_kapow_video_bwv
         _Z26sys_display_proc_get_sceneSsN10SceneCache13SceneLoadTypeE _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 76
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 512
     _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 624
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 480
     _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 600
     _ZN6Radium15FindVideoByPathEPNS_6SpriteERKSs ; 0x1d0de4
      _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 252
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 428
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 220
      _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 524
       _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 488
                _ZN6Radium5Video7SetClipERKSs
_Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 500
   _ZN6Radium5Video4SeekEy
           _ZN6Radium5Video4PlayEb
            _ZN6Radium5TimerC1Ev
        _ZN6Radium5Timer5StartEv
      _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 404
       _ZN6Radium5Timer14GetElapsedTimeEv
        _Z24sys_display_update_sceneP6IScenef
        _Z24sys_display_render_sceneP6IScene13DisplayTarget
        _Z16sys_display_waitv
       _ZN6Radium5Video19GetVideoPlayerStateEv
      _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 372
       _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 252
       _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 572
       _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 152
         _ZNSs4_Rep10_M_disposeERKSaIcE.part.1
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 268
           _ZNSs4_Rep10_M_disposeERKSaIcE.part.1
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 316
             _ZNSs4_Rep10_M_disposeERKSaIcE.part.1
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 100
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 548
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 252
     _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 252
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 656
     _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 620
         _ZNSs4_Rep10_M_disposeERKSaIcE.part.1
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 620
     _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 620
             _ZNSs4_Rep10_M_disposeERKSaIcE.part.1
        _Z44sw_attract_mode_de_child_proc_kapow_video_bwv + 620

Edited by SHNTAT
Link to comment
Share on other sites

This is how far i got on getting the yocto linux on the spike2 sdcard to boot

Booting Linux on physical CPU 0x0
Linux version 3.14.28_1.0.0_ga-wandboard+g08f5291 (mguidarelli@Ubuntu0517-MarkG) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Mon Jan 13 18:42:51 PST 2020
CPU: ARMv7 Processor [410fc090] revision 0 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine model: Stern Spike 2, based on Wandboard i.MX6 Dual Lite Board
Memory policy: Data cache writealloc
PERCPU: Embedded 8 pages/cpu @ee7cb000 s8896 r8192 d15680 u32768
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522768
Kernel command line: console=ttymxc0 rootfstype=ext root=/dev/mmcblk1p2 rw init=/sbin/init.sysvinit
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 2065008K/2097152K available (7280K kernel code, 417K rwdata, 6152K rodata, 328K init, 453K bss, 32144K reserved, 1318912K highmem)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
      .text : 0xc0008000 - 0xc0d263dc   (13433 kB)
      .init : 0xc0d27000 - 0xc0d792c0   ( 329 kB)
      .data : 0xc0d7a000 - 0xc0de2658   ( 418 kB)
       .bss : 0xc0de2664 - 0xc0e53ca8   ( 454 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
        RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
NR_IRQS:16 nr_irqs:16 16
L2x0 series cache controller enabled
l2x0: 8 ways, CACHE_ID 0x00000000, AUX_CTRL 0x00000000, Cache size: 64 kB
Switching to timer-based delay loop
sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 65075262448ns
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 132.00 BogoMIPS (lpj=66000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x106f0210 - 0x106f0268
CPU1: Booted secondary processor
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Brought up 2 CPUs
SMP: Total of 2 processors activated.
CPU: All CPU(s) started in SVC mode.
devtmpfs: initialized
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 0
pinctrl core: initialized pinctrl subsystem
regulator-dummy: no parameters
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor ladder
cpuidle: using governor menu
CPU identified as i.MX6Q, silicon rev 1.0
Use WDOG1 as reset source
syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
vdd1p1: 800 <--> 1375 mV at 1100 mV
vdd3p0: 2800 <--> 3150 mV at 3000 mV
vdd2p5: 2000 <--> 2750 mV at 2400 mV
vddarm: 725 <--> 1450 mV at 1100 mV
vddpu: 725 <--> 1450 mV at 1100 mV
vddsoc: 725 <--> 1450 mV at 1100 mV
syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
imx_mmdc_probe: failed to enable automatic power saving
imx-mmdc: probe of 21b0000.mmdc failed with error -16
syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
hw-breakpoint: debug architecture 0x4 unsupported.
imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
bio: create slab <bio-0> at 0
stmp_reset_block(f00bc000): module reset timeout
mxs-dma: probe of 110000.dma-apbh failed with error -110
1P8V: 1800 mV
2P5V: 2500 mV
3P3V: 3300 mV
usb_otg_vbus: 5000 mV
i2c-core: driver [max17135] using legacy suspend method
i2c-core: driver [max17135] using legacy resume method
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usbphy_nop1.10 supply vcc not found, using dummy regulator
usbphy_nop2.11 supply vcc not found, using dummy regulator
i2c i2c-0: IMX I2C adapter registered
i2c i2c-1: IMX I2C adapter registered
i2c i2c-2: IMX I2C adapter registered
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
PTP clock support registered
imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed
mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x0
MIPI CSI2 driver module loaded
Advanced Linux Sound Architecture Driver Initialized.
Bluetooth: Core ver 2.18
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
cfg80211: Calling CRDA to update world regulatory domain
Switched to clocksource mxc_timer1
NET: Registered protocol family 2
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP: reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 5 counters available
imx6_busfreq busfreq.14: DDR medium rate not supported.
failed to find imx6q-iomux device tree data!
imx6_busfreq busfreq.14: Busfreq init of MMDC failed
imx6_busfreq: probe of busfreq.14 failed with error -22
Bus freq driver module loaded
wandboard-rfkill rfkill.20: Wandboard rfkill initialization
wandboard-rfkill rfkill.20: initialized Wandboard revision check gpio (60)
wandboard-rfkill rfkill.20: wandboard is rev B0
wandboard-rfkill rfkill.20: initialize wifi chip
wandboard-rfkill rfkill.20: wifi-rfkill registered.
wandboard-rfkill rfkill.20: initialize bluetooth chip
wandboard-rfkill rfkill.20: bluetooth-rfkill registered.
futex hash table entries: 512 (order: 3, 32768 bytes)
bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
NTFS driver 2.1.30 [Flags: R/O].
jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
fuse init (API version 7.22)
msgmni has been set to 1457
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
imx-weim 21b8000.weim: Driver registered.
backlight_lvds.24 supply power not found, using dummy regulator
ldb ldb.13: dual mode
ldb ldb.13: split mode or dual mode, ignoring second output
MIPI DSI driver module loaded
mxc_sdc_fb fb.21: registered mxc display driver ldb
imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
imx-ipuv3 2400000.ipu: Unsupported burst size 1
mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x0:0x0:0x0:0x0
fbcvt: 1920x1080@60: CVT Name - 2.073M9
mxc_sdc_fb fb.22: registered mxc display driver hdmi
imx-sdma 20ec000.sdma: no iram assigned, using external mem
imx-sdma 20ec000.sdma: no event needs to be remapped
imx-sdma 20ec000.sdma: Timeout waiting for CH0 ready
imx-sdma 20ec000.sdma: loaded firmware 3.1
imx-sdma 20ec000.sdma: initialized
Serial: IMX driver
2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
console [ttymxc0] enabled
21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 59, base_baud = 5000000) is a IMX
21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX
serial: Freescale lpuart driver
imx sema4 driver is registered.
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized vivante 1.0.0 20120216 on minor 0
brd: module loaded
loop: module loaded
imx-sdma 20ec000.sdma: Timeout waiting for CH0 ready
spi_imx 2008000.ecspi: error in TX dma configuration.
spi_imx 2008000.ecspi: dma setup error,use pio instead
spi_imx 2008000.ecspi: probed
imx-sdma 20ec000.sdma: Timeout waiting for CH0 ready
spi_imx 200c000.ecspi: error in TX dma configuration.
spi_imx 200c000.ecspi: dma setup error,use pio instead
spi_imx 200c000.ecspi: probed
CAN device driver interface
2188000.ethernet supply phy not found, using dummy regulator
pps pps0: new PPS source ptp0
libphy: fec_enet_mii_bus: probed
fec 2188000.ethernet eth0: registered PHC device 0
usbcore: registered new interface driver rt2800usb
hso: /media/mguidarelli/ExtraDrive1/trunk/yocto_os/fsl-community-bsp/build_prod/tmp/work-shared/stern-spike2/kernel-source/drivers/net/usb/hso.c: Option Wireless
usbcore: registered new interface driver hso
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver usbserial
usbcore: registered new interface driver keyspan_pda
usbserial: USB Serial support registered for Keyspan PDA
usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
ci_hdrc ci_hdrc.0: EHCI Host Controller
ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
2184200.usb supply vbus not found, using dummy regulator
ci_hdrc ci_hdrc.1: doesn't support gadget
ci_hdrc ci_hdrc.1: EHCI Host Controller
ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
mousedev: PS/2 mouse device common for all mice
i2c-core: driver [isl29023] using legacy suspend method
i2c-core: driver [isl29023] using legacy resume method
rtc-m41t80 1-0068: chip found, driver version 0.05
rtc-m41t80 1-0068: read error
rtc-m41t80 1-0068: rtc core: registered m41t81s as rtc0
rtc-m41t80 1-0068: Can't clear HT bit
rtc-m41t80: probe of 1-0068 failed with error -5
i2c /dev entries driver
i2c-core: driver [mag3110] using legacy suspend method
i2c-core: driver [mag3110] using legacy resume method
imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode
mmc0: no vqmmc regulator found
mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
mmc1: no vqmmc regulator found
mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
mmc2: no vqmmc regulator found
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
galcore: clk_get vg clock failed, disable vg!
Galcore version 5.0.11.25762
PU: Power-on latency exceeded, new value 2526394 ns

random: nonblocking pool is initialized

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...