You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this milestone, we cover:

  • How to start and run the system from scratch
  • How to start your own customised solution 
  • How to update RPi4 board running all needed tools locally


Clone GitHub repository with SmartAg-foundation:
git clone https://github.com/open-horizon-services/SmartAg-foundation SmartAg-foundation
cd SmartAg-foundation/tools

To create an initial BSP image in SD card for the RPi4 board, where you can deploy your own services to support sensors.
Download OS image from here, copy file to SmartAg-foundation/tools/os.img
Insert SD card and run:
./write_bsp_image node_name
(node_name can be any suitable name for Edge node and will be used later to deploy the services)



Links

Distributed artificial intelligence
Open Retail Reference Architecture
The AgStack Foundation - https://agstack.org/



Goals

  1. Start system from scratch with ability to extend it with new services.


System Diagram

<>

  • No labels