[bootlin/training-materials updates] master: Flash lab: update partition definitions in solution (74c373ef)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu May 7 09:36:04 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/74c373efcd17d6dae749cfc99f65a4dfdce48a55

>---------------------------------------------------------------

commit 74c373efcd17d6dae749cfc99f65a4dfdce48a55
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu May 7 09:36:04 2020 +0200

    Flash lab: update partition definitions in solution
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

74c373efcd17d6dae749cfc99f65a4dfdce48a55
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index ad02b3ed..2c84eb30 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -193,7 +193,7 @@ data using the web server.
 
 %Useful u-boot environment variables
 %setenv mtdids nand0=atmel_nand
-%setenv mtdparts mtdparts=atmel_nand:256k(bootstrap),512k(u-boot),256k(u-boot-env1),256k(u-boot-env2),-(UBI)
+%setenv mtdparts mtdparts=atmel_nand:256k(bootstrap),768k(u-boot),256k(u-boot-env2),256k(u-boot-env1),-(UBI)
 %setenv bootargs_base console=ttyS0,115200 rootfstype=ubifs root=ubi0:root ip=192.168.0.100:::::eth0 ubi.mtd=4 ro
 %setenv bootcmd 'mtdparts; ubi part UBI; ubi readvol 0x21000000 kernel;
 %ubi readvol 0x22000000 dtb; setenv bootargs ${bootargs_base} ${mtdparts}; bootz 0x21000000 - 0x22000000'




More information about the training-materials-updates mailing list