Not enough memory on the target to process the packet: EXT_SELECT_SIGNALS

1 view (last 30 days)
Hi there!, I'm doing a very simple model in simulink: - One block to read an image from a file (3 outputs: RGB) - One block process to apply histogram equalization to only the red space of a RGB image - Two blocks to show the original and processed images - Target preferences for a beagleboard
If i use a small image, 8KB, works fine, but if i use a 80KB image (that is also small, and the beagleboard have 512MB RAM), i receive this errors:
In matlab command window: "Warning: Not enough memory on the target to process the packet: EXT_SELECT_SIGNALS"
In the beagleboard: "Error in UploadLogInfoInit(). Most likely a memory allocation error or an attempt to re-initialize the signal selection during the data logging process (i.e., multiple EXT_SELECT_SIGNAL packets were received before the logging session terminated or an EXT_CANCEL_LOGGING packet was received)"
Obviously i'm not an expert, and surely this little problem can be easily fixed adding one block or changing something in the configuration. I hope that with your help i can fix it in order to grow in complexity with my model.
Any comments and ideas are welcome, thanks in advance!

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!