Skip to content

Instantly share code, notes, and snippets.

@stffrdhrn
Last active November 12, 2017 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stffrdhrn/fa17dfa34ff6e924b688e744e9f37678 to your computer and use it in GitHub Desktop.
Save stffrdhrn/fa17dfa34ff6e924b688e744e9f37678 to your computer and use it in GitHub Desktop.
Litex Linux
[On Hardware]
...
io scheduler noop registered
io scheduler cfq registered (default)
io scheduler kyber registered
gpio-mockup: probe of gpio-mockup failed with error -22
litex console: port=c051c17c; port->mapbase=e0001000
e0001000.serial: ttyLX0 at MMIO 0xe0001000 (irq = 2, base_baud = 0) is a litex_uart
console [econsole [ttyLX0] enabled
bootcobootconsole [litex_uart_a0] disabled
slram: not enougi2c /dev entriesi2c-core: driverprandom: crng ini
[or sometimes it ends]
dummy-irq: no IRri2c-core: drtslram: not enougi2c /dev entriesi2c-core: driverrrandom: crng ini
[note.. this part comes about 3 seconds later]
random: crng ini
[On QEMU]
io scheduler noop registered
io scheduler cfq registered (default)
io scheduler kyber registered
gpio-mockup: probe of gpio-mockup failed with error -22
litex console: port=c051c17c; port->mapbase=e0001000
e0001000.serial: ttyLX0 at MMIO 0xe0001000 (irq = 2, base_baud = 0) is a litex_uart
console [ttyLX0] enabled
console [ttyLX0] enabled
bootconsole [litex_uart_a0] disabled
bootconsole [litex_uart_a0] disabled
dummy-irq: no IRQ given. Use irq=N
i2c-core: driver [at24] registered
slram: not enough parameters.
i2c /dev entries driver
i2c-core: driver [i2c-slave-eeprom] registered
Freeing unused kernel memory: 2440K
This architecture does not have kernel memory protection.
Configuring loopback device
Please press Enter to activate this console. ip: socket: Function not implemented
ip: socket: Function not implemented
[patterns in the jumble above]
slram: not enough parameters.
^^^^^^^^^^^^^^^^ (16 chars then nothing)
i2c /dev entries driver
^^^^^^^^^^^^^^^^
i2c-core: driver [i2c-slave-eeprom] registered
^^^^^^^^^^^^^^^^ ^^
Freeing unused kernel memory: 2440K
This architecture does not have kernel memory protection.
Configuring loopback device
Please press Enter to activate this console. ip: socket: Function not implemented
ip: socket: Function not implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment