2019_R2: stage6: aditof-sdk: Fix process using 100% of cpu core
Pre-release
Pre-release
1. Major updates:
i. First partition (boot partition) :
- on boot partition should exist by default boot files for booting on RPI
- folder structure for projects has been changed in next way:
- projects that are using the same BOOT.BIN will have subfolders with all supported DTB files. Exceptions:
- zcu102 with adrv9002 projects has two versions of BOOT.BIN (CMOS / LVDS interfaces) and there are two device trees file (zynqmp-zcu102-rev10-adrv9002 and zynqmp-zcu102-rev10-adrv9002-rx2tx2). All combinations between those should work.
- adrv9009-zu11eg with fmcomms8 has one device tree for simple project and another two for multisom ('primary' and 'secondary')
- projects that are using the same BOOT.BIN will have subfolders with all supported DTB files. Exceptions:
ii. Second partition (rootfs partition)
- Root file system (previously from Linaro) was replaces by Kuiper rootfs: https://github.com/analogdevicesinc/adi-kuiper-gen/tree/2019_R2.
- The same file system should work for dev boards and also for Raspberry PI.
iii. Third partition (altera partition) :
- on altera partition should be written the preloader for booting on Cyclone5 SOC, de10nano or Arria10 SOC.