Questions tagged [debian]
10 questions
3
votes
2 answers
BeagleBone Black reboots periodically
My BeagleBone Black reboots periodically after some random time (> 5hours)? I am totally stucked with ideas, I have my app working for that some random time and system gets reset. BBB works on Debian Linux. Is there any solution for this, whether…

Junior
- 1,009
- 4
- 23
- 44
2
votes
1 answer
Xilinx ISE on Debian 10+
I have been working for quite some time now with Xilinx ISE 14.7 on Debian development machines. Before the suggestion comes: We use a Virtex-6 FPGA for our research and have no option to switch to something Vivado compatible (besides, they are…

T0eJam
- 23
- 4
1
vote
0 answers
Flashing MCU using JTAG ICE 3 / Avrdude / Beagle Bone Black
I am in need of flashing ATmega1284P using Beagle Bone Black. I have JTAG ICE 3 connected via USB cable to Beagle Bone Black with Debian GNU/Linux 7 (wheezy). I have compiled version of Avrdude 6.1 which should support jtag ice 3 programmer. The…

Vladiks
- 11
- 1
1
vote
1 answer
Different ways of using UART
What is the difference when you send/receive data via Linux serial device file like ttyS3 and when you directly read/write from/to UART FIFO buffers? What situation is more safe and better?
How device file ttyS and UART FIFO buffers are connected,…

Junior
- 1,009
- 4
- 23
- 44
0
votes
1 answer
Restore Image File from an Embedded Linux
I am working a project and I am running python on my SOM module( Variscite DART-6UL ). The libraries installation take too much time that I need. Because of that I want to take an image file after libraries installation. Is this possible? ( Note : I…

Muhammed_Shn
- 11
0
votes
1 answer
How to enter bootloader on a Embedded Linux System with no keyboard?
I am trying to reflash a microcontroller.
An instruction in the manual states that:
Power up the owa4x and press the space bar to enter the bootloader prompt
Insert the uSD card with the images to flash
Confirm a FAT32 formatted SD card is…

mega_creamery
- 199
- 1
- 1
- 10
0
votes
0 answers
Using a BeagleBone board as a serial terminal server
I am trying to use a BeagleBone Green Wireless board as a serial terminal server.
That is, connect USB-UART cables to the USB ports to control other serial devices when I log into it over the internet
I currently have one USB-serial cable connected…

Engineer999
- 161
- 1
- 7
0
votes
1 answer
How can I get GPIO working on the Orange Pi Zero Plus (v1)?
When running the pyA20 library in python I get the error:
AttributeError: module 'pyA20.gpio.port' has no attribute 'PA0'
Or when running gpio readall I get the error:
Oops: Unable to determine board revision from /proc/cpuinfo
-> No "Hardware"…

andowt
- 988
- 1
- 7
- 25
0
votes
1 answer
Is there another way to interface with BeagleBone Black hardware
As an example, to turn on one of the on-board LED's you need to update the text file "/sys/class/leds/beaglebone:green:usr0"
In writing some tests just turning on and off lights, it's very slow. I believe this is because it uses the file system…

user3953989
- 103
- 1
- 3
0
votes
1 answer
Inconsistent GPIO values on Beaglebone Black running Debian
I'm trying to use GPIO on my Beaglebone Black, but I'm running into some behavior I don't understand. I have two pins (gpios 27 and 61) configured to input with active_low set to 0. There is nothing connected to either pin (or any pin on the board…

SimpleJ
- 103
- 3