Activity
From 09/27/2013 to 10/26/2013
10/25/2013
- JC 01:37 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Are you applying your patch on top of these checkouts?
- DM 01:21 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- the usb port is stable on tag cl_v3.2_AM335XPSP_04.06.00.07
but Ethernet will not work. usb is unstable on tip AM335XPSP_04.06.00.02 branch, but Ethernet will work.
Any ideas? - DM 10:27 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- still a problem with usb on this branch.
- AB 10:23 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Could you post an updated patch to show what was changed to resolve the issue?
Thank you. - DM 10:04 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- thank you for the support
- DM 10:01 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- commented out some of the pin mux structs and now Ethernet is working.
10/24/2013
- DM 01:22 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- we are not using flash
- JC 01:15 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Also do you plan on using the nand? You have a module that has the larger 512MB nand which requires the latest u-boot and kernel image to work (See the CONFIG_NAND_MITYARM_LARGE_PAGE_SUPPORT option for the kernel and the mityarm335x_4kp...
- DM 01:14 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- new patch file using format-patch --ignore-space-change
- JC 01:08 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I'm having a hard time finding the actual change in the patch. If you could recreate your patch ignoring white space change that would be much appreciated.
- JC 01:03 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- FYI, the kernel has very strict rules about formatting. In this case the use of tabs instead of spaces. Most of your patch is converting tabs to spaces which is a big no no for kernel code.
https://www.kernel.org/doc/Documentation/Cod... - problem description:
no eth0 data begin transmitted on tx0 or tx1 lines, running with rmii2 configuration.
mac_control loopback not working.
ifconfig stats for eth0: showing tx counter incrementing, all other counters are zero.
*...
10/22/2013
- JC 11:42 AM PCB Development: RE: VBACKUP Current Draw
- Mark,
This change has been added to u-boot. The following branches have the fix:
* AM335XPSP_04.06.00.03
http://support.criticallink.com/gitweb/?p=u-boot-mityarm-335x.git;a=commit;h=359dcc2dc57a10c0e495c8f352cd0812d1db8171
* AM3...