Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
79e9768a
Commit
79e9768a
authored
Jan 13, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added wks file
parent
fc386774
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
elphel393.conf
conf/machine/elphel393.conf
+13
-1
elphel393.wks
wic/elphel393.wks
+6
-0
No files found.
conf/machine/elphel393.conf
View file @
79e9768a
...
...
@@ -29,4 +29,16 @@ PRODUCTION_BOOT := "boot.bin"
PRODUCTION_UBOOT
:=
"u-boot-dtb.img"
PRODUCTION_DEVICETREE
:=
"devicetree.dtb"
PRODUCTION_KERNEL
:=
"uImage"
PRODUCTION_ROOTFS
:=
"rootfs"
\ No newline at end of file
PRODUCTION_ROOTFS
:=
"rootfs"
# For wic image:
# notes:
# * + dd'ing is simple
# * - wic does not use the whole SD card for 2 partitions
# need to actually have devicetree.dtb in deploy dir
IMAGE_BOOT_FILES
+=
"
\
${
PRODUCTION_BOOT
} \
${
PRODUCTION_UBOOT
} \
${
PRODUCTION_DEVICETREE
} \
${
PRODUCTION_KERNEL
} \
"
wic/elphel393.wks
0 → 100644
View file @
79e9768a
# short-description: Create SD card image for Elphel 10393
# long-description: Creates a partitioned SD card image for Elphel 10393.
# Boot files are located in the first vfat partition.
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment