*** tpb <[email protected]> has joined #litex | 00:00 | |
*** TMM <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 00:27 | |
*** TMM <[email protected]> has joined #litex | 00:27 | |
*** Emantor <[email protected]> has quit IRC (Quit: ZNC - http://znc.in) | 01:20 | |
*** Emantor <[email protected]> has joined #litex | 01:21 | |
*** CarlFK1 <[email protected]> has joined #litex | 02:39 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a-a540-e50f-0-c834-38ab-f897-1877.ipv6dyn.netcologne.de> has quit IRC (Quit: Konversation terminated!) | 02:48 | |
*** Degi_ <[email protected]> has joined #litex | 03:23 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 268 seconds) | 03:24 | |
*** Degi_ is now known as Degi | 03:24 | |
*** icmaker <icmaker!~icmaker@user/icmaker> has joined #litex | 10:00 | |
icmaker | __ _ __ _ __ | 10:10 |
---|---|---|
icmaker | / / (_) /____ | |/_/ | 10:10 |
icmaker | / /__/ / __/ -_)> < | 10:10 |
icmaker | /____/_/\__/\__/_/|_| | 10:10 |
icmaker | Build your hardware, easily! | 10:10 |
icmaker | (c) Copyright 2012-2024 Enjoy-Digital | 10:10 |
icmaker | (c) Copyright 2007-2015 M-Labs | 10:10 |
icmaker | BIOS built on May 11 2024 11:08:20 | 10:10 |
icmaker | BIOS CRC passed (0a39418c) | 10:10 |
icmaker | LiteX git sha1: 76a704377 | 10:10 |
icmaker | --=============== SoC ==================-- | 10:10 |
icmaker | CPU: VexRiscv @ 70MHz | 10:10 |
icmaker | BUS: wishbone 32-bit @ 4GiB | 10:10 |
icmaker | CSR: 32-bit data | 10:10 |
icmaker | ROM: 128.0KiB | 10:10 |
icmaker | SRAM: 8.0KiB | 10:10 |
tnt | pastebin ffs ... | 10:10 |
icmaker | L2: 128B | 10:10 |
icmaker | SDRAM: 8.0MiB 32-bit @ 70MT/s (CL-2 CWL-2) | 10:11 |
icmaker | MAIN-RAM: 8.0MiB | 10:11 |
icmaker | --========== Initialization ============-- | 10:11 |
icmaker | Initializing SDRAM @0x40000000... | 10:11 |
icmaker | Switching SDRAM to software control. | 10:11 |
icmaker | Switching SDRAM to hardware control. | 10:11 |
icmaker | Memtest at 0x40000000 (2.0MiB)... | 10:11 |
icmaker | Write: 0x40000000-0x40200000 2.0MiB | 10:11 |
icmaker | Read: 0x40000000-0x40200000 2.0MiB | 10:11 |
icmaker | Memtest OK | 10:11 |
icmaker | Memspeed at 0x40000000 (Sequential, 2.0MiB)... | 10:11 |
icmaker | Write speed: 29.6MiB/s | 10:11 |
icmaker | Read speed: 35.0MiB/s | 10:11 |
icmaker | --============== Boot ==================-- | 10:11 |
icmaker | Booting from serial... | 10:11 |
icmaker | Press Q or ESC to abort boot completely. | 10:11 |
icmaker | sL5DdSMmkekro | 10:11 |
icmaker | Timeout | 10:11 |
icmaker | Booting from SDCard in SD-Mode... | 10:11 |
icmaker | Booting from boot.json... | 10:11 |
icmaker | Copying Image to 0x40000000 (3730848 bytes)... | 10:11 |
icmaker | [########################################] | 10:11 |
icmaker | Copying rv32.dtb to 0x40390000 (2765 bytes)... | 10:11 |
icmaker | [########################################] | 10:11 |
icmaker | Copying rootfs.cpio to 0x40000000 (3875840 bytes)... | 10:11 |
icmaker | [########################################] | 10:11 |
icmaker | Copying opensbi.bin to 0x403a0000 (263652 bytes)... | 10:11 |
icmaker | [########################################] | 10:11 |
icmaker | Executing booted program at 0x403a0000 | 10:12 |
icmaker | --============= Liftoff! ===============-- | 10:12 |
icmaker | then it stop | 10:12 |
icmaker | how to fix it ? | 10:12 |
ysionneau | maybe try to memtest the entire 8 MB range of sdram to see if everything works? | 10:15 |
ysionneau | then if sdram is entirely OK, maybe try to add "prints" (writes to uart) at early boot stage of your Image | 10:15 |
ysionneau | or your opensbi, whatever boots first | 10:16 |
ysionneau | and yes please use a "pastebin" kind of site for your pastes | 10:27 |
icmaker | ok, thanks, i will try it. | 10:37 |
icmaker | ok, i will leran how to use pastebin. | 10:37 |
gurki | please do :D | 11:53 |
icmaker | #ifdef CSR_UART_BASE | 13:47 |
icmaker | printf("Function: %s, Line: %d\n", __FUNCTION__, __LINE__); | 13:47 |
icmaker | uart_sync(); | 13:47 |
icmaker | printf("Function: %s, Line: %d\n", __FUNCTION__, __LINE__); | 13:47 |
icmaker | #endif | 13:47 |
icmaker | halt after uart_sync() | 13:48 |
icmaker | memtest is ok in the full region | 13:50 |
*** pbsds3 <[email protected]> has joined #litex | 13:51 | |
icmaker | but bios.bin is 40.3kB, but rom is 1024 | 13:51 |
icmaker | fix the sizeof rom, the bug is still halt in uart_sync() | 14:48 |
*** icmaker <icmaker!~icmaker@user/icmaker> has quit IRC (Read error: Connection reset by peer) | 15:16 | |
*** TMM <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 16:15 | |
*** TMM <[email protected]> has joined #litex | 16:16 | |
*** matoro <matoro!~quassel@user/matoro> has quit IRC (Ping timeout: 272 seconds) | 21:03 | |
*** matoro <matoro!~quassel@user/matoro> has joined #litex | 21:11 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a-a540-e50f-0-d59f-118e-b021-9c6b.ipv6dyn.netcologne.de> has joined #litex | 22:12 | |
*** icmaker <icmaker!~icmaker@user/icmaker> has joined #litex | 23:03 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!