Matt Flax

Results 40 comments of Matt Flax

Ok - tried that , same problem. However now worked it out. My system runs python2.7 by default pip was installing for python3. Updated the makefile to call python3 when...

This should already be available in libgtkiostream : https://www.npmjs.com/package/gtkiostream

I get a similar problem - I installed gmsh-api ![Screenshot from 2022-02-12 12-21-17](https://user-images.githubusercontent.com/702983/153690625-86b89610-0e6d-4ad5-93c9-57a3b2ebb4f6.png) ![Screenshot from 2022-02-12 12-22-40](https://user-images.githubusercontent.com/702983/153690661-274f50ed-f3c0-45cd-97f9-a9901054fe4c.png)

It can't happen. options.chip is a string of length MAX_LINE_LEN, [see here](https://github.com/rockchip-linux/rkdeveloptool/blob/master/boot_merger.h#L69). getChipType calls convertChipType with the argument of a length >> 4 char, [see here](https://github.com/rockchip-linux/rkdeveloptool/blob/master/main.cpp#L1534).

I just did a test build and there were no failures. I got a full image compiled. Can you confirm that you have all of the requirements installed ? Even...

What system are you building on ? OS ?

ok - a few issues here... You need to checkout a particular version of buildroot. [According to the readme](https://github.com/flatmax/buildroot.rockchip/blob/master/README.md?plain=1#L21) : ``` git checkout 2022.05 ``` Second of all I am...

I've built this on various machines, ubuntu 22.04 and 22.10 for example.

It is possible that pre-reqs are missing yes. When/if you find them, please let me know.

@prubin100 @bmclapham1973 please describe your issues here. What is the error you face ? Here are my steps (switch for your correct paths below) : ``` source ~/temp/buildroot.rockchip/setup.rock5b.sh /home/name.unencrypted/buildroot.rk3588/ make...