Power & Source of Big Ideas

Hi people, I was trying to use the demo matrix-IR receiver to use the embedded IR receiver untill I realize that the receiver is in GPIOL11 which isn't a mapped GPIO port of the 40, so, how can I use it (call it from program)? Apparently from this post: http://www.friendlyarm.com/Forum/viewtopic.php...
Good morning everyone, I'm trying to find the script.bin file in my nanopi M1 in order to change HDMI resolution but untill now it has been impossible to find it. I'm using the debian that provides friendlyarm in version 3.4xxx (the one attached to in the page). I've been using all I commands and mo...
Debian system HDMI resolution is TF card boot partition root directory script.bin decision, the default is the use of 720p-60Hz Resolution. Boot partition script directory already has several other resolution scrpit.bin, assuming you need 1080p-60Hz resolution, Just use script / script-1080p-60Hz.b...
"Live and learn". Geany became my default "editor" after my last Xubuntu upgrade instead of gedit. Now I know it is more capable than I first thought. Seeing as your issue is totally related to Geany use I would suggest looking around for a Geany forum or a Geany Wiki where they...
Ah, you do have a makefile but you are not using it? Also, it looks like you are working with the Matrix or BitBake tools. I am confused by your reference to Geany. I am sure it is just an editor not an IDE, correct me if I am wrong as I actually use it as an editor only. I have done some matrix st...
Yes, at the top of the .c file you should see #includes all you need to do if find out where those files are and make sure they are in the location pointed to. If the .h file is enclosed in " " then they should be in a local folder with your .c file. If you are compiling from the command ...
Show me the contents of: geany_run_script.sh Where did you get the script from? How did you find gpio.c ? Looks like it is part of a package that you don't have all of the files. WiringPI or the FriendlyArm version? Please see the last comment, I've had success!!!! :lol: :lol: :lol: :lol: :lol: :lol:
Show me the contents of: geany_run_script.sh Where did you get the script from? How did you find gpio.c ? Looks like it is part of a package that you don't have all of the files. WiringPI or the FriendlyArm version? Well, right now geany_run_script.sh must show that file doesn't exist because of th...
Yes, at the top of the .c file you should see #includes all you need to do if find out where those files are and make sure they are in the location pointed to. If the .h file is enclosed in " " then they should be in a local folder with your .c file. If you are compiling from the command ...
davef wrote: Last things first ... have you more than one .c file that you are trying to cross-compile? If you are trying to cross-compile more than one .c file on the command line you need to something like: arm-linux-gnueabihf-gcc -Wall PB.c 1wire.c gpio.c adc.c -o PB ... unless you want to learn...
quote="davef"] Tag_CPU_arch: v7 Is the line you are after. I don't know which arm version your board uses, so you will need to search around for that. Have you been able to cross-compile any programs for your target? Looking back at your original post I would have not expect you to call &q...
Last things first ... have you more than one .c file that you are trying to cross-compile? ./geany_run_script.sh: . . . Did you try running like this: sudo ./geany_run_script.sh Geany is an editor, it has nothing to do with the cross-compile process. Do you get anything when you drop (Program exite...
Hello everyone, I have some problems with the example of the ir receiver on a Nanopi M1, I decided to modify the original demo program to match de embedded ir receiver but when I try to ececute the program, the information that I have until now is: The version of geany is: 1.24.1 The response of the...
Good afternoom, how are you?. I'm to new to linux, programming and I'm having problems here. For some reason geany when I try to run the demo matrix-ir_receiver with the port set to the embedded IR receiver of the nanopi M1, generates an executable of the type object code and not of the type needed ...
Hi Guidol! Thank you so much for your answer. Now I have another question, How can I change the debug port to the usb otg port?. As you can see, I'm kind of new with linux. Hi, that wouldnt be easy :( On a Raspberry Pi you could use the otg-port as normal network port like eth0 (not serial). You co...
Hi, I have the same problem but I don't have as much knowledge of the problem as you. Any help I'll be very gratefull.
1 & 2 = YES 3 = NO :) when the board does start it will - like any Pi Board - send startup-messages (boot) to the serial port (ttyS0). After the boot-messages you will get a login-prompt. After login you could use the normal commands like on a SSH-session, but because you are DIRECTLY connected...
Hello, I need help by make it work an M1 device with the embedded ir receiver, the executable file of the demo is telling that the folder where is the ir receiver doesn't exist, which means that linux somehow is not recognizing the embedded ir receiver, I need to check the defined input but for now,...
Good afternoom, I have an M1 and I'm looking for the boot partition in order to change HDMI resolution but I couldn't found it. In the explorer only appears the folder "/fa" and "/", inside the folder "/" is a subfolder called "root" but inside that folder I c...
Good morning everyone, I have a problem when I try to run the matrix-ir_receiver demo in an M1 . I use the IDE geany to compile it and it gets the error /usr/local/include/libfahw.h:4:23: fatal error: ../common.h: No such file or directory I now that is because is not seeing the headr common.h which...
Good afternoom everyone, how are you?. I'm looking for how to operate the board via serial terminal because otherwise I need a screen and a keyboard and that is not possible for me every time, I mean: 1) As soon as I start the board it send notifications through the serial port?. 2) The commands tha...
Good morning, how are you?, I can't find the script.bin in debian 4.x, can you tell me wher to find it?, the /root folder seems to be empty.
Hi Jim, how are you?. That link still reffering to the chinesse API manual, at least descriptions for the sentences are in chinesse.
Well, apparently there are a mistake in the link to the github repository, the one that worked for me is:

https://github.com/friendlyarm/matrix.git
Hey...how are you?. Actually I'm trying to download the API but it the page is down. I`ve checked right now, what can I do to download the files?
Good night, I'maving trouble with usb memories in debian provided for friendlyarm, it says media not valid, including ext2 memory file system. I've attached a picture

Image
Here is a image of my problem to do updates:

Image
Good afternoom everyone, which IDE do yo recommend for developing applications and to control hardware pins on the nanopi M1?.
Good afternoom everyone, right now I'm testing capabilities of the nanopi M1 with 1GB RAM for playing videos and I've put a movie in a USB stick but when I try to play it with the embedded VLC of ubuntu mate provided by friendlyarme but it does nothing. I also tried to update VLC or the ubuntu itsel...
Good afternoom, If I'm right, You are talking about the H3 microcontroller datasheet, at the section that talks about video output it refers to a MUX that controls wich output is enabled, I think CVBS is the option 1 (the one that is not enabled by default), so you need to change the configuration f...
Good afternoom, If I'm right, You are talking about the H3 microcontroller datasheet, at the section that talks about video output it refers to a MUX that controls wich output is enabled, I think CVBS is the option 1 (the one that is not enabled by default), so you need to change the configuration f...
Good morning Jimm, thank you for your answer, can you help me with some documentation about it, I also have another question, I've been looking the API (its in chinesse) and I'm asking if it is possible to develop on linux without using the API, I mean, I 'd like to configure the peripherals by myse...
Good morning everyone, I'm new to this forum and recently aquired a nanopi M1, I'm from Venezuela and I hope we all can develop our projects succesfully. I'm interested in use CVBS an linux and android, Can you help me?, I saw the answer with the link but I couldn't open it, Can you give me the exac...
Good morning everyone, I'm new to this forum and recently aquired a nanopi M1, I'm from Venezuela and I hope we all can develop our projects succesfully. I'm interested in use CVBS an linux and android, Can you help me?, I saw the answer with the link but I couldn't open it, Can you give me the exac...
Good afternoom everyone, I have some quiestion about this beautifull machine, is there a way to develop using the ARM developer tools?, not over android or linux, just using somthing like keil or another tool, I'm thinking about buy one of this M1 cards and I need to know that.