Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rene Habraken
GRAND_V1
Commits
cc76345c
Commit
cc76345c
authored
Jun 30, 2020
by
Rene Habraken
Browse files
modified for NFS boot
parent
e2de682a
Changes
3
Hide whitespace changes
Inline
Side-by-side
meta-adi/grand_zcu7/project-spec/configs/config
View file @
cc76345c
...
...
@@ -233,12 +233,12 @@ CONFIG_SUBSYSTEM_U__BOOT_TFTPSERVER_IP="AUTO"
CONFIG_SUBSYSTEM_ROOTFS_NFS=y
# CONFIG_SUBSYSTEM_ROOTFS_SD is not set
# CONFIG_SUBSYSTEM_ROOTFS_OTHER is not set
CONFIG_SUBSYSTEM_NFSROOT_DIR="/srv/nfs
/rootfs
"
CONFIG_SUBSYSTEM_NFSSERVER_IP="
AUTO
"
CONFIG_SUBSYSTEM_NFSROOT_DIR="/srv/nfs"
CONFIG_SUBSYSTEM_NFSSERVER_IP="
192.168.10.1
"
CONFIG_SUBSYSTEM_UIMAGE_NAME="image.ub"
CONFIG_SUBSYSTEM_DTB_PADDING_SIZE=0x1000
CONFIG_SUBSYSTEM_COPY_TO_TFTPBOOT=y
CONFIG_SUBSYSTEM_TFTPBOOT_DIR="/
srv/nfs/r
oot
fs
"
CONFIG_SUBSYSTEM_TFTPBOOT_DIR="/
tftpb
oot"
#
# Firmware Version Configuration
...
...
@@ -291,5 +291,4 @@ CONFIG_YOCTO_NETWORK_SSTATE_FEEDS_URL="http://petalinux.xilinx.com/sswreleases/r
CONFIG_USER_LAYER_0="/home/rene/Data/FPGA_workdir/adi/hdl/meta-adi/meta-adi-core"
CONFIG_USER_LAYER_1="/home/rene/Data/FPGA_workdir/adi/hdl/meta-adi/meta-adi-xilinx"
CONFIG_USER_LAYER_2=""
CONFIG_SUBSYSTEM_BOOTARGS_GENERATED="earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/nfs nfsroot=192.168.10.1:/srv/nfs/rootfs,tcp ip=192.168.10.2:192.168.10.1 rw"
CONFIG_SUBSYSTEM_BOOTARGS_GENERATED="earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/nfs nfsroot=192.168.10.1:/srv/nfs,tcp ip=192.168.10.2:192.168.10.1 rw"
meta-adi/meta-adi-xilinx/recipes-bsp/device-tree/files/zynqmp-zu7cg-rev1-ad9694.dts
View file @
cc76345c
...
...
@@ -220,22 +220,14 @@
<&si5340 1 2>, /* output 1 uses PLL 2 */
<&si5340 1 0>, /* output 2 uses PLL 0 */
<&si5340 1 0>; /* output 3 uses PLL 0 */
assigned-clock-rates = <
4
00000000>, /* wat betekent dit en waar komt deze waarde vandaan? 0 */
<0>,
<0>,
assigned-clock-rates = <
20
00000000>, /* wat betekent dit en waar komt deze waarde vandaan? 0 */
<
16200000
0>,
<
60000000
0>,
<0>,
<27000000>, /* out 0 */
<300000000>,
<31250000>, /*3
.
125 MHz */
<31250000>, /*31
.
25 MHz */
<1000000000>;
out@0 {
/* PS_REF_CLK (27MHz) */
reg = <0>;
silabs,format = <4>; /* LVCMOS*/
silabs,common-mode = <3>;
silabs,amplitude = <3>;
always-on; /* assigned-clocks does not enable, so do it here */
};
out@1 {
/* PL_DDR_CLK (300MHz) */
...
...
meta-adi/meta-adi-xilinx/recipes-core/images/petalinux-user-image.bbappend
View file @
cc76345c
...
...
@@ -6,5 +6,5 @@ IMAGE_INSTALL_append = " libiio \
# The petalinux default root password is root. To change it, one
# has to run petalinux-config -c rootfs and change the passoword. This lines below
# force the root password to be analog. To keep the petalinux way, just comment this lines...
EXTRA_USERS_PARAMS = " \
#
EXTRA_USERS_PARAMS = " \
usermod -P analog root;"
Write
Preview
Supports
Markdown
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