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
83b9753a
Commit
83b9753a
authored
Apr 02, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Elphel/meta-elphel393
parents
32e9d960
56e3c1b7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
elphel393_mmc.dts
conf/machine/boards/elphel393/elphel393_mmc.dts
+2
-2
elphel393_nand.dts
conf/machine/boards/elphel393/elphel393_nand.dts
+1
-1
elphel393_ram.dts
conf/machine/boards/elphel393/elphel393_ram.dts
+1
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+1
-0
elphel393.cfg
recipes-kernel/linux/config/elphel393.cfg
+8
-1
No files found.
conf/machine/boards/elphel393/elphel393_mmc.dts
View file @
83b9753a
...
...
@@ -11,7 +11,7 @@
}
;
chosen
{
/*
bootargs
=
"console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=262144"
;*/
bootargs
=
"cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4
dyndbg='file elphel393-init.c +p'
"
;
bootargs
=
"cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4"
;
linux
,
stdout
-
path
=
"/amba@0/serial@e0000000"
;
}
;
cpus
{
...
...
@@ -123,7 +123,7 @@
compatible
=
"xlnx,ps7-ethernet-1.00.a"
;
interrupt
-
parent
=
<&
ps7_scugic_0
>;
interrupts
=
<
0
22
4
>;
local
-
mac
-
address
=
[
00
0
a
35
0
0
00
00
];
local
-
mac
-
address
=
[
00
0
e
64
1
0
00
00
];
phy
-
handle
=
<&
phy3
>;
phy
-
mode
=
"rgmii-id"
;
reg
=
<
0xe000b000
0x1000
>;
...
...
conf/machine/boards/elphel393/elphel393_nand.dts
View file @
83b9753a
...
...
@@ -123,7 +123,7 @@
compatible
=
"xlnx,ps7-ethernet-1.00.a"
;
interrupt
-
parent
=
<&
ps7_scugic_0
>;
interrupts
=
<
0
22
4
>;
local
-
mac
-
address
=
[
00
0
a
35
0
0
00
00
];
local
-
mac
-
address
=
[
00
0
e
64
1
0
00
00
];
phy
-
handle
=
<&
phy3
>;
phy
-
mode
=
"rgmii-id"
;
reg
=
<
0xe000b000
0x1000
>;
...
...
conf/machine/boards/elphel393/elphel393_ram.dts
View file @
83b9753a
...
...
@@ -123,7 +123,7 @@
compatible
=
"xlnx,ps7-ethernet-1.00.a"
;
interrupt
-
parent
=
<&
ps7_scugic_0
>;
interrupts
=
<
0
22
4
>;
local
-
mac
-
address
=
[
00
0
a
35
0
0
00
00
];
local
-
mac
-
address
=
[
00
0
e
64
1
0
00
00
];
phy
-
handle
=
<&
phy3
>;
phy
-
mode
=
"rgmii-id"
;
reg
=
<
0xe000b000
0x1000
>;
...
...
recipes-core/images/core-image-elphel393.bb
View file @
83b9753a
...
...
@@ -6,6 +6,7 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMA
IMAGE_INSTALL_append = "u-boot-ezynq"
IMAGE_INSTALL_append += " python-core \
python-numpy \
python-argparse \
elphel-python-extensions \
htop \
i2c-tools \
...
...
recipes-kernel/linux/config/elphel393.cfg
View file @
83b9753a
...
...
@@ -42,3 +42,10 @@ CONFIG_UBIFS_FS=y
CONFIG_UBIFS_FS_ADVANCED_COMPR=n
#CONFIG_UBIFS_FS_LZO=y - default
#CONFIG_UBIFS_FS_ZLIB=y - default
CONFIG_MTD_NAND_OTP=y
CONFIG_SENSORS_JC42=y
#CONFIG_ELPHEL393_INIT=n
CONFIG_ATAGS=n
\ No newline at end of file
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