Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tklauser/apalis-tools

Tools for Tegra 3 based Toradex Apalis modules
https://github.com/tklauser/apalis-tools

Last synced: 16 days ago
JSON representation

Tools for Tegra 3 based Toradex Apalis modules

Awesome Lists containing this project

README

        

# apalis-tools
Tools useful for hacking on Tegra 3 based Toradex Apalis modules.

## nvtegraparts

Print partitioning information for the PT image on the internal eMMC flash. Based on nvtegrapart from https://github.com/Stuw/ac100-tools

### Usage

Directly on the Apalis:

$ nvtegraparts /dev/mmcblk0boot1

On an image file (e.g. created with `dd if=/dev/mmcblk0boot1 of=mmcblk0boot1.img bs=4096 count=1`):

$ nvtegraparts mmcblk0boot1.img

## trdx-configblock

Read/write Toradex configuration block from eMMC flash. Based on u-boot code from http://git.toradex.com/cgit/u-boot-toradex.git

### Usage

Directly on the Apalis:

$ trdx-configblock /dev/mmcblk0