Activity
From 11/12/2022 to 12/11/2022
12/10/2022
- VK 10:47 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- Still not working. I notice that get this during load:
12/06/2022
- JC 04:40 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- > changing the ip value from none to dhcp
Don't set dhcp in the kernel bootargs, this will cause boot to fail if it can't get an address and the kernel has no need to get a network connection on boot when you are booting from an sd card... - VK 09:15 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- The problem has returned. And also, I noticed that the boot process stucks at this moment:
12/05/2022
- JC 06:36 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- Glad to hear it
- VK 06:03 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- Suddenly it began to work correctly. I understand nothing;-) I suppose that router was the problem cause.
- VK 05:18 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- Hi Jonathan, thank you for your reply!
Previously I have just connected the board to the router. I did not see the board in my LAN, and ifconfig output contained no IP except localhost. Then I tried to override boot command like this: - JC 02:26 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Cannot establish an ethernet connection
- Hi Vadym, Could you tell me what software and hardware you are using?
Also a console log from boot would be helpful showing the problem your seeing.
12/04/2022
- I cannot establish an ethernet connection for ssh and package updating. How to fix it?
11/18/2022
- CH 02:02 PM MitySOM-A10S Altera Arria 10 Software Development: RE: PWM signal generation.
- Thank you,
Costas - DV 01:59 PM MitySOM-A10S Altera Arria 10 Software Development: RE: PWM signal generation.
- Hi Costas,
Is it acceptable to just have the fan always on at max RPM? If so then a PWM isn't required and you can just plug a fan into J3 and you don't need to worry about PWM logic.
If you do want to control the speed of the fan ...
11/17/2022
- EA 01:06 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: git clone issues with linux-socfpga.git
- Hi Mike,
I tried it in Ubuntu via WSL and yes, it works.
My nonworking windows command window git version is:
git --version
git version 2.38.1.windows.1
I also tried running it via windows powershell and it failed as well.
Ru... - MW 12:00 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: git clone issues with linux-socfpga.git
- Also,
I just tested running the commands listed here with the following version of git. No issues....
What version of git are you using? - MW 11:58 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: git clone issues with linux-socfpga.git
- Hello,
If you are working in windows (windows command shell), you will probably have problems as the linux repository uses logical links, etc. I don't think you can checkout and build linux on a windows NTFS or FAT32/64 filesystem.
... - Hi, I have the issue below. After cloning, repo is unusable.
C:\prj\cl>git clone git://support.criticallink.com/home/git/linux-socfpga.git
Cloning into 'linux-socfpga'...
remote: Counting objects: 7107980, done.
remote: Compressin...
11/15/2022
- We would like to use a cooling fan on the A10 FPGA of the MitySOM-A10S.
We plan to connect the fan to the J3 connector.
How do we generte the PWM signal to control the fan?
And, could you suggest any of the shelf stick on fans to use ...