Forum Discussion
Altera_Forum
Honored Contributor
20 years agouClinux without Flash (again)
I decided to give uClinux a try on my custom board, but I only have an SD card slot, no CFI. When reading the install guide for uClinux, and when trying it, it won't let me build a kernel project...
Altera_Forum
Honored Contributor
20 years ago1. There is no elf2flt in the linux distribution CD. The source is in the examples/software/linux/utils/elf2flt. But you need libbfd to build it. It should be better to do the buildroot following the marc's page.
2. "nios2-elf-objcopy -O binary vmlinux vmlinux.bin" will create the raw binary file.