Also, for clarification, there is a SocToolKit for Linux at https://github.com/LuckfoxTECH/luckfox-pico/tree/main/tools/linux/SocToolKit
As SocToolKit didn't work for me, I did this blkenvflash script which allows to write to the SD card direct on the Linux Host: https://gist.github.com/Spiritdude ...
Search found 4 matches
- 2024-06-19 4:42
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
- Replies: 8
- Views: 50485
- 2024-06-18 10:42
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
- Replies: 8
- Views: 50485
Re: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
I developed the solution based on the feedback I received at https://github.com/LuckfoxTECH/luckfox-pico/issues/129 - there also link to the script is posted.
- 2024-06-11 5:51
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
- Replies: 8
- Views: 50485
Re: Pico Pro/Max with Linux Host
A quick solution could be:
we use `upgrade_tool` to write to eMMC (256MB), which would require a change of the .env.txt, so only those *.img are written which belong to the eMMC
we use a dedicated script to write to the SD card while connected to the host (not yet inserted into the board)
I ...
we use `upgrade_tool` to write to eMMC (256MB), which would require a change of the .env.txt, so only those *.img are written which belong to the eMMC
we use a dedicated script to write to the SD card while connected to the host (not yet inserted into the board)
I ...
- 2024-06-11 5:39
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
- Replies: 8
- Views: 50485
Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Hi, I'm new here.
I'm currently writing a guide how to get LuckFox Pico Pro/Max 128MB and 256MB boards configured using Linux as host.
The wiki.luckfox.com is OK and useful, but I think it misses crucial information how the board actually boots.
Here my preliminary understanding:
ROM: there is a ...
I'm currently writing a guide how to get LuckFox Pico Pro/Max 128MB and 256MB boards configured using Linux as host.
The wiki.luckfox.com is OK and useful, but I think it misses crucial information how the board actually boots.
Here my preliminary understanding:
ROM: there is a ...
