Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. TRuHa
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    TRuHa

    @TRuHa

    0
    Reputation
    327
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 42

    TRuHa Unfollow Follow

    Latest posts made by TRuHa

    • RE: Problema Juegos PS1

      Hola!! A mí me pasa exactamente igual!!

      Tengo una Raspberry 3B y sistema actualizado recién instalado.

      He probado con 4 juegos distintos y solo funciona uno. El resto lo probé en otro emulador y funcionan, así que entiendo que la imagen está bien.

      Me da la sensación que se me escapa algo de configuración para hacerlo correr en Recalbox.

      ¿Alguna idea?

      Un saludo. Gracias.

      posted in Emulador Arcade/PC/Consolas
      TRuHa
      TRuHa
    • RE: Error actualizando el sistema

      @substring you mean you re-download and compile?

      Thank you very much for the help.
      A greeting.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • RE: Error actualizando el sistema

      @substring First I modify with make menuconfig to enable i2c:

      alt text

      Then I modify mk_arcade_joystick_rpi.c to be able to use the necessary buttons:

      alt text

      Compile the system and load the image in the microSD.

      Edit /etc/modules.conf and add at the end of the file:

      i2c-bcm2708
      i2c-dev

      Edit the /boot/config.txt and add following lines in it:

      #Activate I2C
      dtparam=i2c1=on
      dtparam=i2c_arm=on

      Edit the /boot/cmdline.txt and add at the end of line:

      bcm2708.vc_i2c_override=1

      I set the i2c address in recalbox.conf with the address obtained with i2cdetect -y 1:

      controllers.gpio.enabled=1
      controllers.gpio.args=map=0x20

      At this point it is when I set up the WiFi connection, it notifies me that there is a new update and when executing it it breaks my system.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • RE: Error actualizando el sistema

      @substring I compiled the system using this manual:

      https://gitlab.com/recalbox/recalbox/wikis/compilation-process

      The only change you made is to enable i2c in mk_arcade_joystick_rpi.

      I currently use version 4.10

      When I configured the WiFi connection I was notified of a new update, I do not know the version exactly.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • RE: Error actualizando el sistema

      @substring Yes, it works! at the beginning it gave me a bit of war when compiling, but in the end I got it. I only have the problem that the buttons are exchanged for the PAD but it does not cause me any problems.

      The problem I have with the update, that when I update the i2c stops working and I have to reinstall everything.

      I use the traditional method in the menu of the recalbox interface. When it restarts, it only shows me a black screen with many errors and it dies. I do not have access to the system through HTTP or SSH.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • RE: Error actualizando el sistema

      @paradadf ok perfecto, le preguntaré. Si doy con la solución lo pondré por aquí para futuras personas con el mismo problema. Gracias.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • Error actualizando el sistema

      Buenas a todos.

      Tengo un problema al actualizar el sistema, a ver si me podéis ayudar.

      He compilado el sistema para habilitar i2c en el sistema ya que uso un PCB de 10 botones por i2c. Hasta aquí todo correcto.
      El problema viene cuando actualizo, deshabilitando i2c y activando nuevamente los HotKey cosa que me deja inutilizable el PCB.

      Mi pregunta es, ¿de qué forma he de actualizar para que no suceda ésto? O quizás hay alguna otra forma de hacerlo.

      Muchas gracias, un saludo.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa
    • Chip MCP23017 en controlador Raspberry Zero

      Buenas tarde.

      Hace tiempo me aventure en un proyecto de Gameboy Zero el cual adquirí un pcb controller pad y 4 botones por I2C.

      Después de varias pruebas conseguí hacerlo funcionar satisfactoriamente en Retropie gracias a mk_arcade_joystick.

      El asunto es, que cuando probé RecalBox, me pareció que está mucho mejor terminado y era el idóneo para mí proyecto, y es aquí cuando viene el problema.

      En ésta última versión de RecalBox viene deshabilitado por defecto el GPIO I2C controller a cambio de los hotkey en lugar del I2C, el cual es esencial para el correcto funcionamiento.

      Buscando una solución, descubrí que había que recompilar para poder habilitar el I2C.

      Cuando me dispuse a hacerlo, me encontré con la sorpresa que el sistema no arranca después de pasar Noobs, quedando la pantalla en negro.

      ¿A qué es debido este problema? ¿Requiere de alguna configuración específica al ser una Raspberry Zero?

      Indico que usé la arquitectura RPI1 al compilar y que no me generó ningún fallo en la finalización del mismo.
      Use estos pasos a seguir:

      https://github.com/recalbox/recalbox-os/wiki/Compilación-y-modificaciones-(ES)

      Un gran trabajo, seguid así.

      Saludos.

      posted in Mandos/GPIO/Codificador USB
      TRuHa
      TRuHa