1
0
Fork 0

Readme massaging

This commit is contained in:
Shawn Nock 2020-01-13 15:58:39 -05:00
parent f88cb1f9aa
commit 850c1b584d
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ This code only currently supports mipsel out of the box. The only parts specific
- *uboot-feb2019.bin*: Same story. This is the version of u-boot I needed for mt7628 product. You'll almost certainly want to replace this file. Ask your doctor what version of u-boot is right for you
- The [ioctl numbers used to ERASE and UNLOCK the mtd](https://git.sr.ht/~monadnock/zig-mtd/tree/master/src/mtd.zig#L8) are arch specific
zig couldn't grok the nested ioctl #define horrors from the mtd headers. The easiest way I've found to determine these magic numbers is to compile the mtd-magic.c file in the repo with your target toolchain and run it on the target. It'll print out the macro expansions (e.g. `mipsel-openwrt-linux-gcc -o mtd-magic mtd-magic.c`)
zig couldn't grok the nested ioctl #define horrors from the mtd headers. The easiest way I've found to determine these magic numbers is to compile the [mtd-magic.c](/~monadnock/zig-mtd/tree/master/mtd-magic.c) file in the repo with your target toolchain and run it on the target. It'll print out the macro expansions (e.g. `mipsel-openwrt-linux-gcc -o mtd-magic mtd-magic.c`)