Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAM29LV065D FLASH read, erase, program?
Hi All, Does anyone know how to read erase and program the AMD flash memory in ucLinux using C programs? (AM29LV065D or AM29LV128MH) I use this memory for store uClinux FPGA SOF and user’s...
Altera_Forum
Honored Contributor
20 years agoHi mikewest,
># ./erase.exe /dev/mtd2 > MTD_open > File open error Does /dev/mtd2 exist ... as a character mode device? And did you enable the char mode mtd driver in you kernel? Regards, --Scott