Hi Jürgen, Ryan, On Tuesday 29 of October 2013 09:16:05 Jürgen Beisert wrote: > Hi Ryan, > > On Monday 28 October 2013 21:40:35 Ryan Fernandez wrote: > > Hello everyone. This is my first question for the group. > > > > I would like to boot PTXdist on my Mini6410 but I need more space than > > I have with a SD card so I need to boot an SDHC card. Is there any > > possible way to do this? I have very little experience with this > > board so any help would be appreciated. > > Currently there is no reliable way (from our Mini6410 BSP point of view) > to let the Mini6410 boot from an SDHC card with a higher capacity than > 2 GiB. This is due to a firmware bug in the SoC's ROM. Due to this bug > a different sector layout on the SDHC card is required to make it boot > directly from this card.
I have a series of patches adding reasonable support for S3C64xx to mainline u-boot, which should be able to boot a Mini6410 from an SDHC card (tested on a Tiny6410 with 256 MB of RAM, which should be compatible). You can use my git tree at https://github.com/tom3q/u-boot.git branch s3c64xx or look at the patches here https://github.com/tom3q/u-boot/commits/s3c64xx You will also need a patch to fix sector calculation in mini6410 sd flasher. I will post them later today. Best regards, Tomasz
