Click here to Skip to main content
15,895,142 members

Comments by Ivan Ivanov 83 (Top 43 by date)

Ivan Ivanov 83 26-Nov-19 13:03pm View    
Hi :) thanks for your reply.

The dialog is borderless and the entire client area (which is small) is taken be an editbox. So when the dialog is shown you see only an editbox floating on the screen. The ability to hide it by clicking outside it, is an essential part of the task given to me. So that's not an option, but thanks for your suggestion. :)
Ivan Ivanov 83 3-Feb-19 6:43am View    
Yes editing am335x_evm.sh is absolutely the way to configure BBBs gadgets. It gives you control over almost all peripheries.
Ivan Ivanov 83 1-Oct-17 12:26pm View    
Thanks for your response. You do realize that this thread is 7 years old right? :)
Besides I knew that. That's why I tried to write an extension that would allow me to inline assembly code.

My point was to write a program that looks for assembly code and exports it to .asm files to be compiled by MASM which my program would call automatically. The asm code snippets would be fashioned as functions and calls to those functions would be placed in the C++ code where those asm blocks were originally placed. All that would be handled by my program for seamless compilation.

It's long since I gave up on what I was trying to do. Basically "Sounds good, doesn't work" and it's not worth the time and effort. Dave Kreskowiak was right, I didn't know what I was getting into.
Ivan Ivanov 83 28-Sep-17 8:56am View    
Thank you for your reply :)

"As far as I understand, /sys/class/udc/ is created / filled by the preceding script commands (does not exist before or is empty)"
- That could very well be the case. However the content of that directory is the same before and after the script is ran. Ether the commands in the script don't affect the content or they're not setting everything properly.

I did try to echo the contents of /sys/class/udc/ (namely hdrc.0.auto) into the UDC file but I get the same error every time. (That's after the script is ran)

So, are you familiar with programming BeagleBone, if you don't mind me asking? :)
Ivan Ivanov 83 6-Mar-14 15:17pm View    
You are welcome :)