Conversation
anhu
left a comment
There was a problem hiding this comment.
This is great!! Super simple set of instructions.
| ```bash | ||
| sudo apt install -y direnv | ||
|
|
||
| # Add the hook to ~/.bashrc (only needed once) | ||
| echo 'eval "$(direnv hook bash)"' >> ~/.bashrc | ||
| source ~/.bashrc | ||
|
|
||
| # After running setup.sh, allow direnv to load the generated .envrc | ||
| direnv allow | ||
| ``` | ||
|
|
There was a problem hiding this comment.
I got some warnings and/or errors when I did this. I re-did the steps and the errors went away. There might be some sort of order of operations problem here? If you're sure this is correct then ignore this comment.
There was a problem hiding this comment.
Made some adjustments to the instruction ordering
| # Build the QEMU FIPS image | ||
| make qemu |
There was a problem hiding this comment.
At this point it says:
FIPS Ready ENABLED. Run 'make build' to build the FIPS image.
which is different from make qemu . Might want to add that make qemu is also possible in that output so the reader is more confident.
6d0ee32 to
c79f108
Compare
|
Rebased/Squashed and will need wolfSSL/meta-wolfssl#161 before merging is available. |
… 5 with an initramfs kernel module loading, and ported projects to utilize wolfCrypt throughout the image example
c79f108 to
28fcdbb
Compare
Pr to provide an easy to build FIPs Ready image with Yocto that can be flashed onto and used by a raspberry Pi 5 or QEMU.