This patch seriese is about generating sdcard images for sama5 socs
and enabled necessary kernel and filesystem changes to generate sdimage.
v0->v1:
Adding a missing dependent patch(i.e. Add DEVICE_PACKAGES for sama5) to this
patch series.
Sandeep Sheriker Mallikarjun (4):
at91: Add DEVICE_PAC
Enabled SDHCI for sama5 in kernel default config and this is needed
to mount sdcard rootfs partition during boot.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/sama5/config-default | 5 +
1 file changed, 5 insertions(+)
diff --git a/target/linux/at91/sama5/config-defaul
Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in
default Snapshot build.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/sama5.mk | 18 ++
1 file changed, 18 insertions(+)
diff --git a/target/linux/at91/image/sama5.mk b/target/linux/a
creating sdcard image using gen_at91_sdcard_img.sh for sama5 platform
and sdcard image partition layout is:
P0: Boot (fat32) - Contains(at91bootstrap,u-boot,zImage & dtb)
p1: Rootfs (ext4)
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/Makefile
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/Makefile b/target/linux/at91/
Hi Hauke,
I have re- submitted new patch series version v1 along with missing patch.
Regards,
Sandeep Sheriker
> -Original Message-
> From: Hauke Mehrtens [mailto:ha...@hauke-m.de]
> Sent: Thursday, October 12, 2017 1:43 PM
> To: Sandeep Sheriker Mallikarjun - C17018; lede-dev@lists.in
On 10/05/2017 01:14 AM, Sandeep Sheriker Mallikarjun wrote:
> This patch series fixes the uboot-at91 build error's. In case when a
> uboot package is selected of a different subtarget device, the build
> will fail due to wrong cpu type.
>
> Sandeep Sheriker Mallikarjun (2):
> uboot-at91: remov
On 10/13/2017 07:21 PM, Sandeep Sheriker Mallikarjun wrote:
> Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in
> default Snapshot build.
>
> Signed-off-by: Sandeep Sheriker Mallikarjun
>
> ---
> target/linux/at91/image/sama5.mk | 18 ++
> 1 file changed, 18 i