More info about how images are created

This commit is contained in:
Michal Moskal
2017-07-26 18:57:46 +01:00
parent c6b4e506d1
commit 5e7754b436
4 changed files with 71 additions and 3 deletions

10
brick/scripts/README.md Normal file
View File

@ -0,0 +1,10 @@
# Patched EV3 image
The file `ev3-fs.patch` summarizes the changes done to the original V1.09D image.
You can see some text files are edited, the `d_usbdev.ko` is updated (sources in `../kernel`),
`uf2d` added (sources in `../uf2daemon`), and a stock `nbd.ko` module is added.
Additionally, the `edimax01.ko` is replaced by now much more popular `rtl8192cu.ko` (also stock).
The init script has a hook for running a shell script from `/mnt/ramdisk/`. This can be used
for testing different modules etc.