IronOS icon indicating copy to clipboard operation
IronOS copied to clipboard

pinecilv2 Bootup Logo not showing

Open mml opened this issue 8 months ago • 3 comments

I believe I'm using the latest canonical instructions.

  • I have a pinecil v2, verified authentic.
  • Firmware v2.21.5D96470, 09-04-23.
  • I built blisp myself from HEAD
  • I am using IronOS-Meta img2logo.py at HEAD
  • Everything appears to flash OK (using Linux), but upon reboot the normal screen appears. No logo.
% python3 img2logo.py -m pinecilv2 Images/mml.bmp logo-
Converting Images/mml.bmp => logo-
% ls -l logo-* 
-rw-r--r-- 1 mml mml  1333 Oct 14 17:51 logo-mml.bmp.dfu
-rw-r--r-- 1 mml mml 11550 Oct 14 17:51 logo-mml.bmp.hex
-rw-r--r-- 1 mml mml  1333 Oct 14 17:51 logo-mml_L.bmp.dfu
-rw-r--r-- 1 mml mml 11550 Oct 14 17:51 logo-mml_L.bmp.hex
% sudo ~/src/github.com/pine64/blisp/build/tools/blisp/blisp write -c bl70x --reset logo-mml.bmp.dfu  
Sending a handshake...                                 
Handshake successful!
Getting chip info...
BootROM version 1.0.2.7, ChipID: 0000F4B3D7FDD7C4
0b / 59200 (0.00%)
4092b / 59200 (6.91%)
8184b / 59200 (13.82%)
12276b / 59200 (20.74%)
16368b / 59200 (27.65%)
20460b / 59200 (34.56%)
24552b / 59200 (41.47%)
28644b / 59200 (48.39%)
32736b / 59200 (55.30%)
36828b / 59200 (62.21%)
40920b / 59200 (69.12%)
45012b / 59200 (76.03%)
49104b / 59200 (82.95%)
53196b / 59200 (89.86%)
57288b / 59200 (96.77%)
59200b / 59200 (100.00%)
Sending a handshake...
Handshake with eflash_loader successful.
Input file identified as a .dfu file
Number DFU Targets: 1
Erasing flash for firmware, this might take a while...
Flashing the firmware 1024 bytes @ 0x000FE000...
0b / 1024 (0.00%)
1024b / 1024 (100.00%)
Checking program...
Program OK!
Resetting the chip.
Flash complete!

mml avatar Oct 15 '23 00:10 mml

Bootup logo on pinecil V2 is only supported on the 2.22 beta's and onwards.

Ralim avatar Oct 15 '23 01:10 Ralim

Thanks. I'll try to upgrade the firmware tomorrow.

mml avatar Oct 15 '23 04:10 mml

If your doing a reflash, and dont mind helping with some extra testing; if you could try the firmware from #1827 that would be amazing. (Just grab the Pinecilv2 zip from here https://github.com/Ralim/IronOS/actions/runs/6531970172)

Ralim avatar Oct 16 '23 10:10 Ralim