[SeaBIOS] Failure to detect high-capacity SD card

2018-02-06 Thread Chris
Re: https://mail.coreboot.org/pipermail/seabios/2017-October/011862.html Did this ever get resolved? I didn't see a response to the final log. I'm experiencing the same thing on the same platform (ASUS C302 CAVE). Card brand doesn't seem to matter. I've tried 32GB Samsung EVO cards, various

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-02-08 Thread Chris
hing different between the dmesg of either other than the size of the detected card. All cards work fine in Linux. I'll see if I can enable more debugging in the Linux kernel so I can see what exactly it is doing to initialize the card because right now it's not showing a

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-02-23 Thread Chris
> Yes - the card stops responding early in the process, which is odd. > What does the patch below report? Log is attached. Same drive/card setup as before. Chris SeaBIOS (version rel-1.11.0-16-gaf0daeb-dirty-20180223_125409-tv-MrChromebox-2018.02.23) BUILD: gcc: (Ubuntu 5.4.0-6ubuntu1~1

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-02-23 Thread Chris
d times out. I still need to see if I can get some debugging information from a Linux kernel because everything works fine there. I'm not sure how to go about turning it on. Chris ___ SeaBIOS mailing list SeaBIOS@seabios.org https://mail.coreboot.org/mailman/listinfo/seabios

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-08-24 Thread Chris
On Fri, Aug 24, 2018 at 10:28 AM, Kevin O'Connor wrote: > On Fri, Aug 24, 2018 at 09:48:27AM -0400, Chris wrote: >> On Fri, Aug 24, 2018 at 9:28 AM, Chris wrote: >> > So far it has worked on the first attempt every time. So it needs only >> > the delay and nothing e

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-08-24 Thread Chris
On Fri, Aug 24, 2018 at 9:28 AM, Chris wrote: > So far it has worked on the first attempt every time. So it needs only > the delay and nothing else. > > I still need to test with all my SD cards. Though I only have a 64GB > Sandisk and a handful of 32GB Samsung. The ques

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-08-24 Thread Chris
to initialize multiple times. However, so far it has never had to attempt the initialize more than once. That little "msleep(5)" before setting up the card seems to be all that is needed. Like I said though, still testing but looking good. Chris diff --git a/src/hw/sdcard.c b/src/hw/sdca

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-08-24 Thread Chris
On Fri, Aug 24, 2018 at 9:13 AM, Kevin O'Connor wrote: > On Fri, Aug 24, 2018 at 09:01:03AM -0400, Chris wrote: >> I know it has been months but I just had an idea that seems to fix >> this issue. I still need to test for some time to make sure but so far >> it is working f

Re: [SeaBIOS] Failure to detect high-capacity SD card

2018-09-03 Thread Chris
On Mon, Sep 3, 2018 at 5:34 PM, Kevin O'Connor wrote: > On Fri, Aug 24, 2018 at 10:45:55AM -0400, Chris wrote: >> On Fri, Aug 24, 2018 at 10:28 AM, Kevin O'Connor wrote: >> > On Fri, Aug 24, 2018 at 09:48:27AM -0400, Chris wrote: >> >> On Fri, Aug 24, 2018 at 9:2

[SeaBIOS] accessing BIOS settings

2019-08-26 Thread Chris 
? SeaBIOS displays "press ESC for boot menu" at boot time, but this just gives me the GRUB menu, not the BIOS settings. The main reason that I need to access the BIOS settings is because it is not prioritising booting from USB over the hard drive (which is SSD). Kind regar