From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Wed, 10 Dec 2014 11:23:08 -0800 Subject: [U-Boot] [PATCH v11 0/3] Adds support for Exynos5422 odroid xu3 board In-Reply-To: <20141210095834.2f4f9bb2@hwh-ubuntu> (Hyungwon Hwang's message of "Wed, 10 Dec 2014 09:58:34 +0900") References: <1418092779-20025-1-git-send-email-human.hwang@samsung.com> <7h1to8qtun.fsf@deeprootsystems.com> <20141210095834.2f4f9bb2@hwh-ubuntu> Message-ID: <7h1to7nwbn.fsf@deeprootsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hyungwon Hwang writes: > Dear Kevin, > > On Tue, 09 Dec 2014 15:36:00 -0800 > Kevin Hilman wrote: > >> Hyungwon Hwang writes: >> >> > This is v11 of the patchset adding support Odroud XU3 board. >> >> I finally got around to testing this on top of v2015.01-rc3 on my XU3. >> >> As I mentioned earlier, I had to enable the USB and networking options >> so I could dhcp/tftp but after that it works for me. >> >> Feel free to add: >> >> Tested-by: Kevin Hilman > > Thanks for yout review. Sjoerd is waiting for his patch merged > (title: Exynos: Move down common USB > configuration). So the features related USB and networking will be > enabled after this patchset and his patch are merged. OK, good. >> >> [...] >> >> > Note: If you use micro SD card for your test you have to apply the >> > below patch additionally. This patch is needed, because micro sd >> > card is recognized as MMC1 instead of MMC0. Additional work is >> > needed to make it work regardless of device id. >> >> FYI, with or without your MMC ID patch, I wasn't able to save the >> environment to the SD card I'm booting from: >> >> ODROID-XU3 # saveenv >> Saving Environment to MMC... >> dwmci_send_cmd: Timeout. >> MMC init failed >> > > Actually I just tested it again. But it works for me. > > Saving Environment to MMC... > Writing to MMC(1)... done > > I applied my patchset and MMC ID patch to commit > 38cd8c4253013ccdd4052ee021f6066fe9a52551 in > http://git.denx.de/u-boot-samsung.git (branch: master). > > I don't know why it does't work for you. Please feel free to need my > help for this, if you need. Curious wh you're using u-boot-samsung.git and not mainline. Can you test this using mainline u-boot v2015.01-rc3? Kevin