Activity
From 10/07/2016 to 11/05/2016
10/26/2016
- DV 10:07 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- So this might be a red herring but in the pi's dmesg it has the following line, which the MitySOM doesn't:
10/25/2016
- DM 11:10 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hello Dan,
Yes. I tested with 8 and 16GB USB sticks as well and it works just fine, so the culprit might be in the unusual size. - DV 09:21 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hello Dominik,
Have you tried a quick test of using a smaller flash drive with the MitySOM? Just to see if we can get a baseline, I've used 8GB/16GB flash drives on the MitySOM without issue.
Thanks!
Dan - BW 09:49 AM Software Development: RE: SPI on MitySOM
- Thanks so much. That info provided the missing link for the Device Tree
--Brian
10/24/2016
- DM 05:20 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- The kernel used on MitySOM is 3.16.0.
- Hello!
I'm trying to use an USB device enumerating as a 8TB Mass Storage with 5CSX-H6-42A kit. It's connected through a mini-USB OTG adapter.
It doesn't appear to be working properly. Any read from the device ends up returning 0 byte...
10/12/2016
- MK 03:33 AM Software Development: RE: Increase POSIX message queue size
- > Just a suggestion: you could add a startup script that does the ulimit -q on startup so every time the system is booted the limit is set to the higher value.
Yes, sure, I know this.
But for now, I prefer modifying the kernel:
10/07/2016
- DV 01:26 PM Software Development: RE: Increase POSIX message queue size
- Understood, our IT department is still currently working on seeing what is going on with the certs
Just a suggestion: you could add a startup script that does the ulimit -q on startup so every time the system is booted the limit is se... - MK 06:47 AM Software Development: RE: Increase POSIX message queue size
- > I was able to recreate this issue. It looks like pam wasn't enabled in the yocto build when the file system was built, more information about enabling it can be found here: https://wiki.yoctoproject.org/wiki/PAM_Integration
I'll tak...