Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
1417d91e
Commit
1417d91e
authored
Mar 08, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tmp extended space for rootfs
parent
e913ecfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
elphel393.h
u-boot-tree/include/configs/elphel393.h
+6
-6
zynq_microzed.h
u-boot-tree/include/configs/zynq_microzed.h
+3
-3
No files found.
u-boot-tree/include/configs/elphel393.h
View file @
1417d91e
...
@@ -140,10 +140,10 @@
...
@@ -140,10 +140,10 @@
"sdboot=if mmcinfo; then " \
"sdboot=if mmcinfo; then " \
"run uenvboot; " \
"run uenvboot; " \
"echo Copying Linux from SD to RAM... && " \
"echo Copying Linux from SD to RAM... && " \
"fatload mmc 0 0x
3
F00000 ${kernel_image} && " \
"fatload mmc 0 0x
4
F00000 ${kernel_image} && " \
"fatload mmc 0 0x
3
E00000 ${devicetree_image} && " \
"fatload mmc 0 0x
4
E00000 ${devicetree_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"bootm 0x
3F00000 0x2000000 0x3
E00000; " \
"bootm 0x
4F00000 0x2000000 0x4
E00000; " \
"fi\0" \
"fi\0" \
"usbboot=if usb start; then " \
"usbboot=if usb start; then " \
"run uenvboot; " \
"run uenvboot; " \
...
@@ -154,11 +154,11 @@
...
@@ -154,11 +154,11 @@
"bootm 0x3000000 0x2000000 0x2A00000; " \
"bootm 0x3000000 0x2000000 0x2A00000; " \
"fi\0" \
"fi\0" \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nand read 0x
3
F00000 0x600000 ${kernel_size} && " \
"nand read 0x
4
F00000 0x600000 ${kernel_size} && " \
"nand read 0x
3
E00000 0x500000 ${devicetree_size} && " \
"nand read 0x
4
E00000 0x500000 ${devicetree_size} && " \
"echo Copying ramdisk... && " \
"echo Copying ramdisk... && " \
"nand read 0x2000000 0x1600000 ${ramdisk_size} && " \
"nand read 0x2000000 0x1600000 ${ramdisk_size} && " \
"bootm 0x
3F00000 0x2000000 0x3
E00000\0" \
"bootm 0x
4F00000 0x2000000 0x4
E00000\0" \
"jtagboot=echo TFTPing Linux to RAM... && " \
"jtagboot=echo TFTPing Linux to RAM... && " \
"tftpboot 0x3000000 ${kernel_image} && " \
"tftpboot 0x3000000 ${kernel_image} && " \
"tftpboot 0x2A00000 ${devicetree_image} && " \
"tftpboot 0x2A00000 ${devicetree_image} && " \
...
...
u-boot-tree/include/configs/zynq_microzed.h
View file @
1417d91e
...
@@ -93,10 +93,10 @@
...
@@ -93,10 +93,10 @@
"sdboot=if mmcinfo; then " \
"sdboot=if mmcinfo; then " \
"run uenvboot; " \
"run uenvboot; " \
"echo Copying Linux from SD to RAM... && " \
"echo Copying Linux from SD to RAM... && " \
"fatload mmc 0 0x
3
F00000 ${kernel_image} && " \
"fatload mmc 0 0x
4
F00000 ${kernel_image} && " \
"fatload mmc 0 0x
3
E00000 ${devicetree_image} && " \
"fatload mmc 0 0x
4
E00000 ${devicetree_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"bootm 0x
3F00000 0x2000000 0x3
E00000; " \
"bootm 0x
4F00000 0x2000000 0x4
E00000; " \
"fi\0" \
"fi\0" \
"usbboot=if usb start; then " \
"usbboot=if usb start; then " \
"run uenvboot; " \
"run uenvboot; " \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment