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, scott
<div class='quotetop'>QUOTE </div> --- Quote Start --- If you don't use a filesystem, then you can directly access the device via the mtd device inodes (but your application is responsible for reading/writing the appropriate offsets in the flash).[/b] --- Quote End --- Can Flash(mtdblock1;kernel) be accessed directly by "open, read,write" routines If I want to update the kernel in runtime, then reboot.