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
e74ee31c
Commit
e74ee31c
authored
Mar 21, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. binutils
2. tcpdump 3. increased rootfs size + comments for nand
parent
9188e82b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+10
-2
No files found.
recipes-core/images/core-image-elphel393.bb
View file @
e74ee31c
...
...
@@ -14,6 +14,7 @@ IMAGE_INSTALL_append += " \
cpp-symlinks \
g++ \
g++-symlinks \
binutils \
make \
coreutils \
python-modules \
...
...
@@ -32,6 +33,7 @@ IMAGE_INSTALL_append += " \
parted \
ethtool \
net-tools \
tcpdump \
nfs-utils-client \
ntp \
sntp \
...
...
@@ -119,6 +121,7 @@ LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "262144"
#IMAGE_ROOTFS_SIZE = "524288"
#IMAGE_FSTYPES = "ext2.gz ext2.gz.u-boot tar.gz"
#IMAGE_FSTYPES = "ext2.gz.u-boot tar.gz"
...
...
@@ -144,8 +147,13 @@ IMAGE_FSTYPES = "tar.gz ubi ext4"
## Maximum UBI volumes count: 128
########################################################################
########################################################################
MKUBIFS_ARGS = " -m 2048 -e 126976 -c 2048"
# -m - smallest i/o unit
# -e - logical erase block (LEB) size
# -c - total LEBs
MKUBIFS_ARGS = " -m 2048 -e 126976 -c 2560"
# -m - smallest i/o unit
# -p - (physical) erase block size
# -s - UBI sub-page size
UBINIZE_ARGS = " -m 2048 -p 128KiB -s 2048"
create_symlinks_append(){
...
...
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