projects
/
platform
/
adaptation
/
npu
/
trix-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15cb38
)
[DOC] update petalinux information
author
Jiho 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
patch
|
blob
|
history
diff --git
a/docs/markdown/PetaLinux.md
b/docs/markdown/PetaLinux.md
index f6b4af69baecb7455fb83e9cf981ee51fda2cb5a..6256322792d88dfd8f7abace61dc55b6e7edbc31 100644
(file)
--- a/
docs/markdown/PetaLinux.md
+++ b/
docs/markdown/PetaLinux.md
@@
-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
```