Activity
From 12/01/2019 to 12/30/2019
12/20/2019
- JC 05:04 PM Software Development: RE: fw_printenv not working
- Your config file looks reasonable. Though I'm not sure we've ever gotten the fw_printenv command working. I just tried to build the command in two different versions of u-boot and got a variety of compile errors. But in theory you can ...
- Hi,
fw_printenv command in kernel is not working, for new kernel (4.14).Is there any configuration we have to do u-boot or kernel for this to work.
we are using your u-boot & kernel images only for this experiment for AM3352.
fw...
12/05/2019
- JC 04:32 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- If your magnetics are only 10/100 rated then the 1Gbps speed won't work.
12/04/2019
- SW 01:40 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- hi,
yes thanks for the reply, we shall create a new thread regarding that issue.
& Regarding the Ethernet ping issue:
without adding max-speed property, we are getting "Link is Up - 1Gbps/Full - flow control rx/tx".
that is 1Gb...
12/03/2019
- JC 03:50 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Srinivasa Wunnimani wrote:
> Hi,
> ...
Could you provide more info? Why does your lcd need a gpio exported?
It may help to have a separate post to keep the two issues but its not required. - SW 11:24 AM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Hi,
Thank you for your reply, it worked and we are able to test it.
one more issue we are facing if u can help it will be good.
display lcd is not working in the board, although we are creating it's corresponding gpio directory.
...
12/02/2019
- JC 03:30 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Srinivasa Wunnimani wrote:
> Hi,
> ...
In u-boot we added an environment setting to disable gigabit advertising for our makerboard version.
In som.c, you can remove the ifdef and it will always set disable_giga. - JC 03:27 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Srinivasa Wunnimani wrote:
> Hi,
> ...
The CONFIG_CPSW_SEARCH_PHY_MASK needs to be updated in the config file.
* Run "make menuconfig"
* Navigate to "ARM architecture"
* About half way down the list, update "Select the phy mask".
... - SW 03:26 PM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Hi,
How can we change speed of the Ethernet link from "1Gbps/full" to "100Mbps/full" as in "Link is Up - 1Gbps/Full - flow control rx/tx" .
is it in driver code or dts file after kernel is bought up.
Regards,
Srinivasa - SW 09:58 AM Software Development: RE: Ping is not working on MitySOM-335x Processor Card
- Hi,
Thanks for your reply , we tried all the changes you have suggested in uboot som.c and in kernel dts file as well.
We are not able to ping to any host system , mean to say ping is getting failed in uboot,while dhcp command is n...