TexasInstruments / ti-bdebstrap

Build custom bootstrap images using bdebstrap
Other
9 stars 10 forks source link

Fix Readme.md prerequisites #28

Closed SinnoTogo closed 4 months ago

SinnoTogo commented 9 months ago

Under the prerequisites of the Readme.md document we have the next line: pip3 install toml-cli

It shall be changed to: sudo pip3 install toml-cli

since the build script is run as sudo.

Also had to run the next command to add the keyrings for ti-debpks: curl -fsSL https://texasinstruments.github.io/ti-debpkgs/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/ti-debpkgs.gpg

Last but not least also had to run: sudo pip3 install jsonschema

sskartheekadivi commented 4 months ago