Activity
From 11/09/2016 to 12/08/2016
11/25/2016
- MK 03:25 AM Software Development: RE: Accessing git repositories when behind firewall
I found a good solution which might be worthwhile sharing :)
"How to Use the Git Protocol Through a HTTP CONNECT Proxy":http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/
11/10/2016
- DV 02:19 PM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hi Dominik,
Glad you found the solution! I know I've spent many hours working on kernel issues to have them solved with one line changes.
Thank you for the update!
Dan - DM 01:21 PM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hey Dan!
I found the culprit! :)
As it often happens in linux kernel, the solution turns out to be very trivial.
It requires enabling CONFIG_LBDAF, which extends kernel partition device sector count width from 32 to 64 bits.
http:/... - DV 11:58 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hi Dominik,
The only thing I could really think of was try the very verbose USB output like you initially suggested or add printk's to the USB driver. Try it with a flash drive and then the 8TB devices and compare the outputs.
I'm ... - DM 09:20 AM Software Development: RE: 8TB USB Mass Storage device being unreadable
- Hey Dan,
Thanks for your reply.
Building CHR_DEV_SG into mitysom kernel doesn't seem to fix anything. The SG initialization message appears now though. I've also tried to use /dev/sg0 device as the dd input with and without DEV_SD dr... - DV 11:51 AM Software Development: RE: GPIO pins high during Pre-loader/Uboot 5CSE-H4-3YA
- Hi Brian,
Unluckily the initial values of the GPIOs aren't configurable from what I've seen. You could edit board/cl/mitysom-5csx/mitysom-5csx.c and in the board_init function set the GPIOs values but I'm not sure how long it takes to...
11/09/2016
- Hello,
I have a project where I hooked up leds to several gpio lines. The gpio lines go high for about 5 seconds (which is not acceptable for this application) during what seems to be the preloader/uboot stage and then go low once the...