Search found 36 matches

by phil_quik
Tue Mar 16, 2021 12:22 am
Forum: General Discussion
Topic: Error while compiling qorc sdk sample code in eclipse
Replies: 6
Views: 22103

Re: Error while compiling qorc sdk sample code in eclipse

I think the way to create virtual project did matter.
Below is my working setup
Image
by phil_quik
Wed Mar 10, 2021 1:29 am
Forum: FreeRTOS
Topic: QORC-SDK in Eclipse on windows10
Replies: 3
Views: 21620

Re: QORC-SDK in Eclipse on windows10

I hit the same issue in Win10 and the root cause is I have 2 GNU ARM Toolchain installed in Win10. The way I fixed it is to change TC_PATH/QORC_TC_PATH in config.mk like below #Override with your own tool direcoty #export TC_PATH=C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major\bin expo...
by phil_quik
Tue Jun 23, 2020 6:30 am
Forum: QuickFeather
Topic: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox
Replies: 18
Views: 41709

Re: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox

Okay. I just found that I can use Windows to program the image and also use JLINK to recover the board.
by phil_quik
Mon Jun 22, 2020 12:46 am
Forum: QuickFeather
Topic: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox
Replies: 18
Views: 41709

Re: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox

I am using WIN10 running vmware. In Windows, i can see VMware USB device has been recognized by Windows. But cannot detect by Ubuntu in VM. I also tried ubuntu20.04 in virtualbox. USB extention pack has been installed and it can recognized Merced board as well. Still cannot make it work for QuickFea...
by phil_quik
Mon Jun 15, 2020 8:17 am
Forum: QuickFeather
Topic: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox
Replies: 18
Views: 41709

Re: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox

Yes. System is reboot and before plug in the board, use apio drivers --serial-enable to enable. The log shows phil@ubuntu:~$ sudo apio drivers --serial-enable [sudo] password for phil: Configure Serial drivers for FPGA Already enabled And check the ttyACM again still no good. ls /dev/ttyA* ls: canno...
by phil_quik
Fri Jun 12, 2020 8:06 am
Forum: QuickFeather
Topic: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox
Replies: 18
Views: 41709

Re: Running preloaded program from flash on Ubuntu 20.04 via VirtualBox

I still have problem to make it work on VM workstation 15 player for Ubuntu20.04.

For apio install, I have to use
pip3 install -U apio
instead of
sudo apt install apio

After the apio driver is enabled, still cannot see device in /dev/ttyACM0.

BTW, the VM can detect Merced board.
by phil_quik
Wed Jun 10, 2020 3:18 am
Forum: FreeRTOS
Topic: QORC SDK readme wrong path
Replies: 1
Views: 13393

QORC SDK readme wrong path

There is no qorcsdk/qf_apps/qf_helloworldsw/GCC_projects
instead
qorc-sdk/qf_apps/qf_helloworldsw/GCC_Project
by phil_quik
Mon Jun 08, 2020 7:14 am
Forum: Zephyr
Topic: where is bootloader document
Replies: 1
Views: 14487

where is bootloader document

In Working.with.Zephyr.pdf, it mentioned a boot loader document to flash image. Where can I find that? Executing: It generates the output binary in elf and bin formats in samples/hello_world/build/zephyr. Follow the instructions in boot loader document to flash the M4 image bin file and execute. Opt...
by phil_quik
Thu Jun 04, 2020 12:49 am
Forum: Zephyr
Topic: hello world build error
Replies: 2
Views: 16475

Re: hello world build error

You are right. There is error I ignore earlier while doing pip3 install –-user -r ~/zephyrproject/zephyr/scripts/requirements.txt ERROR: Invalid requirement: '–-user' Then I realized I am using "copy and paste" from the document which cause "--user" became "–-user" Doc ...