Skip to content
Snippets Groups Projects
Commit 44a812b7 authored by Bartlomiej Grzeskowiak's avatar Bartlomiej Grzeskowiak
Browse files

iopsys-econet: Add more RAM for kernel


Compressed kernel image must be loaded higher to prevent overlapping
by uncompressed kernel.

loadaddr: 0x86800000
Load Address: 0x80088000

Gives ~108Mb for uncompressed kernel. It is ~84Mb now.

Signed-off-by: default avatarBartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
parent 4e46c793
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ECNT> reset ...@@ -34,7 +34,7 @@ ECNT> reset
ECNT> tftpboot tclinux ECNT> tftpboot tclinux
ECNT> flash erase 0x100000 0x2000000 ECNT> flash erase 0x100000 0x2000000
ECNT> flash write 0x100000 0x2000000 ${loadaddr} ECNT> flash write 0x100000 0x2000000 ${loadaddr}
ECNT> setenv bootcmd "flash read 0x100000 0x2000000 0x83800000;flash imgread 2048;bootm 0x83800000" ECNT> setenv bootcmd "flash read 0x100000 0x2000000 0x86800000;flash imgread 2048;bootm 0x86800000"
ECNT> saveenv ECNT> saveenv
ECNT> reset ECNT> reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment