Skip to content

Commit ef7bd45

Browse files
committed
config: add libs
Signed-off-by: mlradu <larisa.radu@analog.com>
1 parent 42bcb87 commit ef7bd45

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

config

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,38 @@ PRESERVE_CONTAINER=n
2020
#
2121
# [DESKTOP ENVIRONMENT]
2222
# Contains XFCE4 desktop environment and X11VNC server.
23-
CONFIG_DESKTOP=n
23+
CONFIG_DESKTOP=y
2424
#
2525
#
2626
#
2727
# [LIBIIO]
2828
# Libiio is an Analog Devices library for interfacing with Linux IIO devices.
2929
# Github: https://github.com/analogdevicesinc/libiio
30-
CONFIG_LIBIIO=n
30+
CONFIG_LIBIIO=y
3131
#
3232
#
3333
#
3434
# [PYADI]*
3535
# Pyadi: Analog Devices python interfaces for hardware with Industrial I/O drivers.
3636
# Github: https://github.com/analogdevicesinc/pyadi-iio
3737
# *depends on LIBIIO
38-
CONFIG_PYADI=n
38+
CONFIG_PYADI=y
3939
#
4040
#
4141
#
4242
# [LIBM2K]*
4343
# Libm2k: library for interfacing with the ADALM2000.
4444
# Github: https://github.com/analogdevicesinc/libm2k
4545
# *depends on LIBIIO
46-
CONFIG_LIBM2K=n
46+
CONFIG_LIBM2K=y
4747
#
4848
#
4949
#
5050
# [LIBAD9166 IIO]*
5151
# Libad9166-iio: library used for userspace, which applies calibration gain and offset for a user-given frequency.
5252
# Github: https://github.com/analogdevicesinc/libad9166-iio
5353
# *depends on LIBIIO
54-
CONFIG_LIBAD9166_IIO=n
54+
CONFIG_LIBAD9166_IIO=y
5555
#
5656
#
5757
#
@@ -60,7 +60,7 @@ CONFIG_LIBAD9166_IIO=n
6060
# where multiple AD9361 devices are use) and can create AD9361 specific FIR filters on the fly
6161
# Github: https://github.com/analogdevicesinc/libad9361-iio
6262
# *depends on LIBIIO
63-
CONFIG_LIBAD9361_IIO=n
63+
CONFIG_LIBAD9361_IIO=y
6464
#
6565
#
6666
#
@@ -71,37 +71,37 @@ CONFIG_LIBAD9361_IIO=n
7171
# *depends on LIBIIO
7272
# *depends on LIBAD9166
7373
# *depends on LIBAD9361
74-
CONFIG_IIO_OSCILLOSCOPE=n
74+
CONFIG_IIO_OSCILLOSCOPE=y
7575
#
7676
#
7777
#
7878
# [IIO FM RADIO]
7979
# IIO Fm Radio: simple IIO FM Radio receive example
8080
# Github: https://github.com/analogdevicesinc/iio-fm-radio
81-
CONFIG_IIO_FM_RADIO=n
81+
CONFIG_IIO_FM_RADIO=y
8282
#
8383
#
8484
#
8585
# [FRU TOOLS]
8686
# Fru tools: tools to display/manipulate FMC FRU info
8787
# Github: https://github.com/analogdevicesinc/fru_tools
88-
CONFIG_FRU_TOOLS=n
88+
CONFIG_FRU_TOOLS=y
8989
#
9090
#
9191
#
9292
# [JESD EYE SCAN GTK]*
9393
# JESD Eye Scan Gtk: JESD204 Eye Scan Visualization Utility
9494
# Github: https://github.com/analogdevicesinc/jesd-eye-scan-gtk
9595
# *depends on LIBIIO
96-
CONFIG_JESD_EYE_SCAN_GTK=n
96+
CONFIG_JESD_EYE_SCAN_GTK=y
9797
#
9898
#
9999
#
100100
# [COLORIMETER]*
101101
# Colorimeter: Application to be used with the EVAL-CN0363-PMDZ
102102
# Github: https://github.com/analogdevicesinc/colorimeter
103103
# *depends on LIBIIO
104-
CONFIG_COLORIMETER=n
104+
CONFIG_COLORIMETER=y
105105
#
106106
#
107107
#
@@ -115,7 +115,7 @@ CONFIG_SCOPY=n
115115
# [GNURADIO]
116116
# Gnuradio: software development toolkit that provides signal processing blocks to implement software radios.
117117
# Github: https://github.com/gnuradio/gnuradio
118-
CONFIG_GNURADIO=n
118+
CONFIG_GNURADIO=y
119119
#
120120
#
121121
#
@@ -125,14 +125,14 @@ CONFIG_GNURADIO=n
125125
# *depends on LIBIIO
126126
# *depends on LIBM2K
127127
# *depends on GNURADIO
128-
CONFIG_GRM2K=n
128+
CONFIG_GRM2K=y
129129
#
130130
#
131131
#
132132
# [ADI LINUX SCRIPTS]
133133
# ADI Scripts for Linux images: semi-random collection of small shell scripts which run on various Linux images (on various platforms) which talk to a varity of different ADI boards and parts
134134
# Github: https://github.com/analogdevicesinc/linux_image_ADI-scripts
135-
CONFIG_LINUX_SCRIPTS=n
135+
CONFIG_LINUX_SCRIPTS=y
136136
#
137137
#
138138
#
@@ -151,8 +151,8 @@ CONFIG_ARCH_ARRIA10=y
151151
CONFIG_ARCH_CYCLONE5=y
152152
#
153153
# For arm64:
154-
CONFIG_ARCH_ZYNQMP=n
155-
CONFIG_ARCH_VERSAL=n
154+
CONFIG_ARCH_ZYNQMP=y
155+
CONFIG_ARCH_VERSAL=y
156156
#
157157
#
158158
#

stages/06.boot-partition/01.adi-boot-files/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SERVER="https://swdownloads.analog.com"
1414
XILINX_INTEL_SPATH="cse/boot_partition_files"
1515
XILINX_INTEL_ARCHIVE_NAME="latest_boot_partition.tar.gz"
1616
XILINX_INTEL_PROPERTIES="latest_boot.txt"
17-
RELEASE_XILINX_INTEL_BOOT_FILES="2023_r2"
17+
RELEASE_XILINX_INTEL_BOOT_FILES="2026_r1"
1818

1919
if [ "${USE_ADI_REPO_CARRIERS_BOOT}" == y ]; then
2020

stages/06.boot-partition/02.rpi-boot-files/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ USE_ADI_REPO_RPI_BOOT=y
1212
SERVER="https://swdownloads.analog.com"
1313
RPI_SPATH="cse/linux_rpi"
1414
RPI_PROPERTIES="rpi_archives_properties.txt"
15-
BRANCH_RPI_BOOT_FILES="rpi-6.6.y"
15+
BRANCH_RPI_BOOT_FILES="rpi-6.12.y"
1616

1717
if [ "${TARGET_ARCHITECTURE}" = armhf ]; then
1818
RPI_MODULES_ARCHIVE_NAME="rpi_modules_32bit.tar.gz"

stages/08.export-stage/04.export-image/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
EXPORT_ROOTFS_DIR="export_rootfs_dir"
1010

11-
BOOTLOADER_SIZE="$((8 * 1024 * 1024))"
11+
BOOTLOADER_SIZE="$((20 * 1024 * 1024))"
1212
BOOT_SIZE="$((2048 * 1024 * 1024))"
1313
ROOT_SIZE=$(du --apparent-size -s "${BUILD_DIR}" --exclude var/cache/apt/archives --exclude boot --block-size=1 | cut -f 1)
1414
ALIGN="$((4 * 1024 * 1024))"

0 commit comments

Comments
 (0)