Hey good morning all, I am trying to update the firmware on my Zaphod (original, not lite) and some change in the last year or two has caused the existing project workflow to not work for me. I ran through some basic troubleshooting (github actions config uses a deprecated version of actions/upload-artifact and actions/cache) but was unable to progress past a device tree error indicating an issue with a blank file.
Steps to reproduce:
- Create a fresh fork of https://github.com/petejohanson/zaphod-config
- Attempt to run Build Test (fails due to deprecation as mentioned above)
- Update build.yml (actions/cache > v4, actions/upload-artifact > v4)
- Build test fails again at Build Zaphod (west build) step with cmake error after "Kconfig.zephyr:29: '/__w/zaphod-config/zaphod-config/build/zaphod/Kconfig/soc/Kconfig.defconfig' not found (in 'source "$(KCONFIG_BINARY_DIR)/soc/Kconfig.defconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is set to '/__w/zaphod-config/zaphod-config/zephyr'). Also note that unset environment variables expand to the empty string."
Please let me know if there is any other info I can provide to help. Thank you!
GitHub
Contribute to petejohanson/zaphod-config development by creating an account on GitHub.