Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tklauser/apalis-tools
- Owner: tklauser
- Created: 2015-05-21T14:49:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T10:44:51.000Z (over 6 years ago)
- Last Synced: 2023-03-11T17:28:36.623Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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