Forum Discussion
also when programming the current flash file from nios2flash programmer GUI
its showing error code 8
- praveenkumar4 years ago
Occasional Contributor
also from command line i tried both the flash file and override file .
it shows error both like unable to open the file
what could be the exact reason .
anybody please look into this issue
- EricMunYew_C_Intel4 years ago
Frequent Contributor
Can you check and refer to the attached.
- praveenkumar4 years ago
Occasional Contributor
eah its the same way i designed in the qsys and also while i writing to flash by following the datasheet procedure .
ox4089 if i am writing this 16 bit data in some 0x0 location
and while i am reading the location 0x0 its showing 0x89 and 0x1 location its showing 0x40.
its showing lsb in 0x0 location and MSb in 0x1 location.
through code its reading some cfi table locations according to datasheet.
so i think i correctley designed in qsys. and none of the above problems are solved .
and another question i converting .sof file to pof and i added cfi flash programmed through quartus programmer and it is stored in flash and application is running on power on. in same way if i convert the sof file to hex format and receive through uart and i will erase the flash and write the data in hex format manually through c code . will it run on power on condition
thaks for reply.