pxt-ev3/brick/scripts
2017-07-26 18:57:46 +01:00
..
dump.js Add support scripts 2017-07-25 12:18:48 +01:00
ev3-fs.patch More info about how images are created 2017-07-26 18:57:46 +01:00
img.js More info about how images are created 2017-07-26 18:57:46 +01:00
mkimg More info about how images are created 2017-07-26 18:57:46 +01:00
patchkern.js Add support scripts 2017-07-25 12:18:48 +01:00
README.md More info about how images are created 2017-07-26 18:57:46 +01:00

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.