Hello people,

I'm trying to use the SDCard on the BBAI for extra storage. 

- I have successfully flashed Debian Console image onto the EMMC using the 
published flasher images.
- Next,  I formatted a new microSD Card with MBR and create a FAT partition
- Next, I created a uEnv.txt in that partition with the contents

```
mmcdev=1 
bootpart=1:2 
mmcroot=/dev/mmcblk1p2 ro 
optargs=quiet
```
I was using this article as a reference : 
https://elinux.org/Beagleboard:MicroSD_As_Extra_Storage

However, when I insert the microSD card and reset the board, I don't see 
anything on the serial console.

Usually, I can see 

```
U-Boot 2020.10-rc1-00001-gc5bc0aaa70...
...

but when I have this microSD card inserted, I don't see anything. 

What am I doing wrong?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8817c4ae-679f-45c4-94bc-61a87590d237n%40googlegroups.com.

Reply via email to