Tag Archives: Computer Programming

Linux OS and GPIO managment

Please note that this post follows on from : GPIO Part 1 :ARM Development boards and their low-level coding Data-sheets This post is part 2 of A Look at how development boards such as the Raspberry PI allow a developer … Continue reading

Posted in computer fundamentals, Cubietruck, Linux, Odroid, Operating systems, Programming skills, Radxa rock, Raspberry pi, Single board computers, Software skills | Tagged , , , , , , , , , | Leave a comment

ARM Development boards and their low-level coding Data-sheets

Low level Arm Processor Development Starting to get to grips with coding on any computer system is not a simple task. At the very start you need to select an appropriate coding language and then choose the best possible learning … Continue reading

Posted in computer fundamentals, Development boards, Development Languages, Radxa rock, Raspberry pi, Software | Tagged , , , , , , , , , , , | Leave a comment

Numeric base systems of (Binary, Octal, Hex-decimal and Decimal)

Computer related numeric systems and their written representation In My last post I talked a little about the way computers see both their pre-defined commands in the form of machine code instructions that are grouped into applications by a programmer. … Continue reading

Posted in computer fundamentals, Development Languages, Programming skills | Tagged , , , , , , , , , , , , | 1 Comment

ARM (SOC – system on a chip) CPU’s , Programming from the ground up …….

Having spent the last three weeks deep in programming language study, reclaiming some C++ and Assembly language skills, I am more than overdue a post here 🙂 These three weeks however have prepared me very well to start sharing some … Continue reading

Posted in Banana Pi M2, Development board hardware, Development Languages, Programming skills, Radxa rock | Tagged , , , , , , , , , , , | 1 Comment

Coding with text file editors

VIM/Emacs and other text file editor, details and cheat sheets Once you get to know the Linux operating system, something that becomes very clear is the need to be able to edit system configuration files along with shell command scripts … Continue reading

Posted in Linux, Operating systems, Text Editors and IDE's | Tagged , , , , , , , , , , , , , | Leave a comment

A look at Linux and programming languages

So far on this blog my posts have related to the hardware I am using in order to help refresh and regain some software development skills and then take these skills forward into learning some new areas. In order to … Continue reading

Posted in Linux, Programming skills | Tagged , , , , , , , , , , , , | Leave a comment