[DOC] update petalinux information
authorJiho Chu <jiho.chu@samsung.com>
Thu, 9 Mar 2023 05:16:15 +0000 (14:16 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Wed, 15 Mar 2023 05:01:38 +0000 (14:01 +0900)
This patch updates petalinux build info.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
docs/markdown/PetaLinux.md

index f6b4af69baecb7455fb83e9cf981ee51fda2cb5a..6256322792d88dfd8f7abace61dc55b6e7edbc31 100644 (file)
@@ -119,7 +119,8 @@ PetaLinux RootFS Settings
   Root password
 ...
 Image Features
-  ssh-server-openssh
+  ssh-server-dropbear
+  debug-tweaks
 ...
 Filesystem Packages
   misc
@@ -146,6 +147,7 @@ $ cd ~/Work/PetaLinux/trinity/images/linux
 $ petalinux-package --boot --fsbl zynqmp_fsbl.elf --fpga system.bit --uboot u-boot.elf
 $ cp BOOT.bin /media/sdcard/first_partition/
 $ cp image.ub /media/sdcard/first_partition/
+$ cp boot.scr /media/sdcard/first_partition/
 $ sync
 ```