Search found 4 matches

by spiritdude
2024-06-19 4:42
Forum: LuckFox Pico
Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Replies: 7
Views: 18681

Re: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)

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/d...
by spiritdude
2024-06-11 5:51
Forum: LuckFox Pico
Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Replies: 7
Views: 18681

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 started ...
by spiritdude
2024-06-11 5:39
Forum: LuckFox Pico
Topic: Pico Pro/Max with Linux Host (SocToolKit/upgrade_tool for Linux with SD card support)
Replies: 7
Views: 18681

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 boo...