Activity
From 01/19/2016 to 02/17/2016
02/17/2016
- How would I go about writing a custom SoC HPS image that I have created to use on the dev board (containing the linux kernel, preloader, U-Boot, rootfs etc..) to the SD/MMC memory which would be blank with no files and SD card is NON-REM...
02/15/2016
- DV 10:57 AM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Glad to hear you got it working!
Dan
02/12/2016
- BW 01:37 PM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Dan,
SOLVED!!!
I found it strange that the sd_image_mitysom_5cse-l2-3y8_dev_kit.bin did not properly boot also. So I pulled another SD card from a different dev board and wrote the image to it, and it properly booted. Then I loade...
02/11/2016
- DV 05:12 PM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hello Brian,
That is very odd that you are still seeing that error with the sd_image_mitysom_5cse-l2-3y8_dev_kit.bin. I just double checked that image and was not able to recreate the errors in your boot log, it booted an got an IP as... - BW 04:48 PM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hello,
So, it seems that the attempt to mount /proc was denied because of the permission settings for the rootfs.tgz. I have been able to pass that stage but after boot I still don't obtain network interface configuration.
Could y...
02/10/2016
- BW 09:48 AM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hello Dan,
Yea, I agree. It looks like the mount /proc is causing issues. CONFIG_PROC_FS is enabled in both the defconfig and .config. Attached are snippets from the diff test and enabled PROC_FS.
Thanks,
Brian
02/09/2016
- DV 05:16 PM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hi Brian,
It appears that all these issues are stemming from the SOM not being able to mount /proc. Can you make sure that CONFIG_PROC_FS is enabled in your defconfig? Also would you mind doing a quick diff of the .config and mitysom5... - BW 08:34 AM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hello Dan,
Thanks for the timely reply. Yes, I was using the Altera Sopc2dts tool to generate the DTB. I have rebuilt the project based on the .dts that you specified above. I was able to get past the Loading Kernel.
I have anothe...
02/04/2016
- DV 03:59 PM Software Development: RE: Board info files MittySOM-5cse-l2-3y8
- Hello Brian,
Are you trying to manually by hand create the DTS or are you using the Altera Sopc2dts tool that will take the output of your quartus build and create the DTS for you?
We normally go about creating the DTS by hand. The... - I'm having trouble creating a dts file that shows the peripherals on the fpga of my design. I can't find the correct xml board info files needed to create the dts file. Any help would be appreciated. The goal is to create all the necessa...