Hi again,
@jofemodo I have done the following.
Recreated the forks zynthian-sys and zynthian-webconf
Created a new branch for the display named dis_owootecc35 in both repo’s.
Created a clean SD image of Zynthian
Added the remote in both directories locally in their respective repo (e.g. in /zynthian/zynthian-sys)
git remote add buddhafinger https://github.com/buddhafinger/zynthian-sys)
git fetch buddhafinger
git checkout -b dis_owootecc35 buddhafinger/dis_owootecc35
After updating the zynthian-sys and zynthian-webconf to the new branches on a new clean instance I rebooted.
The new display option is displayed, however when saving a 500 internal error is returned.
Additional info:
- I can confirm manually testing the proposed changes on a clean instance works without error.
Current config:
- zynthian-ui: stable (09580e)
- zynthian-webconf: dis_owootecc35 (699024)
- zyncoder: stable (7c0973)
- zynthian-sys: dis_owootecc35 (3c231b)
- zynthian-data: stable (006a07)
Any advice to progress this would be appreciated.
Thanks.