Hi,
I am trying 802.1 Qbu test on LS1028ARDB as described under LSDK User Guide (Rev.
21.08, 05 September 2022). Since the rootfs didn't have devmem, I have
installed devmem2 from APT.
I am getting following error when executing following command
to set the switch to enable merge: (page 1076 of the user guide)
~# devmem2 0x1fc100048 32 0x111
/dev/mem opened.
Memory mapped at address 0xffffb5ab3000.
Illegal data type '3'.
How can I install devmem? Or is there another tool?
Thanks,
Abraham
解決済! 解決策の投稿を見る。
The correct command using devmem2 is:
devmem2 0x1fc100048 w 0x111
Hope this helps someone in future.
Thanks,
Abraham
The correct command using devmem2 is:
devmem2 0x1fc100048 w 0x111
Hope this helps someone in future.
Thanks,
Abraham