Dear Mike Dunn,
> On 04/18/2013 06:54 AM, Marek Vasut wrote:
> > Dear Mike Dunn,
> >
> > [...]
> >
> >> + if (argc != 3) {
> >> + printf("usage: %s \n", argv[0]);
> >
> > btw is this /dev/mtdX or /dev/mtdblockX ?
>
> /dev/mtdx You must have defined a partition that starts at the of
On 04/18/2013 06:54 AM, Marek Vasut wrote:
> Dear Mike Dunn,
>
> [...]
>
>> +if (argc != 3) {
>> +printf("usage: %s \n", argv[0]);
>
> btw is this /dev/mtdX or /dev/mtdblockX ?
/dev/mtdx You must have defined a partition that starts at the offset at which
you are placing the
Dear Mike Dunn,
[...]
> + if (argc != 3) {
> + printf("usage: %s \n", argv[0]);
btw is this /dev/mtdX or /dev/mtdblockX ?
> + return -1;
errno.h didn't work? Like ... return -EINVAL or such ?
[...]
> + blockbuf = calloc(RELIABLE_BLOCKSIZE, 1);
calloc() seman
3 matches
Mail list logo