Using latest Zephyr with platformio

I need to use latest zephyr with platformio since I need newer board support. However, it does not seem like platforio zephyr repo is dead. I made some progress which can be found in the following repository, but I get the following error:

                                                                                                                                          ~/.platformio/platforms/beagle/examples/zephyr-blink   main❯ pio run                                                          Processing beagleconnect_freedom (platform: beagle; framework: zephyr; board: beagleconnect_freedom)
-------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/beagle/beagleconnect_freedom.html
PLATFORM: Beagle (0.1.1) > BeagleConnect Freedom
HARDWARE: CC1352P7 144KB RAM, 704KB Flash
PACKAGES:
 - framework-zephyr @ 2.30400.240501+sha.21bbd192
 - tool-cc1352-flasher @ 3.0.0-a6+sha.855c5be
 - tool-cmake @ 3.21.3
 - tool-dtc @ 1.4.7
 - tool-gperf @ 3.0.4
 - tool-ninja @ 1.7.1
 - toolchain-gccarmnoneeabi @ 1.70201.0 (7.2.1)
Error: Couldn't find a base linker script!

Is there something else I need to be doing here? Or maybe some other zephyr version maintained by platformio for testing?