-
Notifications
You must be signed in to change notification settings - Fork 65
docs(linux): Documents Known SD Card Issues #437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs(linux): Documents Known SD Card Issues #437
Conversation
@jonaswood01 updated your comments to drop TI internal links
|
#################### | ||
|
||
Some SD cards have known issues booting on TI EVMs. These issues vary by SD card manufacturer, model, capacity, speed, and other factors. They are documented in the table below: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need reference on where this limitation is captured.
Ref: https://www.ti.com/lit/er/sprz582a/sprz582a.pdf i2463 for AM62L
that this limitation is only for AM62L SR1.0 (But not on AM62L SR1.1)
Is there a Silicon or board errata doc specifically capturing this limitation ? Need references as well for all mentioned devices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limitation described in Section "4.3 Issue 3 - uSD Card Boot Not Working" on page 61 of the AM64x EVM User's guide: https://www.ti.com/lit/pdf/SPRUJ63.
Documents sd card boot and speed mode issues within u-boot and Linux. Signed-off-by: Jonas Wood <[email protected]>
4759448
to
d521237
Compare
Changed wording from "known SD card issues" to "SD card compatibility" |
:header: SoC,Board,Brand,Capacity (GB),Model,Bus Interface,Speed Class,UHS Speed Class,App Performance,Video Speed Class,Color,Pass/Fail,Speed Mode (U-Boot / Kernel),Notes | ||
|
||
AM62AX,SK-AM62A-LP,SanDisk,4,,I,C4,,,,Black,PASS,UHS SDR50/DDR50, | ||
AM62AX,SK-AM62A-LP,SanDisk,8,,I,C4,,,,Black,PASS,UHS SDR50/DDR50, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering AM62A release is with EdgeAI, will it be correct to mention boot support with 4GB & 8GB sized SD cards as the EdgeAI wic image size (tisdk-edgeai-image-am62a-evm-11.01.07.05.rootfs.wic.xz
) is ~11 GB in itself - https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM62A/11.01.07.05 ?
AM62AX,SK-AM62A-LP,Lexar,32,,I,,U1,A1,V10,White-red,PASS,UHS SDR104, | ||
AM62AX,SK-AM62A-LP,Gigastone,16,Camera Plus,I,C10,U1,,,Red-white,PASS,UHS SDR104, | ||
AM62AX,SK-AM62A-LP,Kootion,16,,I,C10,U1,,,White-red,PASS,UHS SDR104, | ||
AM62AX,SK-AM62A-LP,Kingston,8,,,C4,,,,Black,PASS,SD High Speed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as #437 (comment)
Documents sd card boot and speed mode issues within u-boot and Linux.