Re: [U-Boot] On writing .ext4 image to MMC

2018-01-15 Thread Vincent Prince
Hi, I think you can also create an ext4 image with extra space in it. You can use bmap tool if size is a concern. Regards, Vincent 2018-01-12 19:22 GMT+01:00 Adam Lee : > I was hoping to get this done in the bootloader otherwise I have to change > the rootfs ;) > > On

Re: [U-Boot] On writing .ext4 image to MMC

2018-01-12 Thread Adam Lee
I was hoping to get this done in the bootloader otherwise I have to change the rootfs ;) On Fri, Jan 12, 2018 at 1:18 PM Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: > Hi > > On 12 Jan. 2018 7:15 pm, "Adam Lee" wrote: > > Hi Michael, I used gparted

Re: [U-Boot] On writing .ext4 image to MMC

2018-01-12 Thread Michael Nazzareno Trimarchi
Hi On 12 Jan. 2018 7:15 pm, "Adam Lee" wrote: Hi Michael, I used gparted to fix the issue. I am just wondering if I can do all this in U-Boot. If there is no good solution, I will put one-time script in my rootfs to do this task. Sorry most of the system on first boot

Re: [U-Boot] On writing .ext4 image to MMC

2018-01-12 Thread Adam Lee
Hi Michael, I used gparted to fix the issue. I am just wondering if I can do all this in U-Boot. If there is no good solution, I will put one-time script in my rootfs to do this task. Adam On Fri, Jan 12, 2018 at 10:18 AM Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: > Hi >

Re: [U-Boot] On writing .ext4 image to MMC

2018-01-12 Thread Michael Nazzareno Trimarchi
Hi resize2fs from linux? Michael On Fri, Jan 12, 2018 at 4:15 PM, Adam Lee wrote: > Hello everyone, > > I am able to download a .ext4 image over tftp and write it to my SD card. > The system boots fine. > One last thing I have to figure out is to expand this .ext4 file

[U-Boot] On writing .ext4 image to MMC

2018-01-12 Thread Adam Lee
Hello everyone, I am able to download a .ext4 image over tftp and write it to my SD card. The system boots fine. One last thing I have to figure out is to expand this .ext4 file system that I just populated. If the image is 600MB, the partition size itself is 600MB, leaving no room. Is there