From 1c1774bc917b257293ea8a8e671edafdfbb24c36 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Wed, 10 Mar 2021 10:16:06 +0100 Subject: [PATCH] Version 0.4.1 of the firmware PetaLinux scalp_safe_petalinux with UBI/UBIFS support + 1Gb Eth support + BSP v0.4.1 + updated README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e20b84..aeca410 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ and File -> Export -> Export Hardware -> include bitstream $ cd <SCALP_PROJECT_FOLDER> $ git clone https://gitedu.hesge.ch/soma/scalp_petalinux.git $ cd scalp_petalinux -$ git checkout SCALP-SAFE-v0.4 +$ git checkout SCALP-SAFE-v0.4.1 ``` -**Use version 0.4 only for the GIT scalp_petalinux repository and not for the GIT scalp_firmware repository. The version difference is not an error.** +**Use version 0.4.1 only for the GIT scalp_petalinux repository and not for the GIT scalp_firmware repository. The version difference is not an error.** ### Create new Petalinux project from a BSP @@ -97,7 +97,7 @@ $ petalinux-create --type project -s <path-to-bsp> --name <PROJECT NAME> $ cd <PROJECT NAME> ``` -In my case **\<path-to-bsp\>** corresponds to /home/jo/Documents/Projets/Hepia/scalp_project/scalp_petalinux/bsp/SCALP-SAFE-FIRMWARE-BSP-V0.4.bsp +In my case **\<path-to-bsp\>** corresponds to /home/jo/Documents/Projets/Hepia/scalp_project/scalp_petalinux/bsp/SCALP-SAFE-FIRMWARE-BSP-V0.4.1.bsp ### Importing hardware configuration -- GitLab