• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/lego/ev3/patches/uboot/configs-legoev3-increase-flash-image-sizes.patch
David LechnerDavid Lechner committed bd61874919720 Nov 2017
Raw file
Source viewDiff to previous
 
1
From cdd8d11858fa34f6e813fae46b5556e9fb3570dc Mon Sep 17 00:00:00 2001
2
From: David Lechner <david@lechnology.com>
3
Date: Sun, 19 Nov 2017 19:54:32 -0600
4
Subject: [PATCH] configs: legoev3: increase flash image sizes
5
​
6
This increases the kernel image to 4M and the rootfs image to 10M.
7
​
8
It is getting hard to get a kernel image to fit in 3M and the rootfs image
9
size now matches the filesyssize variable.
10
​
11
Signed-off-by: David Lechner <david@lechnology.com>
12
---
13
 include/configs/legoev3.h | 2 +-
14
 1 file changed, 1 insertion(+), 1 deletion(-)
15
​
16
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h
17
index 79fa3c4..2eeaf85 100644
18
--- a/include/configs/legoev3.h
19
+++ b/include/configs/legoev3.h
20
@@ -204,7 +204,7 @@
21
    "mmcargs=setenv bootargs mem=${memsize} console=${console} root=/dev/mmcblk0p2 rw rootwait lpj=747520\0" \
22
    "mmcboot=bootm ${loadaddr}\0" \
23
    "flashargs=setenv bootargs mem=${memsize} initrd=${filesysaddr},${filesyssize} root=/dev/ram0 rw rootfstype=squashfs console=${console} lpj=747520\0" \
24
-   "flashboot=sf probe 0; sf read ${loadaddr} 0x50000 0x300000; sf read ${filesysaddr} 0x350000 0x960000; bootm ${loadaddr}\0" \
25
+   "flashboot=sf probe 0; sf read ${loadaddr} 0x50000 0x400000; sf read ${filesysaddr} 0x450000 0xA00000; bootm ${loadaddr}\0" \
26
    "loadimage=fatload mmc 0 ${loadaddr} uImage\0" \
27
    "loadbootscr=fatload mmc 0 ${bootscraddr} boot.scr\0" \
28
    "bootscript=source ${bootscraddr}\0" \
29
-- 
30
2.7.4
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.