Update Petalinux Introduction authored by jesseg64's avatar jesseg64
...@@ -108,7 +108,7 @@ touch ~/sdmay23-47/petalinux/os/project-spec/meta-user/recipes-apps/bootscript/f ...@@ -108,7 +108,7 @@ touch ~/sdmay23-47/petalinux/os/project-spec/meta-user/recipes-apps/bootscript/f
``` ```
> Note: A version of petalinux built with these empty files will not auto start the comm and sampling applications, because they don't exist! It's only useful for getting a working version of Petalinux so you can build the SDK for Vitis. > Note: A version of petalinux built with these empty files will not auto start the comm and sampling applications, because they don't exist! It's only useful for getting a working version of Petalinux so you can build the SDK for Vitis.
More information about building (and copying) those .elf files are in the [Petalinux Repo Setup](https://git.ece.iastate.edu/sd/sdmay23-47/-/wikis/Firmware-Repo-Setup) docs. More information about building (and copying) those .elf files are in the [Petalinux Repo Setup](Firmware-Repository-Setup) docs.
The bootscript was created with the following Petalinux tools commands: The bootscript was created with the following Petalinux tools commands:
...@@ -124,4 +124,4 @@ petalinux-build -c kernel ...@@ -124,4 +124,4 @@ petalinux-build -c kernel
The [bootscript.bb](https://git.ece.iastate.edu/sd/sdmay23-47/-/blob/master/petalinux/os/project-spec/meta-user/recipes-apps/bootscript/bootscript.bb) file is also worth taking note of, as it defines where the bootscript and .elf files get placed on the Petalinux filesystem when it's built. The [bootscript.bb](https://git.ece.iastate.edu/sd/sdmay23-47/-/blob/master/petalinux/os/project-spec/meta-user/recipes-apps/bootscript/bootscript.bb) file is also worth taking note of, as it defines where the bootscript and .elf files get placed on the Petalinux filesystem when it's built.
# External Resources # External Resources
Check out our [Useful Resources](https://git.ece.iastate.edu/sd/sdmay23-47/-/wikis/Useful-Resources) page for links to official documentation and other guides we used to develop this project. Check out our [Useful Resources](Useful-Resources) page for links to official documentation and other guides we used to develop this project.
\ No newline at end of file \ No newline at end of file