Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Freeplay CM3 GBA clone Kit.

    Your discoveries
    freeplay cm3 clone kit
    5
    104
    29546
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dragu
      Dragu Banned last edited by Dragu

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • ian57
        ian57 Staff last edited by

        @Dragu sorry my bad... I did not count the parameters;.. thought you were using the old master config style (only 12 parameters), the 13st one was -1 for not configuring the HK.

        are you sure that controllers.gpio.args="map=5 gpio=4,17,6,5,19,26,16,24,23,18,15,14,23"is working, because I made these tests without success, I had to add variable in S26recalboxsystem to deal with map parameters.

        "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

        1 Reply Last reply Reply Quote 0
        • Dragu
          Dragu Banned last edited by Dragu

          @ian57
          Not your bad, but some pieces of software too much simple in error handling. So it should work with parameters as it is feeded up, or giving a clear error feedback.
          Now, I think that I also modified everything backward, but I have no ideas about cache's in the package. I will make in the afternoon a fresh install and tell back 🙂

          1 Reply Last reply Reply Quote 0
          • Dragu
            Dragu Banned last edited by Dragu

            @Substring
            @ian57
            I am back and tested with a fresh install on release 180330 that I use everywhere, not to introduce other error.

            And I can confirm you, all engines running. The custom parameter in recalbox.conf is accepted and processed, as you see also in recalbox.log, without any modification on the kernel part and also without file mk_arcade_joystick.conf in /etc/modprobe.d ! The winner take's it all.

                 15.50] updated wifi settings : ssid=
            [       15.54] setting keyboard layout to de
            [       15.57] [       15.53] : loading module mk_arcade_joystick_rpi args = map=5 gpio=4,17,6,5,19,26,16,24,23,18,15,14,23
            [       15.57] updated wifi settings : ssid=Lounge 2,4G AM
            

            So you can put this ko in the next release.
            Next digging from my part will be on ili934x driver, I think that Subs also was meaning this one for 60fps.

            1 Reply Last reply Reply Quote 1
            • ian57
              ian57 Staff last edited by

              @Dragu tha'ts a good news.

              "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

              1 Reply Last reply Reply Quote 0
              • Dragu
                Dragu Banned last edited by Dragu

                @Substring
                @ian57
                As you can see, the AlekFULL theme comes pretty well under this small screen. I will at a certain moment make some improvement on the fonts (text that is hidden for the moment.)

                alt text

                Why you dont see it? Because the GBA has a cutout frame off 3" and display has 3.2". Original GBA display had 2.8".

                Main problem from waveshare32b.dtbo driver is low speed but also no possibility to shift the viewing area or compress.
                Therefore, next step is ili9341 that has all this features and is also already in the Recalbox package.

                Substring 1 Reply Last reply Reply Quote 1
                • Substring
                  Substring @Dragu last edited by

                  @dragu i remember @Flavor was colplaining about kodi ...

                  Former dev - Please reply with @substring so that i am notified when you answer me
                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                  1 Reply Last reply Reply Quote 0
                  • Dragu
                    Dragu Banned last edited by

                    @Substring
                    But Kodi I am able to load. Now in general I dont use it, so maybe something.
                    But I have another question for you. The line in config.txt

                    dtparam=spi=on
                    

                    does this line load's spi-bcm2835.ko ? Or something else, its in relation with the fb-ili9341 driver.

                    Substring 1 Reply Last reply Reply Quote 0
                    • Substring
                      Substring @Dragu last edited by

                      @dragu no the libe triggers some hardware functionnality, which can in turn make the kernel load the required ko in a.plug-n-play style

                      Former dev - Please reply with @substring so that i am notified when you answer me
                      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                      1 Reply Last reply Reply Quote 0
                      • Dragu
                        Dragu Banned last edited by

                        @Substring
                        With the ili9341 driver I may have reached my limits, but I also cannot find the executable con2fbmap in the recalbox bin.

                        Substring 1 Reply Last reply Reply Quote 0
                        • Substring
                          Substring @Dragu last edited by

                          @dragu prolly it doesn't exist

                          Former dev - Please reply with @substring so that i am notified when you answer me
                          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                          1 Reply Last reply Reply Quote 0
                          • Dragu
                            Dragu Banned last edited by

                            @Substring
                            https://manpages.debian.org/jessie/fbset/con2fbmap.1.en.html

                            Substring 1 Reply Last reply Reply Quote 0
                            • Substring
                              Substring @Dragu last edited by

                              @dragu what's the point of it ?

                              Former dev - Please reply with @substring so that i am notified when you answer me
                              Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                              1 Reply Last reply Reply Quote 0
                              • Dragu
                                Dragu Banned last edited by

                                @Substring
                                I found a copy now. It's an utility that should write a framebuffer to the device by a certain driver. So more for testing. ili9341 is writing only newly changed parts of the framebuffer to the display, as waveshare driver is doing the whole. This should be about real 60fps instead of 30fps. As I am not able to compile and have no Linux system for this, I will just use what exists without special branches for my toy.

                                Substring 1 Reply Last reply Reply Quote 0
                                • Substring
                                  Substring @Dragu last edited by

                                  @dragu are we talking about https://github.com/juj/fbcp-ili9341 ?

                                  Former dev - Please reply with @substring so that i am notified when you answer me
                                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                  1 Reply Last reply Reply Quote 0
                                  • Substring
                                    Substring last edited by

                                    you shouldn't have THAT many framebuffer devices ! just /dev/fb0 or /dev/fb1. The latter is usually the SPI one, so make a dirty assumption 😉

                                    Former dev - Please reply with @substring so that i am notified when you answer me
                                    Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                    1 Reply Last reply Reply Quote 0
                                    • Dragu
                                      Dragu Banned last edited by Dragu

                                      @Substring
                                      WIth fbcp-ili9341 you are totaly right, as Juj has a working version of this, but you find no compiled executable for Freeplay from him. Perhaps I can ask him for this, if he want to share.

                                      1 Reply Last reply Reply Quote 0
                                      • Dragu
                                        Dragu Banned last edited by Dragu

                                        @Substring
                                        Anyway I get more and more confused about this, just a copy of dmesg. Means that waveshare32b.dtbo load fb-ili9340, with in config

                                        dtoverlay=waveshare32b:rotate=270,speed=99999999,fps=60
                                        
                                        [    2.361892] fbtft: module is from the staging directory, the quality is unknown, you have been warned.
                                        [    2.370502] fb_ili9340: module is from the staging directory, the quality is unknown, you have been warned.
                                        [    2.370951] fbtft_of_value: buswidth = 8
                                        [    2.370958] fbtft_of_value: debug = 0
                                        [    2.370963] fbtft_of_value: rotate = 270
                                        [    2.370968] fbtft_of_value: fps = 60
                                        [    2.370973] fbtft_of_value: txbuflen = 32768
                                        [    2.378627] hid-generic 0003:1241:1233.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 1241:1233] on usb-3f980000.usb-1.4/input0
                                        [    2.459203] input: HID 1241:1233 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:1241:1233.0002/input/input2
                                        [    2.528989] hid-generic 0003:1241:1233.0002: input,hidraw1: USB HID v1.11 Device [HID 1241:1233] on usb-3f980000.usb-1.4/input1
                                        [    2.529208] usbcore: registered new interface driver usbhid
                                        [    2.529214] usbhid: USB HID core driver
                                        [    2.631365] graphics fb1: fb_ili9340 frame buffer, 320x240, 150 KiB video memory, 32 KiB DMA buffer memory, fps=100, spi0.0 at 99 MHz
                                        
                                        Substring 1 Reply Last reply Reply Quote 0
                                        • Substring
                                          Substring @Dragu last edited by

                                          @dragu have you read https://github.com/juj/fbcp-ili9341/blob/master/README.md#installation ? No dtoverlay should be specified, the driver handles everything

                                          Former dev - Please reply with @substring so that i am notified when you answer me
                                          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                          1 Reply Last reply Reply Quote 0
                                          • Dragu
                                            Dragu Banned last edited by Dragu

                                            @Substring
                                            Yes. More than 10x 😄
                                            But we have not fbcp-ili9341, and my head too much small to build this.
                                            There is also this page that described the display area with new adapted viewport :
                                            https://github.com/juj/fbcp-ili9341/blob/master/freeplaytech_waveshare32b.h

                                            Substring 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            89
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com