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
I managed to create a setup over here.
However I do not see the problem that you are experiencing.
The changes that you make is to the Kernel Image right?
Could you share me your zImage file that you are working on?
I tried using the latest zImage from the CycloneV GHRD and the application is able to blink on my end.
Could you test out the devmem command again?
- Try reading the sysID from the FPGA. Expected result from this is you will get a value of "0xACD51302"
- "devmem 0xff210000"
- Try turning on the led manually. Expected result all LED0:7 will turn on.
- "devmem 0xff210008 16 0xFF"
- Try turning off the led manually. Expected result all LED0:7 will turn off.
- "devmem 0xff210008 16 0x00"
Regards
Jingyang,Teh
Hello Jingyang,
PFA zImage it is the customized image with linux kernel 4.14.1, using devmem gives error please find attached screenshot for the same
Thanks,
snehal_p