forked from siemens/mtda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-isar/scripts: add .wks file for nanopi-r1
Signed-off-by: Cedric Hombourger <[email protected]>
- Loading branch information
1 parent
6d28053
commit 431731d
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# --------------------------------------------------------------------------- | ||
# This OpenEmbedded Kickstart file is part of MTDA | ||
# Copyright (C) 2021 Siemens Digital Industries Software | ||
# --------------------------------------------------------------------------- | ||
# SPDX-License-Identifier: MIT | ||
# --------------------------------------------------------------------------- | ||
|
||
part u-boot --source rawcopy --sourceparams "file=/usr/lib/u-boot/nanopi-r1/u-boot-sunxi-with-spl.bin" --no-table --align 8 | ||
|
||
part / --source rootfs-u-boot --ondisk mmcblk1 --fstype ext4 --mkfs-extraopts "-T default" --label platform --align 1024 --active | ||
|
||
bootloader --append "rw rootwait" |