StratifyLabs / Nucleo-F412ZG

Nucleo-F412ZG Board Support Package
https://stratifylabs.co/hardware/nucleo144/
Apache License 2.0
0 stars 0 forks source link

Issue installing Stratify OS #1

Open MrVeink opened 2 years ago

MrVeink commented 2 years ago

I'm trying to install Stratify OS on my Nucleo-F412ZG but running the following command causes the following error:

$ sl fs.mkdir:path=host@tmp cloud.install:id=Loy74Ukm6dVsLMqQ7T6g,build=release_boot,dest=host@tmp
# filesystem.mkdir

## output
- host@tmp:  
  - exists: host@tmp
- result: success

# cloud.install

## cloud.login
- uid: PjWiaWJMZzfWvlHN96bETmFheG02

## output
- Loy74Ukm6dVsLMqQ7T6g:  
  - release_boot:  
  - error: ENOENT -> 404 not found
- result: fail
tyler-gilbert commented 2 years ago

@MrVeink I am in the process of porting these Nucleo 144 boards to a unified repo. You can get the latest on how to use Stratify OS with the F412ZG Nucleo board at:

https://github.com/StratifyLabs/StratifyOS-Nucleo144

To install the pre-build binaries, see this page:

https://docs.stratifylabs.co/docs/stratify-os/getting-started/hardware/nucleo-144/

I just ported the F412ZG over and tested everything. You should be able to both build from source using the repo and install the pre-built binaries. Please let me know in the StratifyOS-Nucleo144 repo if you have troubles.