Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Talk about anything concerning the source code.
Post Reply
cajuil
Posts: 11
Joined: Sat Jan 23, 2016 9:39 am

Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Post by cajuil »

The GIMX-firmwares source package genall script is not building EMUPS4PAIRING in the process due to genall missing EMUPS4PAIRING. :!:

BEFORE:

Code: Select all

#!/bin/bash

FIRMWARES="
EMUPS4
EMU360
EMUPS3
EMUXBOX
EMUJOYSTICKPS3
EMUT300RSPS4
EMUG27PS3
EMUG29PS4
EMUXONE"
AFTER:

Code: Select all

#!/bin/bash

FIRMWARES="
EMUPS4
EMUPS4PAIRING
EMU360
EMUPS3
EMUXBOX
EMUJOYSTICKPS3
EMUT300RSPS4
EMUG27PS3
EMUG29PS4
EMUXONE"
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Post by Matlo »

This is as expected: I don't want the firmware package to include the EMUPS4PAIRING firmware.
It would add confusion for people that don't read the documentation.
Furthermore, its purpose is very different from the other firmwares, and it is very likely that it won't be updated.
GIMX creator
cajuil
Posts: 11
Joined: Sat Jan 23, 2016 9:39 am

Re: Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Post by cajuil »

In my case, I had to build this firmware in order to use my BlackCat (ATMEGA32U2) device for PS4 Bluetooth Pairing. Otherwise, if I use the EMUPS4 firmware the device was not getting detected when I pluggled in any USB port nor OS nor PC.

EDIT: The documentation does mention how to use a CP210*-less setup. Just read through all the pages mentioned in the post below.
Last edited by cajuil on Wed Feb 03, 2016 7:12 pm, edited 1 time in total.
cajuil
Posts: 11
Joined: Sat Jan 23, 2016 9:39 am

Re: Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Post by cajuil »

The confusion was mine. Though the wiki needs a bit of work to include some topics in the contents page, etc.

You may delete this Thread. Perhaps it will create confusion to others.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Firmwares PKG - ADD: EMUPS4PAIRING to genall script

Post by Matlo »

No problem. I know the wiki needs rework. Feel free to edit the pages if you have some free time.
GIMX creator
Post Reply