Forum Discussion
Executing a application/executable file on customized boot image for DE1SOC board
- 3 years ago
Hi
I have tried out your zImage and able to run the led application successfully.
Please find the screenshot below:
Did you flash the FPGA configuration before booting into the linux environment?
As for the fitter error, you will need to run both of the TCL script below (located:soc_system\synthesis\submodules):
hps_sdram_p0_parameters.tcl
hps_sdram_p0_pin_assignments.tcl
Regards
Jingyang, Teh
Hi snehal_p
You could try one of this command "memtool" or "devmem".
Try entering the command in the linux environment on your target and see if either command is available in your target environment.
Next try command below to read :
devmem 0xFF2010008 16
memtool md -l 0xFF2010008
Next try command below to write:
devmem 0xFF2010008 16 0xFF
memtool mw -l 0xFF2010008 0xFF
Regards
Jingyang, Teh
- snehal_p3 years ago
Contributor
Hello Jingyang,
Thanks, I tried with the commands but it is giving invalid argument.
Also I tried executing file and every application file I have generated worked well, PFA screenshot and debug log, but when I executed it again it is giving issues.
PFA debuglog and help me analyze the issue.
Zimage used is customized .