-
Notifications
You must be signed in to change notification settings - Fork 4
(Re)configuring the Root file system
Skip Hansen edited this page May 14, 2020
·
3 revisions
Replace "<TOP_DIR>" below with the path to panog2_linux, i.e. ~/pano_stuff/panog2_linux
- cd into <TOP_DIR>/litex-buildenv/third_party/buildroot
- make menuconfig
- The updated config is saved in <TOP_DIR>/litex-buildenv/third_party/buildroot/.config.
- run "make"
- After everything is rebuilt, <TOP_DIR>/litex-buildenv/third_party/buildroot/output/images/rootfs.cpio is the updated root file system.
- cd into <TOP_DIR>/litex-buildenv
- run "make third_party/buildroot/output/images/rootfs.cpio.fbi"
- run "cp make third_party/buildroot/output/images/rootfs.cpio.fbi ../prebuilt"
- cd into <TOP_DIR>
- Run "make flash_rootfs" to update the root file system.