lowRISC / lowrisc-chip

The root repo for lowRISC project and FPGA demos.
http://www.lowrisc.org/
Other
593 stars 149 forks source link

Can‘t print Boot log by quick start #174

Closed chunxue-ding closed 4 years ago

chunxue-ding commented 4 years ago

Hi,I use quick start to launch Nexys4ddr board ,When I finish the instructions ——make USB=sdc mkfs fatdisk extdisk,and Unplug the SD card, insert the SD card slot, turn on the board power switch, the busy light is flickering slowly,JP1 is USB/SD JP2 is sd,but it still hasn't started ,nothing happened

jrrk commented 4 years ago

This release doesn’t support configure from SD.

Sent from my iPhone

On 12 Jun 2020, at 10:59, chunxue-ding notifications@github.com wrote:

 Hi,I use quick start to launch Nexys4ddr board ,When I finish the instructions ——make USB=sdc mkfs fatdisk extdisk,and Unplug the SD card, insert the SD card slot, turn on the board power switch, the busy light is flickering slowly,JP1 is USB/SD JP2 is sd,but it still hasn't started ,nothing happened

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chunxue-ding commented 4 years ago

Thank you for answer my question sir,I try to use Remote console installation to complete the installation ,but when i finish the instructions —— make memstick USB=sdc ,I found only one .bit file on my SD card,and this file only 9 KB, Open text content is not found

jrrk commented 4 years ago

Perhaps your download failed for some reason. Try again after a make clean. And be sure to include a log of everything that happened if you need help, the important message may not be what you think.

Sent from my iPhone

On 12 Jun 2020, at 15:11, chunxue-ding notifications@github.com wrote:

 Thank you for answer my question sir,I try to use Remote console installation to complete the installation ,but when i finish the instructions —— make memstick USB=sdc ,I found only one .bit file on my SD card,and this file only 9 KB, Open text content is not found

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

chunxue-ding commented 4 years ago

Thank you for you advice sir , There is indeed an error in the downloaded file.After downloading the correct file,Start printing Boot log,But he made a mistake in the open boot ,after print Load boot.bin into memory ,it print Failed to open boot! ,hope for you advice ,thank you very much .

chunxue-ding commented 4 years ago

批注 2020-06-15 155213

zGitHubj commented 4 years ago

Maybe, you can use the command make USB=sdc sdcard.img. But you must use the commad sh cardmem.sh before that. You can verify the Makefile and cardmem.sh to customize the SD card. Perhaps the lowrisc-quickstart has some problems. So you can use the project about https://github.com/mazsola2k/lowrisc-quickstart-modernhackers.com and use its scripts to boot your lowrisc-refreshv0.6-rc4.

chunxue-ding commented 4 years ago

I have tried the above methods, but it is still such a mistake

zGitHubj commented 4 years ago

Please contact me via zjerry940325810@gmail.com and share your some specific mistakes.