Difference between revisions of "LTSI Kernel Porting Information: Debian Wheezy"

From eLinux.org
Jump to: navigation, search
Line 34: Line 34:
  
 
  <big>'''Notes:'''</big> <br />(Please leave your comment for LTSI, your suggestions on any other porting target distributions, hardware etc ...)
 
  <big>'''Notes:'''</big> <br />(Please leave your comment for LTSI, your suggestions on any other porting target distributions, hardware etc ...)
 +
 +
How to boot from USB:
 +
<pre>
 +
CuBox>> usb start ; ext2load usb 0 2000000 uImage ; bootm 2000000
 +
</pre>

Revision as of 21:09, 1 September 2013

LTSI Kernel Porting Information: Debian GNu/Linux 7.0 (Wheezy)

The following shows the information of the result of porting LTSI Kernel to Debian GNu/Linux 7.0 (Wheezy). Anyone is more than well come to add information here in the following format

What had been done:
(Please describe your changes for LTSI to work for the target distribution)




Changes:
(Please describe summary of your changes and suggestions for others)




Patches:
I am managing patches in https://github.com/iwamatsu/linux/tree/3.4.46-ltsi-cubox



Notes: 
(Please leave your comment for LTSI, your suggestions on any other porting target distributions, hardware etc ...)

How to boot from USB:

CuBox>> usb start ; ext2load usb 0 2000000 uImage ; bootm 2000000