Mailbox property tags - Raspberry Pi Forums
hello again,
i've come across problem property tags, firmware revision , board model. using 16 aligned unsigned int[256] , format so:
weird part buf[1] returns 0x80000000 , buf[5] returns 0x80000004 (which should appropriate values), actual value buffer returns 0.
however, using same code, board revision returns non 0 value (0x8 or something, iirc).
so, i'm @ loss.
i've come across problem property tags, firmware revision , board model. using 16 aligned unsigned int[256] , format so:
code: select all
buf[0] = 7 * 4; buf[1] = 0; buf[2] = 0x00010001; buf[3] = 4; buf[4] = 0; buf[5] = 0; buf[6] = 0;however, using same code, board revision returns non 0 value (0x8 or something, iirc).
so, i'm @ loss.
i same results code. 0 board model, , 0x000548e1 firmware revision. old, haven't updated on bare metal sd card (apart code) ages.
0x8 board revision make "model rev 2.0 256mb sony", same pi ran test on.
expecting get?
0x8 board revision make "model rev 2.0 256mb sony", same pi ran test on.
expecting get?
raspberrypi
Comments
Post a Comment