MAX 10 development board startup
Hi,
beginner trying to get moving with the MAX 10 development board
DK-DEV-10M50-C
MAX® 10 FPGA Development Kit User GuideIntelhttps://cdrdv2-public.intel.com › ug-max10m50-f...
Trying to follow section board update portal (section 2.4)
with days-long difficulty managed to complete step 1 (sec 2.4.1)
Section 2.4.2 begins with a vague statement
-----
"Prepare your software image and change it to the user_flash.flash file with
the elf2flash utility. Make sure that the "--reset" option is set to Flash memory
base address + Reset Vector Offset (0x0083_0000)."
----
Located the elf2flash utility, and ran with
-----
$ elf2flash.exe --input=bup_etha.elf --reset=0x00830000 --base=0x00830000 --end=0x03f7ffff --output=user_flash.flash
(WARNING) elf2flash: Supplied reset address: 0x830000 differs from the elf file reset vector: 0x24430000.
(SEVERE) elf2flash: Boot copier file name required
(SEVERE) elf2flash: Error generating Flash file, exiting
----=
Qs.
What's "your" software image? These are my first steps! Is above input file the right one?
what are the correct address values for above command
A description saying which code is being to programmed to which location/device for what purpose would be really helpful addition to the user guide.
- rgds
b