diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/ubi.sh | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Merge branch 'schulung'
updates from current linutronix schulung.git
Conflicts:
Makefile
configpres.tex
flash-memory/ubi/handout_ubi_de.tex
handout.tex
index.txt
pres_master.tex
vorl.tex
vorl1.tex
vorl2.tex
vorl3.tex
vorl4.tex
vorl5.tex
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/ubi.sh')
| -rw-r--r-- | beagle/ubi.sh | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/beagle/ubi.sh b/beagle/ubi.sh deleted file mode 100644 index 5e0c87f..0000000 --- a/beagle/ubi.sh +++ /dev/null @@ -1,32 +0,0 @@ -mtdinfo -a -ubiattach /dev/ubi_ctrl -m 4 -mkfs.ubifs -m 2048 /dev/ubi0 -ubimkvol /dev/ubi0 -N rootfs -t dynamic -m -mkfs.ubifs /dev/ubi0_0 -mkdir /target -mount -t ubifs ubi0:rootfs /target -cp -a /bin /dev /etc /home /lib /media /mnt /opt /root /sbin /usr /var /target/ -mkdir /target/sys -mkdir /target/proc -mkdir /target/tmp -mkdir /target/selinux - -df -h -rootfs 1.3G 147M 1.1G 12% / -ubi0:rootfs 227M 64M 164M 28% /target - -umount /target -reboot - -# uboot kernelcmdline -# setenv bootargs console=ttyO2,115200n8 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs - -# kernel in ubi -ubimkvol /dev/ubi1 -N kernel -t static -m -ubiupdatevol /dev/ubi1_0 /media/uImage.ubi - -# uboot -# setenv mtdparts mtdparts=nand:512k(x-loader),1920k(u-boot),128k(u-boot-env),4m(kernel),-(fs) -ubi part kernel -ubi read ${loadaddr} kernel - |
