Commit Graph

32 Commits

Author SHA1 Message Date
Bryan Zuelly 6990758bd0 sbc kernel url correction 2024-01-26 21:21:03 -05:00
Neil Hanlon 7c32cb70fd Merge pull request 'Add notes for 2024-01-26' (#13) from meeting/2024-01-26 into main
Reviewed-on: sig_altarch/wiki#13
2024-01-26 17:21:10 +00:00
Neil Hanlon 3099c07c07
Add notes for 2024-01-26 2024-01-26 12:09:30 -05:00
Neil Hanlon 47cf07609a
add minutes for 2024-01-12 2024-01-12 11:34:01 -05:00
Neil Hanlon 284a726db5 Merge pull request 'meeting 2023-12-15' (#12) from meeting/2023-12-15 into main
Reviewed-on: sig_altarch/wiki#12
2023-12-15 17:05:25 +00:00
Neil Hanlon b7c5becc96
meeting 2023-12-15 2023-12-15 12:04:06 -05:00
Bryan Zuelly 340a10da55 Merge pull request 'Added contribution instructions' (#8) from skip/sig_altarch_wiki:main into main
Reviewed-on: sig_altarch/wiki#8
2023-11-17 02:43:02 +00:00
Bryan Zuelly 9a15bb1050 Merge pull request 'add meeting notes for 2023-10-20' (#11) from meeting/20231020 into main
Reviewed-on: sig_altarch/wiki#11
2023-10-21 14:48:03 +00:00
Neil Hanlon c38dbd0ae1 add meeting notes for 2023-10-20 2023-10-20 17:07:34 +00:00
Bryan Zuelly 7346d20c06 Merge pull request 'Add solution for `dnf needs-restarting -f` issue to wiki' (#10) from funzi/wiki:main into main
Reviewed-on: sig_altarch/wiki#10
2023-08-01 21:45:45 +00:00
Funzi ad9bb7ce11
Add solution for `dnf needs-restarting -f` issue 2023-08-01 21:10:15 +02:00
Pratham Patel 0949836220 Merge pull request 'vf2: add a notice about updating board firmware' (#9) from thefossguy/wiki:main into main
Reviewed-on: sig_altarch/wiki#9
2023-04-29 08:34:09 +00:00
Pratham Patel e5ede0fce9 vf2: add a notice about updating board firmware 2023-04-29 14:02:49 +05:30
Skip Grube 6f6273ed19 Added contribution instructions
- Brushed up README
- Added container build files, similar to main Rocky Wiki

-Skip G.
2023-04-25 12:24:50 -04:00
Pratham Patel d6934b2b03 Merge pull request 'fix naming convention for VisionFive 2 and minor OCD fix-up too' (#7) from thefossguy/wiki:main into main
Reviewed-on: sig_altarch/wiki#7
2023-04-25 03:02:55 +00:00
Pratham Patel ce396d8da2 fix naming convention for VisionFive 2 and minor OCD fix-up too 2023-04-25 08:32:08 +05:30
Pratham Patel 7f6d3a0716 Add maintainers for VisionFive 2 SBC (#6)
Add maintainers for VisionFive 2 based on the list here: https://git.resf.org/testing/SBC-progress-tracking/

**An additional change was made in this commit. That is to change the location of the `visionfive2.md` wiki.**

Co-authored-by: Pratham Patel <thefirst1322@gmail.com>
Reviewed-on: sig_altarch/wiki#6
2023-04-25 02:48:31 +00:00
Bryan Zuelly c884ecd6a5 Merge pull request 'fix the table formatting' (#5) from thefossguy/wiki:main into main
Reviewed-on: sig_altarch/wiki#5
2023-04-24 22:47:56 +00:00
Pratham Patel 1b1928af4c fix the table formatting 2023-04-24 22:24:38 +05:30
Skip Grube 2a73441ba2 Merge pull request 'main' (#4) from codedude/wiki:main into main
Reviewed-on: sig_altarch/wiki#4
2023-04-24 14:55:36 +00:00
Skip Grube 02b8b38f76 Merge pull request 'v2: Update the SoC details for the VisionFIve 2 SBC' (#3) from thefossguy/wiki:main into main
Reviewed-on: sig_altarch/wiki#3
2023-04-24 14:55:19 +00:00
Bryan Zuelly 43725f3488 hardware updates 2023-04-23 15:55:08 -04:00
Bryan Zuelly 22f1cad058 updated supported hw 2023-04-23 15:48:40 -04:00
Bryan Zuelly f69295ad03 supported hardware 2023-04-23 15:35:06 -04:00
Pratham Patel 27e66ab079 visionfive2: update the ISA string based on what is reported by the board firmware 2023-04-20 10:28:55 +05:30
Pratham Patel 0534ab82a3 visionfive2: fix typo for the SoC name 2023-04-20 10:02:57 +05:30
Skip Grube 3b951d7311 Merge pull request 'add wiki for VisionFive 2 with basic info' (#1) from thefossguy/wiki:main into main
Reviewed-on: sig_altarch/wiki#1
2023-04-20 00:52:27 +00:00
Pratham Patel 139c2f0aef docs/riscv64/visionfive2/visionfive2.md: finalize release version
We have set a minimum firmware version for the VisionFive 2 SBC to
v2.11.5, so now it is time to replace all the placeholders and
"finalize" the links.

The link for the file "sdcard.img" is deliberately set to the release
version v2.8.0 primarily because that is what I used to update both of
my board's firmware. Meaning, it is tested and works as intended.

If someone else from the AltArch SIG uses the sdcard.img file from a
newer release and confirms that they are able to boot it on the older
firmware and update the firmware, by all means, update the version
string on line 72.
2023-04-20 05:36:41 +05:30
Pratham Patel 26b1fdb263 Bump MIN_UBOOT_FIRM_VER from v2.10.4 to v2.11.5
The previous versions of firmware including v2.10.4 had a bug related to
power management where the board would not reboot properly. Just when
the board would turn off, the voltage would drop from 10-ish volts to
5v. This would happen randomly and prevent the board from powering back
up.

Firmware provided in release v2.11.5 fixes this. This was included in the
changelog and I have verified it using all the compatible cables that I
have. More testing is needed to make sure that *this* firmware version
fixes it or not. But making this change because more community members
and/or testers use this as a minimum version and raise issues in regards
of this version.
2023-04-15 07:11:48 +05:30
Pratham Patel 1241f37044 add wiki for VisionFive 2 with basic info 2023-04-11 08:25:02 +05:30
Louis Abel 5445768949
change replaceme 2023-04-09 17:57:21 -07:00
SIG/AltArch ea07455d3a Initial commit 2023-04-10 00:03:56 +00:00