You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions presented on the README, I've generated a custom Linux binary with USB support. The buildroot configuration file used is the default litex_vexriscv_usbhost_defconfig with the addition of the micropython package by uncommenting the line as follows:
# Extra packages
#BR2_PACKAGE_DHRYSTONE_OPT=y
BR2_PACKAGE_MICROPYTHON=y
#BR2_PACKAGE_SPIDEV_TEST=y
#BR2_PACKAGE_MTD=y
#BR2_PACKAGE_MTD_JFFS_UTILS=y
After the generation, I ran sim.py, but it hung at
How long did you wait after the last line printed before declaring the simulation as dead? Waiting for the busy box output to come alive after [...] Run /init as init process] can take a while in simulation.
I have never used the litex_vexriscv_usbhost_defconfig configuration for the Image (I have never looked into what it was even really for), but I have had success with litex_vexriscv_defconfig in both hardware and simulation in-case you're interested in trying that instead.
Following the instructions presented on the README, I've generated a custom Linux binary with USB support. The buildroot configuration file used is the default
litex_vexriscv_usbhost_defconfig
with the addition of the micropython package by uncommenting the line as follows:After the generation, I ran
sim.py
, but it hung atRun /init as init process
Below is the complete simulation log:
The text was updated successfully, but these errors were encountered: