Skip to content

Commit

Permalink
feat: match 'ctsi-rollup' in the UIO generic driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Sep 13, 2023
1 parent 1fa9984 commit 26fdadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cartesi-machine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ local ram_image_filename = images_path .. "linux.bin"
local ram_length = 64 << 20
local rom_image_filename = images_path .. "rom.bin"
local rom_bootargs =
"console=hvc0 rootfstype=ext2 root=/dev/mtdblock0 rw quiet swiotlb=noforce init=/opt/cartesi/bin/init"
"console=hvc0 rootfstype=ext2 root=/dev/mtdblock0 rw quiet swiotlb=noforce uio_pdrv_genirq.of_id=ctsi-rollup init=/opt/cartesi/bin/init"
local rollup
local uarch
local rollup_advance
Expand Down

0 comments on commit 26fdadf

Please sign in to comment.