User Tools

Site Tools


usomiq-kernel-dts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
usomiq-kernel-dts [2015/04/14 17:32]
maxx [Install Debian to NAND]
usomiq-kernel-dts [2015/11/20 09:08] (current)
maxx [Install Kernel and Root File System]
Line 110: Line 110:
  
 ====== Root File System ====== ====== Root File System ======
-===== Debian ​7.0.0 (Wheezy) Root File System =====+===== Debian ​8.0.0 (Wheezy) Root File System =====
  
 This file system is very small and can be installed to the NAND flash on uSomIQ. It is not that small like Angstrom minimal distribution (~20M), but will require around 75M on the flash. However it is a real Debian system with apt-get utility installed. This file system is very small and can be installed to the NAND flash on uSomIQ. It is not that small like Angstrom minimal distribution (~20M), but will require around 75M on the flash. However it is a real Debian system with apt-get utility installed.
Line 121: Line 121:
  
 <​code>​ <​code>​
-wget -c https://​rcn-ee.net/deb/minfs/wheezy/debian-7.5-minimal-armhf-2014-07-07.tar.xz+wget -c https://​rcn-ee.com/rootfs/eewiki/minfs/debian-8.2-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 verify the image with: verify the image with:
 <​code>​ <​code>​
-md5sum debian-7.5-minimal-armhf-2014-07-07.tar.xz +md5sum debian-8.2-minimal-armhf-2015-09-07.tar.xz 
-cae9e0cfac14fd6aa19d4c17357aecc8 ​debian-7.5-minimal-armhf-2014-07-07.tar.xz+406cd5193f4ba6c2694e053961103d1a  ​debian-8.2-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 Extract Image: Extract Image:
 <​code>​ <​code>​
-tar xf debian-7.5-minimal-armhf-2014-07-07.tar.xz+tar xf debian-8.2-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 Now you have a directory with the archived (tar) file system itself and a file with user names/​passwords. Now you have a directory with the archived (tar) file system itself and a file with user names/​passwords.
Line 140: Line 140:
  
 <​code>​ <​code>​
-wget -c https://​rcn-ee.net/deb/minfs/trusty/​ubuntu-14.04-minimal-armhf-2014-07-07.tar.xz+wget -c https://​rcn-ee.com/rootfs/​eewiki/​minfs/​ubuntu-14.04.3-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 verify the image with: verify the image with:
 <​code>​ <​code>​
-md5sum ubuntu-14.04-minimal-armhf-2014-07-07.tar.xz +md5sum ubuntu-14.04.3-minimal-armhf-2015-09-07.tar.xz 
-c30fb91012701cdbfa00bb6c86868d0a ​ubuntu-14.04-minimal-armhf-2014-07-07.tar.xz+b119ede365e7e7f6d380a5c16592f312  ​ubuntu-14.04.3-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 Extract Image: Extract Image:
 <​code>​ <​code>​
-tar xJf ubuntu-14.04-minimal-armhf-2014-07-07.tar.xz+tar xf ubuntu-14.04.3-minimal-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
- Now you have a directory with the archived (tar) file system itself and a file with user names/​passwords.+Now you have a directory with the archived (tar) file system itself and a file with user names/​passwords.
  
 ===== Root File System for NAND ===== ===== Root File System for NAND =====
Line 163: Line 163:
 Download: ​ Download: ​
 <​code>​ <​code>​
-wget -c https://​rcn-ee.net/deb/barefs/wheezy/debian-7.5-bare-armhf-2014-07-07.tar.xz+wget -c https://​rcn-ee.com/rootfs/eewiki/barefs/debian-8.2-bare-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
  
 Verify: ​ Verify: ​
 <​code>​ <​code>​
-md5sum debian-7.5-bare-armhf-2014-07-07.tar.xz +md5sum debian-8.2-bare-armhf-2015-09-07.tar.xz 
-a5f0e75e5ad16bb110d4291f54ed6cb9 ​ ​debian-7.5-bare-armhf-2014-07-07.tar.xz+033a436bcb13b8c98dd7fa4d3ec37503 ​ ​debian-8.2-bare-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 Extract: Extract:
 <​code>​ <​code>​
-tar xJf debian-7.5-bare-armhf-2014-07-07.tar.xz+tar xf debian-8.2-bare-armhf-2015-09-07.tar.xz
 </​code>​ </​code>​
 ====== Install Ubuntu/​Debian ====== ====== Install Ubuntu/​Debian ======
Line 350: Line 350:
  
 === Enable Serial Login === === Enable Serial Login ===
- 
-**Debian:** 
-<​code>​ 
-sudo nano /​media/​rootfs/​etc/​inittab 
-</​code>​ 
-Add at end of file: 
-<​code>​ 
-T0:​23:​respawn:/​sbin/​getty -L ttyO0 115200 vt102 
-</​code>​ 
  
 **Ubuntu:** **Ubuntu:**
usomiq-kernel-dts.1429047149.txt.gz · Last modified: 2015/04/14 17:32 by maxx