blueoil
blueoil copied to clipboard
Ultra96v2 Support
Support for Ultra96v2
Steps
- [ ] Create Ultra96v2 Image with Ubuntu 18.04
- [ ] Update Converter for aarch64 + fpga (Ultra96v2)
- [ ] Add CI for Ultra96v2
Create Ultra96v2 Image with Ubuntu 18.04
We need the following files to create a SD card image
- boot-loader
- u-boot files
- OS related files
- raw_partition.img(rootfs)
- uImage.bin
- kernel_modules.tar.gz
- udmabuf.ko
- Files for boot and FPGA configuration
- boot.bin (This includes 1st boot loader, uboot, FPGA configuration)
- system.dtb
- uEnv.txt
Tasks
- [x] Build rootfs #560
- [ ] Build uImage and kernel modules
- [ ] Build boot.bin (FPGA files and boot-loader) and system.dtb and uEnv.txt for Ultra96v2
- [ ] Create SD card image with all files
- [ ] Upload new image for public and Update Documents for Ultra96v2
- [ ] Modify code of converter to support Ultra96v2
Concerns
Where should we put the generated above files? Current binary files for DE10-Nano is on this GitHub repository, but it is not a good method to manage binary files.
@tk26eng I created an issue for Ultra96v2 support, please check it. Let's discuss this here. 👍