products/adsp/setup: update getting started for bringup bundle and Fedora rootfs - #573
products/adsp/setup: update getting started for bringup bundle and Fedora rootfs#573katiaTsaruk wants to merge 2 commits into
Conversation
The CI now publishes a single images-bringup-* archive that combines the bootstrap, debug, and Fedora rootfs artifacts. Signed-off-by: Kateryna Tsaruk <kateryna.tsaruk@analog.com>
| the installer also downloads and extracts ``adsp-sc598-rootfs.tar.zst`` to the | ||
| Fedora root partition. |
There was a problem hiding this comment.
from the same archive where everything else, now all of the files needed are packed in the same folder
There was a problem hiding this comment.
for emmc.img.gz it says:
downloads
emmc.img.gzfrom your PC
Thats why I confused. I think one is coming from my PC, and the other one is from internet.
There was a problem hiding this comment.
editted to have this note for both files
| Waiting for network.... | ||
| SSH: ssh <username>@<board-ip> |
There was a problem hiding this comment.
Cant we just use the console or console appears after those messages ? Its bit hard to understand now, from a user perspective I would think that I have to ssh to acces to board.
There was a problem hiding this comment.
You do need to ssh to access the board, as the console issue is still there I just shut it down so it does not spam and you can create a user.
| 1) Buildroot kernel and root filesystem | ||
| 2) Buildroot kernel and Fedora root filesystem | ||
| 0) Skip |
There was a problem hiding this comment.
1
2
0
is this the type of ordering in other formatters as well? Like making the negative selection as zero in the bottom?
There was a problem hiding this comment.
I thought it is nice to have the skip option as the last in the list and 0 is kind of neutral choice, so it is clear that it is not like another option, especially if we will add more options soon. I can also flip it if you think it will be better like that
| Navigate to the :git-br2-external:`br2-external releases page <releases+>` and | ||
| download both release archives that match your hardware (``images-bootstrap-*`` | ||
| and ``images-debug-*``), then extract them into the same directory: | ||
| download the bringup archive (``images-bringup-*``). This single archive |
There was a problem hiding this comment.
with this superartifact, who will be still asking for bootstrap artifact? What whould be the thing that bootstrap artifact can do and bringup cannot?
There was a problem hiding this comment.
The same question is for debug and rootfs, so it can do everything which those 3 smaller artifacts can do, as it just downloads them and packs into a single directory so it is easier for the end users. There still can be use cases when u do not need all 3 things and can just download the signle one.
The installer now prompts to choose between Buildroot-only or Buildroot with Fedora root filesystem before asking for the PC IP. On first boot, a setup service creates a user account and displays the board IP for SSH access instead of a root login prompt. Signed-off-by: Kateryna Tsaruk <kateryna.tsaruk@analog.com>
aa90648 to
863740a
Compare
single
images-bringup-*bundle that combines bootstrap, debug, andFedora rootfs artifacts
Buildroot-only or Buildroot with Fedora root filesystem
that creates a user account and displays the board IP for SSH access