aboutsummaryrefslogtreecommitdiffstats
path: root/stage3a_dev
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenCV to installed imaged. Developer: Add OpenJDK-11 next to OpenJDK-17 ↵Sven Gothel4 days2-2/+4
| | | | and the OpenCV developer dependencies
* split openjdk for debian-versions: deb10 -> openjdk11, deb11+12 -> ↵Sven Gothel4 days4-1/+6
| | | | openjdk17; Add ffmpeg libraries (deb10+11: v4, deb12: v5)
* cmake 3.16.3 of Debian 10 on armhf is not capable to be executed under ↵Sven Gothel2021-08-064-1/+40
| | | | | | | | | | | qemu-arm-static, deploy cmake-3.18.4 binaries I crossbuild cmake 3.18.4 on Debian 10 using the vanilla build - deployed in a tar ball for /usr/local. The debian build failed (for producing proper deb packages) This resolves using cmake on a Debian 10 armhf target under qemu-arm-static (chroot w/ binfmt). See:
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ↵Sven Gothel2021-07-173-1/+9
| | | | | | | | | | | | | | | | | | | | | | | loop_rootfs using grub (WIP) - Generic packages: nn-packages[-RELEASE] (using the optional '-RELEASE' variant) - System packages: nn-packages-sys-(raspi|debian)[-RELEASE] (using the optional '-RELEASE' variant), allow to distinguish not only for the RELEASE but the actual underlying distribution. - On debian amd64, all required usb-storage etc modules are loaded for loop_rootfs/initrd - loop_rootfs works on Raspi (Proprietary Bootloader) as well as on Debian (Grub Bootloader) - loop_rootfs uses the first vfat block-device partition for /boot - /boot will be mounted by loop_rootfs and handed over to new root-mount-point, this avoids issues of using an undefined /boot partition (but the first) - rotatelog_init_rootfs: Rotates /boot/init_rootfs.log if having more than 500 lines - FIX export-image: Copy the rootfs.img to the exported full image, which allows testing the image directly via qemu .. etc.
* Add stage3a_dev: Image '-litexdev', developer system on top of stage3a; ↵Sven Gothel2021-07-093-0/+27
Cleaned README.md