BlueRetro HW2 v1.8 BETA #415
Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Here v1.8-rc4 which add support for GameID based config. You need to use the beta web-config link to see the new options: LimitationFirst BlueRetro got a limit of 16 files on it's file system. This isn't related to space on the partition but rather due to the heavy usage of RAM the filesystem consume when the maximum files count is high. BlueRetro got 4 system files to begin with so this leave space for a maximum of 12 extra configs for GameID. Managing the file systemI added a new page to allow removing the configs once you reach the limit: By default their is only 4 default files. Those files are re-created automatically at boot if missing. Once you got a few config it will look like this: The file name will be base on the RAW GameId value, place the cursor over the file name to make an info box appear with the actual Game name. How to switch a Game to it's own config
Per console type configFor the universal version of BlueRetro the GameID framework can be reused to save different default config for different system. The game name will be undefined but the GameID will be the console name. Firmware
|
Beta Was this translation helpful? Give feedback.
-
RC5 fix again some issues related to malloc.
|
Beta Was this translation helpful? Give feedback.
-
This is a BETA FW and documentation is incomplete, it's only intended for people with high experience in electronic design.
v1.8 firmware introduce a new hardware specification called HW2 which bring the new port detection feature.
Any existing BlueRetro hardware now gets retroactively named HW1 spec.
From now on, two firmware zip archive will be released for new firmware, one for HW1 and one for HW2.
The main benefits of using BlueRetro HW2 is that internal install is officially supported and the port detection feature is used to avoid bus conflicts when wired controllers are used. Another benefits is power management from BT devices.
HW2 firmware can also be used for external adapter. The benefit here is that for multi connector adapter, unused cord are detected and disable. (in HW1 all populated cable are required to be used to prevent adapter instability)
The web OTA update page got a guard that will prevent flashing HW2 FW on HW1 hardware and vice-versa.
If you update and existing DIY HW1 adapter to HW2 spec you will need to first factory reset the adapter and then reflash firmware via USB.
Documentation is still not done, so you need to reference the high level specification pages:
Internal install:
https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-HW2-Internal-Install-Specification
External adapter:
https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-HW2-External-Specification
Try to use the beta web config aswell, no functional difference but a lot of code rework was done:Current build wont work with beta web, use blueretro.io
https://darthcloud.github.io/BlueRetroWebCfg_Beta/
Only GameCube FW was tested, other system spec is subject to change for final release.
For HW2
v1.8-rc2_hw2.zipFor HW1
v1.8-rc2_hw1.zipBeta Was this translation helpful? Give feedback.
All reactions