Difference between revisions of "WISE-PaaS/OTA Agent(risc linux)"

From ESS-WIKI
Jump to: navigation, search
(Created page with "== Introduction == == Architecture == == How to support == === uboot modification === === make sd card script === === modify-env-tools under linux === == refer to&n...")
 
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 +
 +
This document demonstrates how to support our ota-agent solution under you risc arm linux.
 +
 +
== requirement ==
 +
 +
*This solution is base TI am335x platform, but other platform is similar
 +
*The storage(sd card, Nand flash) capacity need greate than 4G. 8G is recommended
  
 
== Architecture ==
 
== Architecture ==
 +
 +
[[File:linux-ota.png|RTENOTITLE]]
  
 
== How to support ==
 
== How to support ==

Revision as of 10:20, 4 November 2016

Introduction

This document demonstrates how to support our ota-agent solution under you risc arm linux.

requirement

  • This solution is base TI am335x platform, but other platform is similar
  • The storage(sd card, Nand flash) capacity need greate than 4G. 8G is recommended

Architecture

RTENOTITLE

How to support

uboot modification

make sd card script

modify-env-tools under linux

refer to