Part Number: BEAGLEBN
Tool/software: Starterware
Hello,
I'm using Beagle bone black with Debian and running few python programs related to the web services for accessing the data from the web server using python.
But my code gets stuck and running very slow.
The same thing doesn't happen with Raspberry Pi.
When I checked the memory usage using TOP command, Python is consuming 75 % of memory.
Is there any way to solve this problem?
2. My BBB has Debian installed in NAND storage and has my python files running in it. Is it possible to make a complete image from this board (Form the NAND storage and should include my code as well as a part of my image) and use the same image for another BBB rather installing a new Debian and copying code in another BBB?