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
aa37a8cd
Commit
aa37a8cd
authored
Mar 09, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed dts
parent
51dd0ced
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
elphel393_mmc.dts
conf/machine/boards/elphel393/elphel393_mmc.dts
+0
-0
elphel393_nand.dts
conf/machine/boards/elphel393/elphel393_nand.dts
+0
-0
elphel393.conf
conf/machine/elphel393.conf
+4
-3
device-tree.bbappend
recipes-bsp/device-tree/device-tree.bbappend
+6
-1
No files found.
conf/machine/boards/elphel393/elphel393.dts
→
conf/machine/boards/elphel393/elphel393
_mmc
.dts
View file @
aa37a8cd
File moved
conf/machine/boards/elphel393/elphel393_nand
_ubifs
.dts
→
conf/machine/boards/elphel393/elphel393_nand.dts
View file @
aa37a8cd
File moved
conf/machine/elphel393.conf
View file @
aa37a8cd
...
...
@@ -16,15 +16,16 @@ UBOOT_MACHINE = "elphel393_config"
SERIAL_CONSOLE
=
"115200 ttyPS0"
MACHINE_DEVICETREE
:=
"
\
elphel393
/
elphel393
.
dts
\
elphel393
/
elphel393_nand_ubifs
.
dts
\
elphel393
/
elphel393_ramdisk
.
dts
\
elphel393
/
elphel393_mmc
.
dts
\
elphel393
/
elphel393_nand
.
dts
\
"
MACHINE_KCONFIG
:=
"common/elphel393_defconfig_${LINUX_VERSION}"
#hostname - applied to rootfs image
hostname_pn
-
base
-
files
=
"elphel393"
PRODUCTION_ROOT_LOCATION
:=
"mmc nand"
PRODUCTION_DIR
:=
"mmc"
PRODUCTION_BOOT
:=
"boot.bin"
PRODUCTION_UBOOT
:=
"u-boot-dtb.img"
...
...
recipes-bsp/device-tree/device-tree.bbappend
View file @
aa37a8cd
do_deploy_append(){
ln -sf ${DEPLOY_DIR_IMAGE}/${DTS_NAME}.dtb ${DEPLOY_DIR_IMAGE}/devicetree.dtb
#ln -sf ${DEPLOY_DIR_IMAGE}/${DTS_NAME}.dtb ${DEPLOY_DIR_IMAGE}/devicetree.dtb
for ROOTFSLOC in ${PRODUCTION_ROOT_LOCATION}; do
echo "RootFS is in ${ROOTFSLOC} "
done
if [ ! -d ${DEPLOY_DIR_IMAGE}/${PRODUCTION_DIR} ]; then
mkdir ${DEPLOY_DIR_IMAGE}/${PRODUCTION_DIR}
fi
...
...
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