Very useful guide by #WhitneyKnitter on @hackster_io
A few updates though:
- Apparently, you don’t export an hdf-file anymore, it’s an .xsa file; so for
--get-hw-descriptionsimply use the directory into which Vivado spat your .xsa file upon hardware export. - A couple of petalinux config options have changed. E.g. you can now select an ext4 fs explicitly.
Oh, and a general hint: upon installing #petalinux, the docs state, that --dir sets the installation directory. Yeah, but only if said directory exists. Otherwise it’s silently ignored and installation goes to current working directory. Because, duh, I guess -.-