Skip to content

Instantly share code, notes, and snippets.

View shriyasharma11's full-sized avatar

Shriya Sharma shriyasharma11

View GitHub Profile
@shriyasharma11
shriyasharma11 / putty.log
Created May 28, 2024 14:35
While testing extra SD card partition with a filesystem, power-cycling of the SPI/SD card occurred.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.05.28 15:21:13 =~=~=~=~=~=~=~=~=~=~=~=
.......................... done!
[ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
[ 0.000000] Linux version 5.1.0-rc7 (michscha@toscana.ee.ethz.ch) (gcc version 8.2.0 (GCC)) #2 SMP Thu May 30 17:18:43 CEST 2019
[ 0.000000] initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000080200000-0x000000009fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
@shriyasharma11
shriyasharma11 / putty.log
Last active May 24, 2024 16:23
Successful "Hello World!" binary execution in linux userspace after copying from sd card partition.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.05.23 14:39:11 =~=~=~=~=~=~=~=~=~=~=~=
�.......................... done!
[ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
[ 0.000000] Linux version 5.1.0-rc7 (michscha@toscana.ee.ethz.ch) (gcc version 8.2.0 (GCC)) #2 SMP Thu May 30 17:18:43 CEST 2019
[ 0.000000] initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000080200000-0x000000009fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
@shriyasharma11
shriyasharma11 / putty.log
Created May 20, 2024 15:17
CVA6 on nexys_video board with 4GB SD card working linux.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.05.20 16:03:23 =~=~=~=~=~=~=~=~=~=~=~=
Hello World!
init SPI
status: 0x0000000000000025
status: 0x0000000000000025
SPI initialized!
initializing SD...
SD command cmd0 response : 01
SD command cmd55 response : 01
SD command cmd41 response : 01
@shriyasharma11
shriyasharma11 / nexys_video_boot.log
Created May 15, 2024 10:42
First successful loading of Linux kernel but encountering SD card initialization errors. Tested with 16 GB Sandisk card, using saute0212's cva6 fork. On line #597 the board was manually reset using CPU_Reset push button. There seems to be an issue with the SD card used, will test with 4 GB once it arrives.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2024.05.15 11:27:12 =~=~=~=~=~=~=~=~=~=~=~=
.Hello World!
init SPI
status: 0x0000000000000025
status: 0x0000000000000025
SPI initialized!
initializing SD...
SD command cmd0 response : 01
SD command cmd55 response : 01
SD command cmd41 response : 01