Test mainline kernel and Ubuntu image on i.CoreMX6
Prerequisite packets:
install the packet:
sudo apt-get install gparted git build-essential libncurses5 wget u-boot-tools zlib1g-dev ncurses-dev \
cmake libc-dev-armhf-cross pkg-config-arm-linux-gnueabihf build-essential checkinstall cmake \
pkg-config lzop libc6 libstdc++6 debootstrap qemu-user-static binfmt-support
Prepare toolchain
Download the arm cross-compile:
wget https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf.tar.xz
and unpack it.
tar -xvf gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf.tar.xz
Download and build u-boot
git clone http://git.denx.de/u-boot.git/ -
git checkout v2017.11
/home/matteo/_work_/test-ubuntu/
export ARCH=arm
export CROSS_COMPILE=../gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
make imx6qdl_icore_mmc_defconfig
make
Download and build Linux kernel
Download the latest source code:
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.15.7.tar.xz
and unpack it.
tar -xvf linux-4.15.7.tar.xz
build the kernel:
export ARCH=arm
export CROSS_COMPILE=../gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf//bin/arm-linux-gnueabihf-
export LOADADDR=0x10008000
cd linux-4.15.7
make imx_v6_v7_defconfig
make -j 8 uImage
make dtbs
Download and build an Ubuntu root filesystem
We'll use the debootstrap tool:
export target=ubuntu-rootfs
export distro=artful
sudo debootstrap --arch=armhf --foreign --include=ubuntu-keyring,apt-transport-https,ca-certificates,openssl $distro "$target" http://ports.ubuntu.com
sudo cp /usr/bin/qemu-arm-static $target/usr/bin
sudo cp /etc/resolv.conf $target/etc
Now have a minimal Ubuntu rootfs - chroot to it and perform the 2nd stage install:
sudo chroot $target
distro=artful
export LC_ALL=C LANGUAGE=C LANG=C
/debootstrap/debootstrap --second-stage
Now Edit the sources. list repositories
vi /etc/apt/sources.list
and enter:
deb http://ports.ubuntu.com/ubuntu-ports/ artful main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ artful-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ artful-security main restricted universe multiverse
set the root password:
passwd root
And then launch the visudo command
visudo
Under the line that looks like:
root ALL=(ALL:ALL) ALL
now add ubuntu keys
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32
apt-get update
apt -y -f install
apt-get upgrade
Now you can install extra packets with apt command. Ex:
apt-get install nano
Now your rootfs is ready.
Exit chroot and remove useless file:
exit
sudo rm $target/etc/resolv.conf
sudo rm $target/usr/bin/qemu-arm-static
Now build the kernel module and firmware:
cd linux-4.15.7/
export ARCH=arm
export CROSS_COMPILE=../gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
make modules
sudo make modules_install INSTALL_MOD_PATH=../ubuntu-rootfs/ ARCH=arm
Prepare SD card.
suppose that your sd card is mounted as /dev/sdc
export DISK=/dev/sdc
- Flash the SPL image into the micro SD card:
sudo dd if=u-boot/SPL of=${DISK} bs=1k seek=1; sync
- Flash the u-boot-dtb.img image into the micro SD card:
sudo dd if=u-boot/u-boot-dtb.img of=${DISK} bs=1k seek=69; sync
sudo fdisk ${DISK}
steps:
d ///delete all partitions currently on sd
n // create new partition
p // Primary partition
1 // partition number 1
8192 //default
+32M //
n // created 2d parition
p
2
73728
default
w
sudo mkfs.vfat ${DISK}1
sudo mkfs.ext3 ${DISK}2
sudo mount ${DISK}1 /mnt
sudo cp linux-4.15.7/arch/arm/boot/uImage /mnt/
sudo cp linux-4.15.7/arch/arm/boot/dts/imx6q-icore.dtb /mnt/
sudo umount /mnt
sudo mount ${DISK}2 /mnt
sudo cp -arf ubuntu-rootfs/* /mnt/
sudo umount /mnt
Array ( [DATI] => Array ( [prd_mk] => 133224 [prd_id] => 101120 [prd_data_ini] => 2023-12-19 10:36:57 [prd_data_fin] => 2999-12-31 00:00:00 [prd_data_crea] => 2017-01-26 13:02:32 [prd_id_utente_crea] => 101554 [prd_id_utente_upd] => 104517 [prd_id_utente_del] => 0 [prd_code] => 0 [prd_seriale] => i-Core-MX6 [prd_cartella] => [prd_nome] => i.Core MX6 [prd_serie] => [prd_parole_chiave] => Cortex™-A9NXP™ i.MX 6 S/DL/D/QMX6MX6SMX6DLMX6DMX6Q [prd_prezzo] => 0.00000 [prd_quantita] => 0.00 [prd_descrizione_5] => [prd_descrizione_6] => [prd_descrizione_7] => [prd_description] => [prd_id_visibility_uo] => 114421 [prd_unita_misura] => 0 [prd_iva] => 22 [prd_barcode] => [prd_categoria_principale] => 100108 [prd_suffisso] => [prd_bitmask] => 1 [prd_disabled_uo] => [prd_schedulable] => 0 [prd_slot_occupation] => 0 [prd_min_order] => 0 [prd_out_service] => 0 [prd_note_interne] => Cortex™-A9 NXP™ i.MX 6 S/DL/D/Q [prd_id_iva] => 22 [prd_sortkey] => 135 [prd_hidden] => 0 [prd_hide_logged] => 0 [prd_params] => [prd_in_evidenza] => 0 [prd_sconto] => 0.00 [prd_sconto_dal] => 0000-00-00 [prd_sconto_finoa] => 0000-00-00 [prd_nuovi_arrivi] => 0000-00-00 [prd_custom_field1] => [prd_custom_field2] => [prd_custom_field3] => [prd_spec_tecniche_1] => [prd_spec_tecniche_2] => [prd_spec_tecniche_3] => [prd_spec_tecniche_4] => [prd_spec_tecniche_5] => [prd_spec_tecniche_6] => [prd_spec_tecniche_7] => [prd_cartelle_colore] => [prd_forced_link] => [prd_out_service_data] => 0000-00-00 [prd_in_service_data] => 0000-00-00 [cat_mk] => 101146 [cat_id] => 100108 [cat_data_ini] => 2022-07-29 15:11:18 [cat_data_fin] => 2999-12-31 00:00:00 [cat_data_crea] => 2017-01-23 16:05:43 [cat_id_utente_crea] => 3 [cat_id_utente_upd] => 101555 [cat_id_utente_del] => 0 [cat_id_parent] => 1 [cat_tree_path] => <1><100108> [cat_tree_depth] => 2 [cat_is_leaf] => 0 [cat_code] => 100108 [cat_cartella] => files/ [cat_ordine] => 79 [cat_colore] => [cat_descrizione_5] => [cat_descrizione_6] => [cat_descrizione_7] => [cat_description] => [cat_id_visibility_uo] => 114421 [cat_hidden] => 0 [cat_is_assistance] => 0 [cat_foto] => [cat_seo_title_5] => [cat_seo_title_6] => [cat_seo_metadescription_5] => [cat_seo_metadescription_6] => [um_mk] => [um_id] => [um_data_ini] => [um_data_fin] => [um_data_crea] => [um_id_utente_crea] => [um_id_utente_upd] => [um_id_utente_del] => [um_code] => [um_description_0] => [um_description_1] => [um_description_2] => [um_description_3] => [um_description_4] => [um_description_5] => [um_description_6] => [um_description_7] => [um_id_visibility_uo] => [id_categorie_associate] => 100108,100109 [prd_availability] => Available at least until Q4 2027 [prd_cpu] => NXP® i.MX6 S/DL/D/Q [prd_dimensions] => 32.1 x 67.6 mm [prd_format] => EDIMM [prd_memory] => Up to 1 GB DDR3-1066 [prd_networking] => 1 x 10/100 Ethernet interface [prd_operating_temp] => Extended or industrial temperature available (see the manual for details) [prd_pcie] => 1 x PCIe interface [prd_power_supply] => + 5V DC [prd_usb] => 2 x USB [prd_videointerf] => 1 x Parallel Up to 2 LVDS HDMI 1.4 port 8 bit CSI INPUT [prd_sistemi_op] => Linux,Android [prd_sistemi_svil] => Debian,Yocto [prd_overview] =>Based on NXP™ i.MX 6Solo, i.MX 6DualLite, i.MX 6Dual or i.MX 6Quad processor. The NXP i.MX 6 series of applications processors combines scalable platforms with broad levels of integration and power-efficient processing capabilities particularly suited to multimedia applications. Optimized for high-performance energy-efficient processing in general embedded, automotive, industrial, and consumer applications. Powerful graphics acceleration. Advanced hardware-enabled security.
[prd_features] =>
- 5V single power supply
- NEON MPE co-processor and VFPC
- Multiformat HD1080 encoder/decoder
- CPU: NXP™ i.MX 6D / i.MX 6Q application processor
- CORE NUM: 1x/2x/4x Cortex™-A9
- FREQ: 800MHz (1GHZ consumer version)
- DRAM WIDTH: 32, 64 bit
- RAM TYPE: DDR3-800/1066
- RAM SIZE: Up to 1024MB
- FLASH TYPE: NAND SLC
- FLASH SIZE: 512MB
- MAX LCD RES: FULLHD
- Simultaneous LCDs: 2/4
- Parallel LCD: 1x 18-bit Parallel LCD
- LVDS: 2x LVDS
- HDMI: 1x TX (1.4)
- CSI input: Up to 2x 8 bit
- HW ACC: Yes
- VIDEO CODEC: Yes
- SATA: 0/1x
- External bus I/F: No
- SDIO: 2x 4bit
- CAN: 2
- UART: Up to 4
- I2C: Up to 2
- I2S: 1x
- SPI: Up to 3
- USB: 2x
- PCI Express: 1x
- ADC: No
- Video ADC: No
- Ethernet: 1x 10/100 with PHY
- Temperature: Commercial/Industrial
- OS: LINUX
- Status: Production
SOM | PYRO IMAGES |
---|
icoremx6solo | engicam-demo-qt |
icoremx6solo | engicam-test-hw |
icoremx6duallite | engicam-demo-qt |
icoremx6duallite | engicam-test-hw |
icoremx6dual | engicam-demo-qt |
icoremx6dual | engicam-test-hw |
icoremx6quad | engicam-demo-qt |
icoremx6quad | engicam-test-hw |
SOM | KROGOTH IMAGES |
---|
icoremx6solo | engicam-demo-qt |
icoremx6solo | engicam-test-hw |
icoremx6duallite | engicam-demo-qt |
icoremx6duallite | engicam-test-hw |
icoremx6dual | engicam-demo-qt |
icoremx6dual | engicam-test-hw |
icoremx6quad | engicam-demo-qt |
icoremx6quad | engicam-test-hw |
[prd_spec_tecniche] => [prd_alias] => i-Core-MX6-i-MX6-based-EDIMM-SOM [prd_seo_title] => [prd_seo_metadescription] => [prd_seo_tag] => [cat_nome] => SOM & COM [cat_descrizione] =>
Engicam offers an extensive range of System on Modules and Computer on Modules based on the latest generation of leading manufacturer's processors.
[cat_alias] => SOM [cat_seo_title] => [cat_seo_metadescription] => [um_description] => [sconto_perc_utente] => 0 [url_vis_prd_col] => /vis-prod/i-Core-MX6/i-Core-MX6-i-MX6-based-EDIMM-SOM ) [ALLEGATI] => Array ( [0] => Array ( [all_mk] => 2070 [all_id] => 100967 [all_data_ini] => 2017-04-28 18:19:41 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-01-30 10:20:34 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => i.CoreM6S-DL-D-Q_REV_1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100000 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100000 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100000 [tpa_description] => [tpa_nome_0] => Errata [tpa_nome_1] => Errata [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => errata [tpa_ordine] => 10 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 76.78K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100000 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100000 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100000 ) [1] => Array ( [all_mk] => 2378 [all_id] => 101951 [all_data_ini] => 2018-01-23 16:05:11 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2018-01-23 16:05:11 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => i.CoreM6S-DL-D-Q_SW_manual_Yocto_2.0.5.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100003 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100003 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100003 [tpa_description] => [tpa_nome_0] => Software manual [tpa_nome_1] => Software manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 25 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2018 [mime_type] => application/pdf [file_size] => 6.18M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100003 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100003 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100003 ) [2] => Array ( [all_mk] => 2135 [all_id] => 101737 [all_data_ini] => 2017-05-02 15:59:05 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 15:59:05 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1307-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 75.46K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [3] => Array ( [all_mk] => 2137 [all_id] => 101739 [all_data_ini] => 2017-05-02 15:59:26 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 15:59:26 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1307-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 79.52K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [4] => Array ( [all_mk] => 2146 [all_id] => 101740 [all_data_ini] => 2017-05-02 16:15:10 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:01:41 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1307-3.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 79.98K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [5] => Array ( [all_mk] => 2144 [all_id] => 101744 [all_data_ini] => 2017-05-02 16:14:13 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:14:13 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1311-3.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 81.70K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [6] => Array ( [all_mk] => 2145 [all_id] => 101745 [all_data_ini] => 2017-05-02 16:14:58 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:14:58 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1405-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 57.99K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [7] => Array ( [all_mk] => 2148 [all_id] => 101747 [all_data_ini] => 2017-05-02 16:18:56 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:18:56 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1502-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 79.21K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [8] => Array ( [all_mk] => 2244 [all_id] => 101835 [all_data_ini] => 2017-07-19 14:24:48 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-07-19 14:24:48 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1503-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 74.66K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [9] => Array ( [all_mk] => 2149 [all_id] => 101748 [all_data_ini] => 2017-05-02 16:19:14 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:19:14 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1505-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 56.72K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [10] => Array ( [all_mk] => 2150 [all_id] => 101749 [all_data_ini] => 2017-05-02 16:20:05 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:20:05 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1505-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 53.74K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [11] => Array ( [all_mk] => 2151 [all_id] => 101750 [all_data_ini] => 2017-05-02 16:21:03 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:21:03 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1506-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 533.71K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [12] => Array ( [all_mk] => 2152 [all_id] => 101751 [all_data_ini] => 2017-05-02 16:21:47 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:21:47 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1507-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 53.86K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [13] => Array ( [all_mk] => 2153 [all_id] => 101752 [all_data_ini] => 2017-05-02 16:22:15 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:22:15 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1508-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 56.90K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [14] => Array ( [all_mk] => 2155 [all_id] => 101754 [all_data_ini] => 2017-05-02 16:24:45 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:24:45 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1605-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 54.87K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [15] => Array ( [all_mk] => 2334 [all_id] => 101914 [all_data_ini] => 2017-11-29 11:05:28 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-11-29 11:05:28 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1711-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2017 [mime_type] => application/pdf [file_size] => 93.43K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [16] => Array ( [all_mk] => 2787 [all_id] => 102321 [all_data_ini] => 2019-03-12 12:48:34 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2019-03-12 12:48:34 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1903-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2019 [mime_type] => application/pdf [file_size] => 120.37K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [17] => Array ( [all_mk] => 4685 [all_id] => 103599 [all_data_ini] => 2020-04-10 11:26:33 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2020-04-10 11:26:33 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1910-1.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2020 [mime_type] => application/pdf [file_size] => 129.61K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [18] => Array ( [all_mk] => 2383 [all_id] => 101746 [all_data_ini] => 2018-01-23 16:56:01 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-05-02 16:16:08 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_1405-2.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => int [all_bitmask] => 2 [all_sort_key] => 99 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2018 [mime_type] => application/pdf [file_size] => 71.75K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [19] => Array ( [all_mk] => 12717 [all_id] => 108471 [all_data_ini] => 2023-07-13 15:00:14 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-07-13 15:00:14 [all_id_utente_crea] => 103516 [all_id_utente_upd] => 103516 [all_id_utente_del] => 0 [all_href] => 331E.draco.glb [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100015 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100015 [tpa_data_ini] => 2021-12-21 12:31:39 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100015 [tpa_description] => [tpa_nome_0] => 3D file [tpa_nome_1] => 3D file [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => glb [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 30 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/octet-stream [file_size] => 1.85M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100015 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100015 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100015 ) [20] => Array ( [all_mk] => 12661 [all_id] => 108426 [all_data_ini] => 2023-06-13 16:04:34 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-06-13 16:04:34 [all_id_utente_crea] => 103516 [all_id_utente_upd] => 103516 [all_id_utente_del] => 0 [all_href] => Heat_sink_assembly_i.CoreMX6_D-Q_REV_A.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/pdf [file_size] => 274.78K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100002 ) [21] => Array ( [all_mk] => 12660 [all_id] => 108425 [all_data_ini] => 2023-06-13 16:04:23 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-06-13 16:04:23 [all_id_utente_crea] => 103516 [all_id_utente_upd] => 103516 [all_id_utente_del] => 0 [all_href] => Heat_sink_assembly_i.CoreMX6_S-DL_REV_A.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/pdf [file_size] => 281.04K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100002 ) [22] => Array ( [all_mk] => 12715 [all_id] => 108469 [all_data_ini] => 2023-07-13 12:44:17 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2023-07-13 12:44:17 [all_id_utente_crea] => 103516 [all_id_utente_upd] => 103516 [all_id_utente_del] => 0 [all_href] => i.Core_MX6S-DL-D-Q_HW_manual_2.1.6_.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100002 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100002 [tpa_data_ini] => 2021-12-21 12:31:20 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100002 [tpa_description] => [tpa_nome_0] => Hardware manual [tpa_nome_1] => Hardware manual [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => non gestita [tpa_ordine] => 20 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2023 [mime_type] => application/pdf [file_size] => 4.58M [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100002 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100002 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100002 ) [23] => Array ( [all_mk] => 14069 [all_id] => 109013 [all_data_ini] => 2024-05-06 15:32:55 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2024-05-06 15:32:55 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => i.Core_MX6_Flyer.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 2 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 2 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 2 [tpa_description] => [tpa_nome_0] => Altro [tpa_nome_1] => Others [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf|doc|docx|odt|odm|jpg|jpeg|png|tif|tiff|gif|xls|xlst|ods|zip|txt [tpa_icona] => [tpa_cartella] => altri_file [tpa_ordine] => 99 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2024 [mime_type] => application/pdf [file_size] => 354.63K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t2 [percorso_relativo] => custom/files/114421/ct10000_id101120_t2 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t2 ) [24] => Array ( [all_mk] => 8128 [all_id] => 105979 [all_data_ini] => 2021-10-15 17:25:34 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-10-15 17:25:34 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_21101.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 50.17K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) [25] => Array ( [all_mk] => 8159 [all_id] => 106009 [all_data_ini] => 2021-12-07 14:00:49 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2021-12-07 14:00:49 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => PCN_21111.pdf [all_didascalia_0] => [all_didascalia_1] => [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 100001 [all_lingua] => en [all_bitmask] => 2 [all_sort_key] => 101 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 100001 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 100001 [tpa_description] => [tpa_nome_0] => PCN [tpa_nome_1] => PCN [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => pdf [tpa_icona] => [tpa_cartella] => pcn [tpa_ordine] => 15 [tpa_is_img] => 0 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 114421 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => [all_anno] => 2021 [mime_type] => application/pdf [file_size] => 105.75K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t100001 [percorso_relativo] => custom/files/114421/ct10000_id101120_t100001 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t100001 ) ) [ALLEGATI_YEARS] => Array ( [2017] => 2017 [2018] => 2018 [2019] => 2019 [2020] => 2020 [2023] => 2023 [2024] => 2024 [2021] => 2021 ) [IMMAGINI] => Array ( [0] => Array ( [all_mk] => 1219 [all_id] => 100960 [all_data_ini] => 2017-01-30 09:49:20 [all_data_fin] => 2999-12-31 00:00:00 [all_data_crea] => 2017-01-30 09:48:50 [all_id_utente_crea] => 101555 [all_id_utente_upd] => 101555 [all_id_utente_del] => 0 [all_href] => i.Core_M6D_Q.png [all_didascalia_0] => i.Core_MX6 [all_didascalia_1] => i.Core_MX6 [all_didascalia_2] => [all_didascalia_3] => [all_didascalia_4] => [all_didascalia_5] => [all_didascalia_6] => [all_didascalia_7] => [all_prodotto] => 101120 [all_tipo] => 1 [all_lingua] => en [all_bitmask] => 1 [all_sort_key] => 0 [all_id_visibility_uo] => 114421 [all_params] => [tpa_id] => 1 [tpa_data_ini] => 1900-01-01 00:00:00 [tpa_data_fin] => 2999-12-31 00:00:00 [tpa_data_crea] => 1900-01-01 00:00:00 [tpa_id_utente_crea] => 1 [tpa_id_utente_upd] => 1 [tpa_id_utente_del] => 0 [tpa_code] => 1 [tpa_description] => [tpa_nome_0] => Foto (Galleria) [tpa_nome_1] => Photos (Gallery) [tpa_nome_2] => [tpa_nome_3] => [tpa_nome_4] => [tpa_nome_5] => [tpa_nome_6] => [tpa_nome_7] => [tpa_estensioni_valide] => jpg|jpeg|png|tif|tiff|gif|webp [tpa_icona] => [tpa_cartella] => foto [tpa_ordine] => 0 [tpa_is_img] => 1 [tpa_bitmask] => 1 [tpa_id_visibility_uo] => 0 [tpa_max_num_files] => 0 [tpa_storage_path] => [all_didascalia] => i.Core_MX6 [all_anno] => 2017 [mime_type] => image/png [file_size] => 237.26K [percorso] => /var/www/remida/public_html/catalogo/custom/files/114421/ct10000_id101120_t1 [percorso_relativo] => custom/files/114421/ct10000_id101120_t1 [percorso_http] => https://remida.genetrix.it/catalogo/custom/files/114421/ct10000_id101120_t1 ) ) [IMMAGINI_YEARS] => Array ( [2017] => 2017 ) ) 1