diff options
author | David Lechner <david@lechnology.com> | 2018-05-19 23:25:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-05 10:33:57 -0400 |
commit | 1374d88bf391e4b1a23d55eab4d469b68fd7fc4b (patch) | |
tree | d103b91a2849043c0449697ad431d8933b7dcf20 /board/lego/ev3 | |
parent | 89d811eee694ebd7dee0766e90552b91e89f60fb (diff) |
ARM: legoev3: increase flash image sizes
This increases the kernel image to 4M and the rootfs image to 10M.
It is getting hard to get a kernel image to fit in 3M.
Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'board/lego/ev3')
-rw-r--r-- | board/lego/ev3/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lego/ev3/README b/board/lego/ev3/README index 1a50ca9d03..a356373249 100644 --- a/board/lego/ev3/README +++ b/board/lego/ev3/README @@ -14,8 +14,8 @@ see if there is a boot.scr file on the first FAT partition of the mmc. If there is, it will run the script and boot the kernel from the uImage file also in the FAT partition. Otherwise, it will load a kernel and rootfs from the flash. The kernel must be stored at address 0x50000 on the flash and have a maximum -size of 3MiB. The rootfs must be a squasfs image and stored at 0x350000 in the -flash and have a maximum size of 9.3MiB. The flash starting at 0xCB0000 is +size of 4MiB. The rootfs must be a squasfs image and stored at 0x450000 in the +flash and have a maximum size of 10MiB. The flash starting at 0xE50000 is reserved for user data. Writing image to flash |