Etesting

Estuary Testing


  • 分类

  • 标签

  • 归档

  • 关于

  • 搜索
close
Etesting

Readme.4D05

发表于 2016-12-24 | 分类于 Estuary , Documents |

This is the readme file for D05 platform

阅读全文 »
Etesting

Grub_Manual.4ALL

发表于 2016-12-24 | 分类于 Estuary |
  • Introduction
  • Grub config file
  • files structure bootable partition
  • FAQ
    阅读全文 »
Etesting

UEFI_Manual.4D03

发表于 2016-12-24 | 分类于 Estuary , Documents |
  • Introduction
  • Upgrade UEFI
  • Recover the UEFI when it broke
    阅读全文 »
Etesting

How to install pip

发表于 2016-12-22 | 分类于 Estuary , Documents |

Reference: https://pip.pypa.io/en/stable/installing/

For Centos:

1
2
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

For Ubuntu:
use the same commands as for Centos, or use the following commad:

1
sudo apt-get install python-pip

Verify The Installation:
View a list of helpful commands:

1
pip --help

Check the version of Pip that is installed:

1
pip -V

Which should yield something similar to:

1
pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)

Etesting

Deploy manual for RP release

发表于 2016-12-20 | 分类于 Estuary , Documents |

Updated:
2017-02-08: 补充download_files.sh脚本文件内容。

参考:
https://github.com/Linaro/documentation/blob/master/Reference-Platform/EECommon/Install-CentOS-7.md
https://github.com/Linaro/documentation/blob/master/Reference-Platform/EECommon/Install-Debian-Jessie.md

PXE服务器环境

BoardServer1 / BoardServer2: 192.168.1.107
TFTP根目录: /home/hisilicon/ftp

阅读全文 »
Etesting

Deploy manual for RP on D03

发表于 2016-11-25 | 分类于 Estuary , Documents |

PXE服务器环境

服务器IP地址:192.168.3.100
TFTP根目录:/var/lib/tftpboot

下载相应版本的RP映像文件到tftp目录

RP映像文件以latest版本为例,需要下载的RP映像文件包括:uefi、centos-installer。文件下载链接如下:
uefi:https://builds.96boards.org/snapshots/reference-platform/components/uefi/latest/debug/d03/
centos-installer: https://builds.96boards.org/snapshots/reference-platform/components/centos-installer/latest/
使用download_files.sh脚本进行文件下载。

1
2
3
4
5
6
7
8
9
10
11
12
13
TFTP_ROOT=/var/lib/tftpboot
mkdir ${TFTP_ROOT}/rp1612 && cd ${TFTP_ROOT}/rp1612
mkdir -p uefi/snapshots/latest
mkdir -p centos-installer/snapshots/
wget http://jarsonfang.github.io/etesting/Estuary/Documents/D03/Deploy-manual-for-RP-on-D03/download_files.sh
chmod +x download_files.sh
export PATH=${PWD}:$PATH
pushd uefi/snapshots/latest
download_files.sh https://builds.96boards.org/snapshots/reference-platform/components/uefi/latest/debug/d03/
popd
pushd centos-installer/snapshots
download_files.sh https://builds.96boards.org/snapshots/reference-platform/components/centos-installer/latest/
popd

阅读全文 »
Etesting

Deploy_Manual.4D02

发表于 2016-10-13 | 分类于 Estuary , Documents |
  • Introduction
  • Preparation
    • Prerequisite
    • Check the hardware board
    • Upgrade UEFI and trust firmware
    • Upgrade DTB file
  • Bring up System
    • Boot via ESL
    • Boot via NORFLASH
    • Boot via PXE
    • Boot via NFS
    • Boot via DISK(SAS/USB/SATA)
    • Boot via ACPI
      阅读全文 »
Etesting

Armor_Manual.4ALL

发表于 2016-10-13 | 分类于 Estuary , Documents |
  • Introduction
  • Information of Supported Armor Tools
  • Distributions
  • Installation
  • How to run Tool’s test scripts
    阅读全文 »
Etesting

Introduction_for_Docker

发表于 2016-10-10 | 分类于 Estuary , Documents |

What is Docker?

阅读全文 »
Etesting

Introduction_for_LAMP_with_Docker

发表于 2016-10-10 | 分类于 Estuary , Documents |

How to Build LAMP Service with Docker Images?

阅读全文 »
1…345…8
Estuary

Estuary

Testing cases

73 日志
7 分类
16 标签
GitHub Estuary.org Estuary.github
Creative Commons
Links
  • ABS
  • ProGit
  • Hexo
  • NexT
  • Mastering-Markdown
  • Markdown-Style-Guide
© 2016 - 2017 Estuary
由 Hexo 强力驱动
主题 - NexT.Mist