Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup a development environment

364 bytes added, 11:52, 24 March 2010
m
Copy kernel and rootfs in flash memory
=== Copy kernel and ''rootfs'' in ''flash'' memory ===
Copy can be done either from ''uboot'' or ''linux''. To copy the ''rootfs'', a ''jffs2'' file is needed. If you do not need any modification to the one created [[How_to_setup_a_development_environment#Rootfs|previously]], you can jump next step. If you have made changes to the ''rootfs'' (for example when using it for [[How_to_setup_a_development_environment#Over_network|''NFS'' boot]]), you will have to build the ''jffs2'' file from the ''rootfs'' directory.
First step is to create ====Create the ''jffs2'' file (if you do not have it), which will ==== The following package needs to be used installed to copy create the ''rootfsjffs2''. The following package needs to be installedfile:
<pre>
sudo apt-get install mtd-utils
0
edits