Activity
From 10/29/2013 to 11/27/2013
11/14/2013
- JJ 03:40 PM Software Development: RE: MityARM-335x Development Kit touch screen
- Thanks Jonathan.
I just pulled down the latest from the mityarm-linux-v3.2 branch and the touchscreen is working. - JC 01:22 PM Software Development: RE: MityARM-335x Development Kit touch screen
- Jesse,
I just pushed an update to the 3.2 branch.
Upon further investigation it was found that the 3.2 change included some behind the scenes changes to how ti was initializing the touchscreen. A new omap_hwmod interface was added ...
11/13/2013
- JC 10:35 AM Software Development: RE: MityARM-335x Development Kit touch screen
- Jesse,
I agree that doesn't look like it would be the problem.
11/12/2013
- JJ 06:20 PM Software Development: RE: MityARM-335x Development Kit touch screen
- When I diff the config file between the two branches ( git difftool mityarm-linux-v3.2 AM335XPSP_04.06.00.02 -- arch/arm/configs/mityarm-335x-devkit_defconfig ), I don't see any changes to CONFIG_TOUCHSCREEN_TI_ADC or CONFIG_TOUCHSCREEN_...
- JC 05:45 PM Software Development: RE: MityARM-335x Development Kit touch screen
- Jesse,
It also looks like when we switched from 3.1 to 3.2, we switched from the touchscreen driver we wrote to the one that TI added in 3.2. If you could switch back to ours and report whether it starts working that would be a good f... - JC 05:24 PM Software Development: RE: MityARM-335x Development Kit touch screen
- Jesse,
This is a known issue with the current 3.2 kernel. Noted here: http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Cl_v32_AM335XPSP_#Known-Issues
I was unable to determine why the touch events were coming i... - I am having trouble using the touch screen on the MityARM-335x Development Kit wit the mityarm-linux-v3.2 branch of the kernel repository.
I built the boot loader using instructions from : http://support.criticallink.com/redmine/pro...
10/30/2013
- JC 11:44 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Dan,
I noticed while working on your board that you are using debian as your root filesystem. Could you point me to where you got the base filesystem? Or any pointers on getting this to work?
I've found a helpful tutorial for the ...
10/29/2013
- DM 04:05 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- thanks for the support great job. yes fstab need to be fixed along with omap-i2c timeout.
- JC 03:50 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Also this is unrelated but your /etc/fstab file was corrupted on the sd card you sent to us and was throwing a few errors on boot.
- JC 03:36 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Dan,
I found the issue. There was a pin in conflict. The mmc2_wl12xx_init() was using one of the pins your rmii pin mux was using.
I've attached the original patch with my typo fixed. And a patch that disables some extra periph... - JC 02:17 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Interesting, I tried fixing my typo and it breaks ethernet....
- DM 01:55 PM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- thanks work great, but two questions:
1) why is the rmii2 pin mux being called from the baseboard_setup_can()?
2) baseboard_setup_enet is calling rgmii2 pin mux config?
i'm commented out the code in baseboard_setup_enet and inser... - JC 11:55 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I'm fairly certain the only difference with my patch is it doesn't mess up all the whitespace and so should cleanly apply to the branch.
- JC 11:51 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Here is my version of your patch which was applied to the head of the mityarm-linux-v3.2 branch.
EDIT:
Attached again with proper extension. - JC 11:48 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I based it off the mityarm-linux-v3.2 branch but also tested it using the cl_v3.2_AM335XPSP_04.06.00.07 tag that you mentioned and got the same results. I would highly recommend using the mityarm-linux-v3.2 branch though as there have b...
- DM 11:47 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- the error index are expected, no i/o (sign) attach
- DM 11:45 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- which git tag do you use?
- JC 11:43 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I brought it up with
# ifconfig eth0 up
# dhclient eth0
and then _scp_'d the kernel uImage file - DM 11:41 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- great, how did you test the ethernet?
- JC 11:39 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Dan,
I compiled the 3.2 kernel for your board. The networking seems to be working for me (see below). Also the usb_test didn't break but it is reporting some errors. Did you see this when you tried it? - DM 09:12 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- the only change was the usb cdc device. attach is our .config file
- MW 09:09 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I would recommend that you guys sync up on your .config files for the kernel builds as well.
-Mike
- DM 09:06 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- ok we are know on the same page. let me see what i can come up with.
- JC 09:04 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Yes, but you had suggested I test this on our devkit which we don't have such a pic.
- DM 09:03 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- on the board is a pic that is connected to /dev/ttyACM0
- JC 09:01 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- What I meant was that we don't have a physical usb device that identifies itself as /dev/ttyACM0.
- DM 08:59 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- in the config menu
- DM 08:59 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- when you build the kernel add a usb cdc acm device.
- JC 08:54 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- Dan, I don't have a /dev/ttyACM0 device. The only one i have is attached to your board. I'm currently trying to get the kernel to boot on your board. Your patch from above doesn't apply cleanly to the AM335XPSP_04.06.00.02 branch.
- DM 08:52 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- you can test this by running the usb_test /dev/ttyACM0
- JC 08:25 AM Software Development: RE: Ethernet RMII2 working in u-boot, but not kernel
- I had meant that I pulled the patch from the 3.2 branch into the 3.1 branch where you already had ethernet working. How can I test this on our mityarm baseboard? I don't have a cdc device to plug in.