Skip to content

Commit

Permalink
meta-isar/scripts: add .wks file for nanopi-r1
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Dec 30, 2021
1 parent 515eb9b commit c1f50ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta-isar/scripts/lib/wic/canned-wks/nanopi-r1.wks.in
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 --use-uuid --fstype ext4 --mkfs-extraopts "-T default" --label platform --align 1024 --active

bootloader --append "rw rootwait"

0 comments on commit c1f50ff

Please sign in to comment.